GeekArticles
Java
JSPInitialization and Clean-up for JSP Pages
Author: macromedia.com |
Published: 10th Aug 2005 |
Visited: 287 times |
Add CommentFiled in: JSPby 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
Read Article Sponsored Links
Related Articles
• Clean Up Function Syntax Mess with decltype The funky syntax of a function's return type isn't just unreadable in many cases—it's also a common source of maintenance problems. However, with the new decltype operator your functions will look much cleaner and easier to maint ...
• Scan an Image, Clean It, OCR It and Save It Create an application that allows the user to choose a scanner, adjust the scanner?s settings to produce images optimal for OCR, scan from the device, OCR the documents, and save recognized text out to disk as a searchable ...
• Scan an Image, Clean It, OCR It and Save It Create an application that allows the user to choose a scanner, adjust the scanner?s settings to produce images optimal for OCR, scan from the device, OCR the documents, and save recognized text out to disk as a searchable ...