News

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 ...
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 ...
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.
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.
You can't judge a book by its back cover. At least, that's true in the case of More Servlets and JavaServer Pages. Written by Henri Yandell, ContributorJuly 4, 2002 at 8:14 p.m. PT ...
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 ...