News

JSP Expression Language (EL) is a scripted expression language that allows you to access Java components (JavaBeans) from JSP. Starting with JSP 2.0, it is used inside JSP tags to separate Java code ...
EL to the rescue EL provides the ability to use run-time expressions outside JSP scripting elements. Scripting elements are the elements in a page that can be used to embed Java code in the JSP file.
request: This is the HttpServletRequest object associated with the request. pageContext: It is used to get, set and remove the attributes from a particular scope. page: Page implicit variable holds ...
In this article, I introduce you to Java Web applications through the Java Servlet Specification, the Java programming language itself and Java Server Pages. These three tools can help you get a Web ...
A Groovy script version of this simple Java application is shown in my blog post Groovier Java RegEx Token Determination. ... (July 2003) and "JSP Best Practices" (November 2001). More from this ...
Although the addition of regular expressions to Java was welcome, ... (July 2003) and "JSP Best Practices" (November 2001). More from this author. how-to.
J2EE Architecture<BR><BR>Check out that link to get an idea about the various java web technologies.<BR><BR>Basically, JSP deals with presenting data.Servlets and Beans deal with both presenting ...
The current version of the book covers Servlets 2.4, JSP 2.0, and the JSTL 1.0. Both Kevin and Jayson helped directly make the specifications and are proud to publish one of the first books covering ...