March 2006
October 2005
September 2005
Struttin' With Struts - Lessons
by 2 othersThere are a lot of resources available to help you learn Struts. The purpose of these beginning lessons is not to teach you the foundations of Struts or to provide detailed explanations of all the components and functionality. To really get a good grasp o
Core J2EE Patterns - Intercepting Filter
The presentation-tier request handling mechanism receives many different types of requests, which require varied types of processing. Some requests are simply forwarded to the appropriate handler component, while other requests must be modified, audited,
Implementing a Form That Prevents Duplicate Submissions in a JSP Page (Java Developers Almanac Example)
After the user submits a form for processing, it is possible for the user to inadvertently hit the back button and resubmit the form again. e1049 Implementing a Form in a JSP Page implements such a form. It is possible to prevent this possibility if neces
May 2005
1
(11 marks)