An Introduction to Java Servlets
Servlets can solve many of the problems associated with CGI and proprietary server APIs. This article describes the overall servlet architecture and how to develop applications wit…
Best Practices in EJB Exception Handling
This article by Srikanth Shenoy covers best practices in EJB exception handling for faster problem resolution in production environments.
Build servlet-based enterprise Web applications
Examines servlet response streaming and garbage management -- two advanced techniques that will allow you to build servlets that can serve more requests and serve them up faster. (…
Handling back buttons
Handling back buttons is tricky in web applications. This article shows how to handle it in a generic way for Struts framework.
JSP Best Practices Part 1
This article in a two part series by Dustin Marx summarizes several best practices that can make your JSP design robust and maintainable.
JSP Best Practices Part 2
The second article in the two part series looks at advanced strategies for making JSP development manageable such as Object scoping, JSTL, JSP documentation, precompilation and usi…
JSP Best Practices Series on IBM developerWorks
A series of articles on basic JSP best practices for beginers.
Reporting with JasperReports
Introductory article on using JasperReports and intergrating into applications. JasperReports is a popular open source reporting library.