Application Servers and Enterprise Application Development - http://www.californiasw.com/Knowledge-center/whitepaper/javaapplicationdevelopment.html
White paper by California Software. Explore the issue of application building in enterprises within the framework of an application server - Java application server, EJB Server, Java web Server. |
Build servlet-based enterprise Web applications - http://www.javaworld.com/jw-12-1998/jw-12-servlethtml.html
Examines servlet response streaming and garbage management. (3,000 words) |
Design Patterns for Building Flexible and Maintainable J2EE Applications - http://java.sun.com/developer/technicalArticles/J2EE/despat/
This article introduces some reusable designs to build J2EE applications and explains some problem domains that affect the flexibility and maintainability of J2EE applications, and the recommended solutions. By Vijay Ramachandran. |
Designing Tapestry Mega-Components - http://www.onjava.com/pub/a/onjava/2001/11/21/tapestry.html
Article by Howard Ship. Tapestry: Java Web Components is a powerful, flexible, open source framework for creating Web applications in Java. |
Handling back buttons - http://www.manfred-wolff.de/struts/articles/HowTo-Back.html
Handling back buttons is tricky in web applications. This article shows how to handle it in a generic way for Struts framework. |
Internet Applications Design Using J2EE Design Patterns. - http://www.moisesdaniel.com/wri/desaplj2ee.html
Article by Moises D. Diaz describes using SUN J2EE Design Patterns for building maintainable, simple, and clean web applications. |
J2EE Project Dangers - http://www.javaworld.com/javaworld/jw-03-2001/jw-0330-ten.html
Analyzes the top 10 dangers that threaten the success of all enterprise Java projects and outlines some ways to avoid them. By Humphrey Sheil, JavaWorld. |
JSP Best Practices Part 1 - http://www.javaworld.com/javaworld/jw-11-2001/jw-1130-jsp.html
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 - http://www.javaworld.com/javaworld/jw-07-2003/jw-0725-morejsp.html
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 using XHTML with JSPs. |
Leverage legacy systems with a blend of XML, XSL, and Java - http://www.itworld.com/AppDev/1381/ITW3298/
By Michael Koch at ITworld.com. The article offers advice on using XML and related technologies to interface a mainframe from an application server or servlet. |