Stephanie Bodoff
In This Chapter
What is a JSP Page?
The Example JSP Pages
The Life Cycle of a JSP Page
Initializing and Finalizing a JSP Page
Creating Static Content
Creating Dynamic...
To illustrate JSP technology, this chapter rewrites each servlet in the Duke's Bookstore application introduced in Java Servlet Technology (page 367) as a JSP page.
Table...
You can customize the initialization process to allow the JSP page to read persistent configuration data, initialize resources, and perform any other one-time activities by...
You create dynamic content by accessing Java programming language objects from within scripting elements.
14.Using Objects Within JSP Pages
You can access a variety of objects, including...
There are two mechanisms for including another Web resource in a JSP page: the include directive and the jsp:include element.
The include directive is processed...
The mechanism for transferring control to another Web component from a JSP page uses the functionality provided by the Java Servlet API as described in...
You can include an applet or JavaBeans component in a JSP page using the jsp:plugin element. This element generates HTML that contains the appropriate client...
You can perform a wide variety of dynamic processing tasks including accessing databases, using enterprise services such as e-mail and directories, and flow control with...
AJAX popular information C# language guides Windows books and cookbooks
.......
С 2009 года мы стали переводить структура сайта на различные языки. Сайт теперь будет содержать книги не только на английском языке, но также и на других европейских языках, в том числе и на Русском языке.