One of the fundamental goals of JSP pages is to decouple business logic from presentation; often JSP page developers tend to use a lot of messy scriptlet code. This approach not only clutters the page ...
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 with ...
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 Microsystems Inc.
Java Server Pages and XML represent natural partners for building Web applications that use heterogeneous data sources. XML’s DOM API provides a universal way to represent these diverse data sources.