 |
|
| How to... |
 |
Up and running with Tomcat 4
by Chong Oh - 05/05/2003
Here are a few simple steps to help you get your web server environment up and running in just a few minutes...
|
|
| Tutorials |
 |
MIDlet Low-Event Event Handling
by Loke Kar Seng - 15/06/2003
Applications receive keystroke events in which the individual keys are named within a space of key codes. Every key for which events are reported to MIDP applications is assigned....
|
 |
MIDlet High-Level Event Handling
by Loke Kar Seng - 14/06/2003
The basic high-level graphical user interface object in MIDP is Screen, of which the usable subclasses are List, TextBox, Alert, and Form. These elements when displayed, occupy....
|
 |
MIDlet programming I
by Loke Kar Seng - 13/06/2003
A MIDlet program class is one that is descended or is extended from the MIDlet class. This class provides MIDlet lifecycle control such as starting, pausing and destroying the application....
|
 |
MIDP Programming II
by Loke Kar Seng - 12/06/2003
The structure of a MIDlet program, like an applet, implements a complete life cycle management, that is, it has methods that start, pause and stop the application, named respectively, ...
|
 |
Primer on SQL
by Chandrashekhar - 10/05/2003
This page is a introductory primer of the Structured Query Language (also known as SQL). SQL allows users to access data in relational database management systems,....
|
 |
The Future of Mobile
by Loke Kar Seng - 06/05/2003
Much has been written of the coming mobile revolution. Of course in the wake of the dot-com bubble, predictions become more cautious and circumspect....
|
 |
EJB Distilled
by Loke Kar Seng - 05/05/2003
Enterprise JavaBeans (EJB) is an architectural platform for creating, using and deployment of distributed object-based applications. It it different....
|
 |
The Visual QuickGuide to Struts
by Loke Kar Seng - 01/05/2003
The Struts platform implement the Model-Controller-View (MVC) approach that enable separation of modules by reducing coupling between program code...
|
|
| Java Resources on the web |
 |
Java Performance Tuning
JavaPerformanceTuning.com was originally created as a support site for Jack Shirazi's book Java Performance Tuning. It became the the premier site for all types of Java performance tuning information, because of the huge amount of information available from the site.
|
 |
Refactoring Home Page
"Refactoring is the process of changing a software system in such a way that it does not alter the external behavior of the code yet improves its internal structure." -- MartinFowler
|
|
|
|