News

Since my article “JSP Best Practices” first appeared in JavaWorld in late 2001, the use of JavaServer Pages (JSP) technology has grown dramatically. Numerous tools now make Webpage development ...
When you surf the Internet and peruse a Web page with interactive content, chances are that the page was developed using Microsoft Corp.’s Active Server Pages (ASP) technology or Sun ...
How to Display the Day on JSP. JSP technology gives normally static Web pages a touch of dynamic action. Hypertext markup language tags that surround Java program code give you options for ...
As you might expect, JavaServer Pages are Sun’s Java equivalent of Microsoft’s ASPs. JSP technology is built on top of servlets, a portable Java program that provides server-side processing.
The article then shows that the introduction of Model 2X, a combination of JSP technology and XML processing, is a continuation of this evolution and improves the flexibility of the presentation layer ...
WELCOME TO THIS installment of the "Architect's Corner." I examine how to create a dynamic Servlet to JSP page navigation system. Last year my colleague, Dan Malks, wrote an article exposing the power ...
While Java servlet technology focuses on Java classes capable of generating HTML output with PrintWriter.println() statements, JSP technology abstracts this concept to a higher level.