| View: | [ 2009 | 2008 | 2007 | 2006 | 2005 | 2004 | 2003 | 2002 | 2001 ] |
| Articles |
- JSP Overview, Part 2 by Hans Bergsten - [Clicks: 20]
In this excerpt from JavaServer Pages, 2nd Edition, the second in a two-part series providing an overview of JSP, you'll find an introduction to JSP application design with MVC and learn about JSP processing.
http://www.onjava.com/pub/a/onjava/excerpt/jsp2_3/index2.html - Aug, 2002 - JSP Overview, Part 1 by Hans Bergsten - [Clicks: 31]
In part one of two book excerpts on JSP Overview from JavaServer Pages, 2nd Edition, understand the problem with Servlets as well as the anatomy of a JSP page.
http://www.onjava.com/pub/a/onjava/excerpt/jsp2_3/index1.html - Aug, 2002 - Accelerating JSP Tag Development with Jakarta Velocity by Gregory Gerard - [Clicks: 72]
Writing JSP tags can be tedious, even under the best of circumstances. Often, I merely wish to push out lightly-parameterized HTML to, for instance, control the layout of an intricate (but often used) table format.
http://www.onjava.com/pub/a/onjava/2002/05/01/jsp.html - May, 2002 - Publish event-driven Web content with JSP custom tags by Victor Okunev - [Clicks: 16]
Dynamically generated Web content can sometimes appear relatively static. In that case, the Web server publishes dynamically to serve clients the same unmodified content, all at the expense of resources and performance. This article shows how you can avoid this unnecessary stress on the server. Based on an event-driven publishing approach, you can serve the same content in static document form to magically reflect the data's current state. Clients appreciate the much shorter response time while the server benefits from significantly less processing overhead. This concept applies equally well to HTML, XML, multimedia, and other types of content publishing. You can use JSP (JavaServer Pages) custom tags to implement this approach and deploy it even with existing Web applications.
http://www.javaworld.com/javaworld/jw-04-2002/jw-0419-event.html - Apr, 2002