News

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 ...
One of the original Java web technologies, JSP is still widely used with servlets and JSTL. Here's how to use Jakarta Server Pages to build dynamic web pages that connect to the Java back end.
The main problem with a Tomcat vs. Jetty comparison stems from the fact that there are more similarities between the two Java application servers than there are differences. For example: Tomcat and ...
So you can include two or three JSP files and even a Servlet in the chain of components that generate client based markup. When you use an include, the output stream is not closed after invocation. Of ...