ArticlesAn Introduction To Servlet 3.0
After years of simpler maintenance releases, the Servlet API is getting a major overhaul for Java EE 6, improving ease of use, configurability, pluggability, security, and more. In this article, Deepa Sobhana offers a detailed overview of what's changing and why. Oct. 14, 2008
Source Code Analysis Using Java 6 APIs
Why does Java 6 expose the javac compiler through a programmatic interface? It's not just for building IDEs. In this article, Deepa Sobhana and Seema Richard show how to use the new feature for static code analysis, with an example that verifies that classes overriding Object.equals() also implement the required override of Object.hashcode(). Apr. 10, 2008
JMS Messaging Using GlassFish
Messaging provides a way for different parts of an enterprise system to collaborate, without the tight coupling of approaches like RMI and CORBA. Java EE defines the Java Messaging Service (JMS) for creating loosely coupled enterprise systems, and in this article, Deepa Sobhana shows off how to build a JMS-driven application atop GlassFish. Jan. 22, 2008
|