JavaServer Pages (JSP) 2.0

View: [ 2009 | 2008 | 2007 | 2006 | 2005 | 2004 | 2003 ]

Articles
  

Articles:
  • Scriptless JSP Pages: The Power of the Map by Bear Bibeault   - [Clicks: 98]
    In this article, we've looked at a number of ways to use the Map interface in conjunctions with JSP scriptless pages. Because Map keys can be referenced in an Expression Language expression as if they were properties, the Map provides a clever way to create "property names" that are not, or cannot, be known at compile time in a way that is not possible with formal JavaBean properties.
    http://www.javaranch.com/journal/200508/power-of-the-map.html - Aug, 2005
  • Caching Dynamic Content with JSP 2.0 by Andrei Cioroianu   - [Clicks: 72]
    Andrei Cioroianu introduces techniques for improving JSP performance by doing server-side caching of generated content.
    http://www.onjava.com/pub/a/onjava/2005/01/05/jspcache.html - Jan, 2005

[Top]