News

In this article, Rahul Chaudhary describes performance-tuning techniques (PTT) that can be used to improve the performance of servlets and JSP pages, thus improving the performance of your J2EE ...
The JavaServer Pages (JSP) specification provides support for generating HTML in a much more powerful way. Conclusion. This article has been a conceptual overview of Java servlets, ...
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 ...
Servlets and JSP the J2EE Web Tier is a book authored by Jayson Falkner and Kevin Jones about the latest in Servlets and JSP. ... Kevin spoke at JavaOne in 2000 and was invited to become a member of ...
Each JSP is really a servlet in disguise; the JSP engine translates the page into a servlet, and then compiles the servlet into a Java .class file. JSPs can include straight Java code that can make it ...
This is a unique book for self learning and getting expertization in Java database and Web technologies such as JDBC, Servlet, JSP, JSTL and JSF.The book promises to be useful not only for self ...
In this article, I discuss the viability of using Java programs (servlets) with a web server. A servlet is a Java application that performs a task that may generate a dynamic web page or process input ...
All the existing Java-based web frameworks simply build on top of the Servlet and JSP API. Essentially, there’s nothing you can do with Spring MVC or JSF that you can’t do on your own with the Servlet ...
Hello friends and countrymen,<P>I am trying to use the information from a Multiple Select box in a Java Servlet. My problem is that I have no idea what value type it is passed as. I suspect it ...