1.
Java and The MahJong Server
I had conceived of an Internet server for the Chinese game of MahJong a long time ago, ..... The source code is available under GNU Public License (GPL) at ...
2.
Parsing Command Line Arguments with Java
Since I published my 1997 C++ command line parsing framework (see Reference), many readers have e-mailed me with requests and suggestions. ...
3.
Java Performance I/O Tuning
Many Java™ programs that utilize I/O are excellent candidates for performance tuning. .... The resulting performance increase for the medium sized file (250 ...
4.
Lightweight Components
I think of Lightweight Components as being the first truly platform-independent components in Java. That is, they are displayed the same in all windowing ...
5.
Improved Observer/ Observable
The JDK also provides a reusable embodiment of the pattern in the form of the java.util.Observer interface and the java.util.Observable class. ...
6.
Transacting Business with Web Services Part I
Current BTM products and standards focus on Phase Two, Coordinated Outcome. WS BPEL may prove a useful vehicle for creating a new, wider view of the scope ...
7.
The Power of Polymorphism
What follows are some simple examples of polymorphism as it relates to a video ... In Java there's a special type of overloading polymorphism to examine. ...
8.
PARTS for Java Professional Edition by ObjectShare
PARTS for Java opens with a Project Manager window, as seen in Figure 1, ... PARTS for Java is a powerful and professional development tool. ...
9.
A Class for Reading Binary Files
A Class for Reading Binary Files, by Jeff Heaton. Java contains an extensive array of classes for file access. A series of readers, writers, ...
10.
Java Developer's Journal
intValue); } } Listing 10: Functions to handle assignment of C++ data types ... longValue); // convert C-string member to a java String object jstring str0 ...