Conclusions


JSP represents an attempt to turn servlets inside out, by making it easy to generate the HTML portion of a Web page without having to worry about placing it inside print statements.

The JSP page is turned into a Java class, which acts as a servlet. Each request is associated with a session, which represents a given user , and is tracked using cookies or URL rewriting.

Objects can be persistent on several levels, from page and request through session, and even to the entire application or server.

JSTL provides a large library of common tags, as well as a scripting language that enables developers to use tags instead of Java scriptlets for many programmatic functionalities on Web pages. Developers can also develop their own tag libraries.

J2EE represents a bundle of Java standards that allow multitier complex enterprise applications to be created. Struts can serve as a natural front end to a J2EE/EJB application.



Struts Kick Start
Struts Kick Start
ISBN: 0672324725
EAN: 2147483647
Year: 2002
Pages: 177

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net