|
|
|
|
EJB Based Services
Java Servlets and JavaServer Pages (JSP) threaten to collapse out there in the mud houses of server land. Developers succumb to the temptation to muddle their pages with complex business logic, and to fill behemoth proprietary libraries with data and subsystem access routines. We find stronger solutions in EJB-based architectures than in fattened JSPs, but molding existing sites into EJB-centric designs strikes most of us as a daunting and expensive task.
|
|
Advanced form processing using JSP
Processing HTML forms using servlets, or more often, CGI scripts, is one of the most common operations performed on the Web today. However, that JavaServer Pages (JSPs) can play a significant role in sophisticated form processing is a little-known secret. In certain instances, JSP even excels the capabilities of servlets and Perl scripts in handling HTML forms. In this article, Govind examines the processing of a user registration form using JSP and JavaBeans while implementing the Memento design pattern.
|
|
Build better Web sites using the Translator pattern
This article gives an introduction to the Translator pattern and describes how to use the Translator pattern in a JSP technology and servlet environment. After reading this article, you will be able to successfully implement the pattern using the code examples provided.
|
|
Design and Implement Servlets, JSPs, and EJBs for IBM WebSphere Application Server
This IBM redbook provides design guidelines for developing e-business applications based on servlets, JavaServer Pages (JSP) and Enterprise JavaBean (EJB) technologies.
|
|
|