EARs, WARs, JARs, and Java EE

A Java EE application may contain one or more Java EE components such as EJBs, Web modules, resource adapters, or J2EE application client modules. Each...

Servlet and JSP performance tuning

This article describes performance-tuning techniques (PTT) for developing high performance and scalable JSP (JavaServer Pages) pages and servlets. That means building applications that are reasonably...

Testing Your Java Code

It cannot be said enough that testing is the most important part of the development cycle. Even though I am not a tester (and not...

Spaghetti Code

One always guesses every one knows what a Spaghetti code is - a code which is hard to understand and maintain, a code which everyone...

Featuring : STRUTS 2.0 Features

Since STRUTS Framework has been released officially, every java developer thinks STRUTS is the simple framework to implement. Since last two years many new framework...