A custom tag is a user-defined JSP language element. When a JSP page containing a custom tag is translated into a servlet, the tag is ...
Read More
Simple Directives in JSP
JSP directives provide directions and instructions to the container, telling it how to handle certain aspects of JSP processing. A JSP di...
Read More
Taglib Directive of JSP
The JavaServer Pages API allows you to define custom JSP tags that look like HTML or XML tags and a tag library is a set of user-defined ...
Read More
Include Directive of JSP
The include directive is used to includes a file during the translation phase. This directive tells the container to merge the content o...
Read More
Page Directive of JSP
The page directive is used to provide instructions to the container that pertain to the current JSP page. You may code page directives a...
Read More
Simple Syntax in JSP
This tutorial will give basic idea on simple syntax (ie. elements) involved with JSP development: The Scriptlet: A scriptlet can contai...
Read More
Simple Server HTTP Response in Java Servlet
As discussed in previous chapter , when a Web server responds to a HTTP request to the browser, the response typically consists of a st...
Read More
Subscribe to:
Posts
(
Atom
)