IBM Developer Kits for AIX, Java Technology Edition (SDK, JDK) provide the performance, scalability, and stability you need for deploying enterprise e-business Java solutions. This series of articles will help you quickly start running your Java applica
Tutorial Details:
IBM\'s resource for developers, developerWorks, is the place to start. Select Java Technology, then \"IBM developer kits\" from the right side of the panel for the links to our developer kits for various platforms, including AIX, Linux, OS/2, z/OS and Windows.
The Java source code gets compiled by a Java compiler into Java bytecode. This bytecode is platform independent and gets input to a Java Virtual Machine (JVM) that interprets it. The JVM is provided by OS vendors on a given hardware platform
The interpreting JVM fetches, translates, and executes the bytecode one by one sequentially. Once translated and executed, there is no caching of what\'s done. If the application logic reuses the bytecode,
IT is one of the approaches built into some JVMs to overcome this inherent performance problem of the Java interpreter. With a JIT compiler, a two phase approach is used. The JIT first compiles the program\'s bytecode, or a subset of it, into optimized machine language instructions and then executes those newly generated instructions. During the compilation phase, the JIT applies many of the same optimization techniques used by standard compilers, including inlining and the elimination of redundant code. The generated code is also cached for subsequent reuse throughout the lifetime of this JVM instance.
Read
Tutorial at: Click here to view the tutorial
Rate Tutorial: Running your Java application on AIX, Part 1: Getting started
View Tutorial: Running your Java application on AIX, Part 1: Getting started
Related
Tutorials:
Getting started with Java 2D - JavaWorld - July 1998
Getting started with Java 2D - JavaWorld - July 1998 |
Program Java devices -- An
overview - JavaWorld July 1999
Program Java devices -- An
overview - JavaWorld July 1999 |
Java Tip 66: Control
browsers from your Java application - JavaWorld
Java Tip 66: Control
browsers from your Java application - JavaWorld |
Enhance your Java application with Java Native Interface (JNI)
Enhance your Java application with Java Native Interface (JNI) |
One, two, three,
or n tiers? - JavaWorld January 2000
One, two, three,
or n tiers? - JavaWorld January 2000 |
JavaWorld article about
JavaCC
JavaWorld article about
JavaCC |
Choosing an enterprise-wide standard Java IDE - JavaWorld March 2000
Choosing an enterprise-wide standard Java IDE - JavaWorld March 2000 |
Solid JRun serves
up Java on a budget - JavaWorld June 2000
Solid JRun serves
up Java on a budget - JavaWorld June 2000 |
Validation with Java and XML Schema, Part 2 - JavaWorld October 2000
Validation with Java and XML Schema, Part 2 - JavaWorld October 2000 |
Java security evolution
and concepts, Part 3: Applet security
- JavaWorld
December 2000
Java security evolution
and concepts, Part 3: Applet security
- JavaWorld
December 2000 |
Master the Jxta shell,
Part 1
Master the Jxta shell,
Part 1 |
Will Big Blue
eclipse the Java
tools market?
Will Big Blue
eclipse the Java
tools market? |
J2SE 1.4
breathes new life into the CORBA community, Part
1
J2SE 1.4
breathes new life into the CORBA community, Part
1 |
Java Tip 132: The
taming of the thread
Java Tip 132: The
taming of the thread |
The Java Web Services Tutorial
This tutorial is a beginner\'s guide to developing Web services and Web applications using the Java Web Services Developer Pack (Java WSDP). |
JSANE - Image Acquisition from Digital Cameras and Scanners
JSANE - Image Acquisition from Digital Cameras and Scanners
Image Acquisition from Digital Cameras and Scanners with Java on Mac/Linux/Solaris/Unix/BSD, etc.
SANE is the de facto standard to access scanners/cameras on AIX, BeOS, Darwin, FreeBSD, HP- |
Introduction to Tag Unit
Getting Started
For the purpose of this article, let's say that we would like to test the core taglib from the Jakarta Taglibs implementation of the JSTL, a taglib that many people will be aware of and have experience with. Assuming that you already have |
The JavaTM Web Services Tutorial
A beginner's guide to developing Web services and Web applications on the Java Web Services Developer Pack |
High availability Tomcat Connect Tomcat servers to Apache and to each other to keep your site running
If you run only one instance of Tomcat, you lose requests/sessions whenever you upgrade or restart your site. In this article, author Graham King presents simple steps for connecting a pair (or more) of Tomcats to Apache using the JK2/AJP (Apache JServ Pr |
Running JavaServer Faces Technology-Based Portlets on Sun Java System Portal Server 6 2005Q1
You can extend the framework based on JavaServer Faces technology and then run a JSR 168-compliant portlet on Sun Java System Portal Server 6. This article describes the setup procedures, offers sample code, and summarizes the known issues. |
|
|
|