|
|
|
Process JSPs effectively with JavaBeans
The JavaServer Pages Model II concept is well known in the JSP community. The basic idea is that the presentation (HTML) should be separated from the processing code. This article offers an effective, reusable design for moving the dynamic content, processing, and validation from a JavaServer Page to a corresponding JavaBean.
|
|
Building Your Own JSP Components
This article is written for developers who want to create their own Beans for use as JSP components, and for interested web designers who want to understand how these components are implemented behind the scenes. It is not necessary to understand the details of Beans development to work with JSP.
|
|
Site User Logon with XML, Java Beans and JSP
By asking a user for a logon and password, you can verify the user's access to the site and ensure they are shown only the information they need. During this tutorial, we will use XML and Java Server Pages to verify the user's logon - and then store the results in a session Java Bean for easy access.
|
|
Putting JSP and JavaBeans Together
The jsp useBean tag is JSP's gateway to using a JavaBean, and its most important functions are to provide an identifier (so you may reference the bean in your JSP page) and a scope (so you may control the bean's life span).
|
|
|