News

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 ...
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 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 ...
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 ...
Servlets and JavaServer Pages: The J2EE Technology Web Tier Addison-Wesley and Developmentor have provided TheServerSide.com with the entire book of Servlets and JSP the J2EE Web Tier for free ...
Jakarta Server Pages (formerly JavaServer Pages) is a Java standard technology that developers use to write dynamic, data-driven web pages for Java web applications. JSP is built on top of the ...
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.
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.