|
|
|
Java Technology Tutorials
|
FTP Client for Java Apps
FTP client written in Java as part of the standard classes. the java.* packages, neither the source code nor a complete API are available.
The goal of this project is to provide to developers a complete, *well designed*, programmatically controllable Op
View Rating |
|
|
Java Technology Tutorials
|
Jvm Stat
It allows you to visually watch garbage collection going on in your application. It\'s quite fascinating to watch the difference as you try different garbage collection algorithms. For instance, using the -XX:+AggressiveHeap algorithm makes a huge differe
View Rating |
|
|
Java Technology Tutorials
|
XPP
Xml Pull Parser (in short XPP) is a streaming pull XML parser and should be used when there is a need to process quickly and efficiently all input elements .Pull parsing is just one level up from tokenizing XML .
View Rating |
|
|
Java Technology Tutorials
|
Java Servlet SAPI
The Java Servlet SAPI builds upon the mechanism defined by the Java extension to enable the entire PHP processor to be run as a servlet. The primary advanatage of this from a PHP perspective is that web servers which support servlets typically take great
View Rating |
|
|