Home

Submit

Source

Feeds

Home » Java » Getting Started ::

Java Getting Started
A typical program uses various values and these values keep changing while the program is running. For example, you create a program that is used to perform calculations, the values entered by one user will obviously be different from the values entered by another user. This also means that, when creating the program, you cannot know all possible values that will be entered in your program. You should still be able to manage the values that the users will eventually enter in your program.
Related Tutorials
Java Swing
Intelligent data keeps Swing simple
Java / Swing
Learn a technique called iData, or intelligent data. You can use the iData architecture to create a central repository of data within your application. By doing so, you'll more fully separate data from presentation and produce code that's cleaner and easier to maintain. There's even an open source toolkit available with sample code to help you get started.

Site: www-128.ibm.com Report - View Tutorial

Java Miscellaneous
Data Wizard for Java
Java / Miscellaneous
Data Wizard for Java is a tool for building a simple graphical user interface (GUI) that makes it easy to collect necessary data. This tool enables the building of data wizard applications using only a scripting scenario in an XML format. Data Wizard for Java can help to produce a GUI by using a simple script to describe the necessary input parameters and the required tools or utilities to be called.

Site: www.alphaworks.ibm.com Report - View Tutorial

Java Getting Started
Data Reading and Writing
Java / Getting Started
Many of the values used in your program simply allow you to display them to the user. In some cases, you may want to request values from the user. As we saw in the previous lesson, there are various types of values you would need the user to supply. Some times the user will clearly understand your request. Some times either your request will not be clear or the user would be playing with the program.

Site: www.functionx.com Report - View Tutorial

Java Miscellaneous
Get Environment Variables in Java
Java / Miscellaneous
In Java 1.5, Sun had decided to "undeprecate" the getEnv() method that provides the functionality to get the value of an environment variable. In addition, Sun has added a new method that allows you to discover all of the environment variables that are defined. This tutorial walks you through using both the old and new methods.

Site: www.codebeach.com Report - View Tutorial

Java Miscellaneous
Turning streams inside out, Part 1.
Java / Miscellaneous
This article presents a framework that lets an application efficiently read data from a source that only supports writing data to an output stream.

Site: www-128.ibm.com Report - View Tutorial

Java Getting Started
Magic with Merlin: Working with preferences
Java / Getting Started
The addition of the java.util.prefs package to Java 1.4 (through JSR 10) lets you manipulate user preference data and configuration data by providing you with access to an implementation-specific registry.

Site: www-128.ibm.com Report - View Tutorial

Java Miscellaneous
Web Services for DB2 Cube Views
Java / Miscellaneous
Web Services for DB2 Cube Views provide access to multidimensional data stored in DB2. These Web services allow a client application to read data from the cubes and perform basic online analysis on multidimensional data and metadata through the Web, using XPath and XML.

Site: www.alphaworks.ibm.com Report - View Tutorial

Java Miscellaneous
Overview of images in Java game programming
Java / Miscellaneous
A short overview of the most common image types used in game programming: JPEG, GIF and PNG. Discusses their advantages and disadvantages.

Site: www.mysuperiorgames.com Report - View Tutorial

Java EJB and Javabeans
An Introduction to Enterprise JavaBeans
Java / EJB and Javabeans
In this article we will learn what are Enterprise JavaBeans ( EJBs ), what are it's different types and why to use EJBs in your application.

Site: stardeveloper.com Report - View Tutorial

Java Getting Started
Bits, Bytes, Bitwise and Shift Operations
Java / Getting Started
This tutorial helps you understand: What Are Bits and Bytes?, Java "byte" Data Type and Assignment Operations, Operations on "byte" Data Type Values, Bitwise Operations: And, Or, Exclusive Or, and Complement, Shift Operations: Left Shift, Right Shift, and Unsigned Right Shift.

Site: www.herongyang.com Report - View Tutorial

Java Database Integration
Database Metadata with JDBC
Java / Database Integration
The goal of this chapter (and the next) is to show you how to use JDBC's database metadata API, which you can use to get information about tables, views, column names, column types, stored procedures, result sets, and databases. It will be of most interest to those who need to write applications that adapt themselves to the specific capabilities of several database systems or to the content of any database.

Site: www.codebeach.com Report - View Tutorial

Java Getting Started
Diagnosing Java code: The case for static types
Java / Getting Started
Still, static type checking can be one of the key weapons in a powerful arsenal against introducing and for detecting bugs. In this article, Eric Allen makes a case for static type checking, explains why we should be glad that the Java language supports it, and discusses how it can be made even better.

Site: www-128.ibm.com Report - View Tutorial

Java Communication
JMS 1.1 simplifies messaging with unified domains
Java / Communication
JMS forms the foundation of messaging in enterprise Java applications, but has always treated point-to-point messaging and publish/subscribe messaging as completely separate domains with distinctly different types of messaging destinations. The JMS 1.0.2 API provides little support for an application using both domains together, and no support for developing reusable frameworks that can work equally well with destinations of either domain.

Site: www-128.ibm.com Report - View Tutorial

Java General Development
Threads
Java / General Development
This tutorial describes: What Is a Thread, Creating Java Threads, Using Runnable Interface, CPU Time Sharing, Sharing Data, Terminating Threads.

Site: www.herongyang.com Report - View Tutorial

Java Getting Started
Exploiting ThreadLocal to enhance scalability
Java / Getting Started
The ThreadLocal class appeared with little fanfare in version 1.2 of the Java platform. While support for thread-local variables has long been a part of many threading facilities, such as the Posix pthreads facility, the initial design of the Java Threads API lacked this useful feature. Further, the initial implementation was quite inefficient. For these reasons, ThreadLocal gets relatively little attention, but it can be very handy for simplifying the development of thread-safe concurrent programs. In this third installment of Threading lightly, Java software consultant Brian Goetz examines ThreadLocal and offers tips for exploiting its power.

Site: www-128.ibm.com Report - View Tutorial

 
Site Search

 
Categories
2D Graphics 3D Graphics Office Applications Databases Desktop Programming Web Development
 
Advertisement