GeekArticles
Java
JSP


Initialization and Clean-up for JSP Pages
by Ronel Submicay Most web developers at some point have faced or will face the dilemma of writing web applications requiring an initialization process triggered when a user first enters as well as some type of housekeeping when a user leaves. With the statelessness of the web, this task is not always straightforward and is often quite messy without some type of session tracking mechanism. At times developers may also need to operations when a JSP application starts up or ends. In this...n
Sponsored Links
Related Topics
Subscribe via RSS
JSP
- Intro to JSP
- JSP Standard Tag Libraries, Part 2
- An Introduction to JSP Standard Template Library (JSTL)
- JSTL 1.0: Standardizing JSP, Part 1
- JSP Overview, Part 2
- JSTL 1.0: What JSP Applications Need, Part 3
- Initialization and Clean-up for JSP Pages
- Creating Richer Hyperlinks with JSP Custom Tags
- Freedom of Choice
- JSTL 1.0, EJB 2.1 and XML Basics