News

In this article, Steven Gould reviews the steps involved in developing servlets, then describes how to take the servlet and create a Web application -- in both expanded format and as a WAR. He ...
Add articles to your saved list and come back to them any time. This course includes programming servlets, JSP syntax, Web archive files, MVC presentation-tier design pattern, JavaBean usage and ...
The Java Servlet Specification defines a Servlet Container, a Web application and the Servlet API, which is the glue that holds these pieces together. A Servlet Container is analogous to a Web server, ...
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 Servlet and JSP API exists to make Java-based server-side rendering possible. The Servlet and JSP are incredibly simple ways to handle an incoming request, and to develop HTML that gets displayed ...