News

You can't judge a book by its back cover. At least, that's true in the case of More Servlets and JavaServer Pages.
JavaServer Pages, or JSPs, provide a coating of syntactic sugar around servlets, which can sometimes be difficult for nonprogrammers to learn. However, this month's most complex example of a JSP ...
SmartMode dynamically generates Java classes that can be invoked from JSP pages, Servlets, and other Java programs. Developers benefit from SmartMode’s open, standards-based approach, which preserves ...
JavaServer Pages help a user create Web content that has static and dynamic components. On a JSP page, static data is expressed with HTML, XML, or other text based formats, and dynamic content is ...
You can consider all the JSP-delimited code in a page, collectively, as one big Java program. That’s why you can put code fragments — typically, include statements — up at the top of your ...
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.
One part of interacting with an application server is invoking the Servlets and Java Server Pages (JSPs) that reside inside of the Web container. The other half of the puzzle is interacting with ...
JavaServer Pages (JSP) 2.0 introduced many new features that will change the way you develop Java Web applications. In this article, Andrei Cioroianu walks you through three examples that show how ...
JavaServer Faces (JSF) is the Java standard technology for building component-based, event-oriented web interfaces. Like JavaServer Pages (JSP), JSF allows access to server-side data and logic.