JavaServer Pages (JSP) 2.0

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

Articles
Tips
  Tutorials
  

Articles:
  • Using the JSP 2.0 EL API by Andrei Cioroianu   - [Clicks: 58]
    Learn how to evaluate JSP expressions dynamically, use the Expression Language (EL) in XML configuration files, and optimize EL usage when presenting SQL result sets.
    [Includes source code]
    http://otn.oracle.com/pub/articles/cioroianu_jspapi.html - Jul, 2004
  • An introduction to JSP 2.0's tag files by Andrew Grant   - [Clicks: 47]
    JSP custom tags used to be quite difficult to write, but with the arrival of tag files in JSP 2.0 there is a better, faster and easier way to build custom tags. We'll show you the basics to get you started with this powerful new feature.
    http://builder.com.com/5100-6370_14-5215024.html - Jun, 2004
  • Creating JSP 2.0 Tag Files by Andrei Cioroianu   - [Clicks: 58]
    Learn how to build reusable Web templates and database scripts using JSP, JSTL, and SQL.
    [Includes source code]
    http://otn.oracle.com/pub/articles/cioroianu_tagfiles.html - May, 2004
  • JSP 2.0: The New Deal, Part 4 by Hans Bergsten   - [Clicks: 42]
    In this final part of the "JSP 2.0: The New Deal" series, we look at two new features that make it much easier to develop custom tag libraries: tag files and the new simplified tag-handler Java API.
    http://www.onjava.com/pub/a/onjava/2004/05/12/jsp2part4.html - May, 2004
  • JSP 2.0: The New Deal, Part 3 by Hans Bergsten   - [Clicks: 22]
    In this third article on JSP 2.0, Hans Bergsten (author of JavaServer Pages, 3rd Edition) shows the improvements made in JSP 2.0 for writing JSP pages as XML documents.
    http://www.onjava.com/pub/a/onjava/2004/04/21/JSP2part3.html - Apr, 2004
  • Go Beyond Tag Libraries by Kevin Jones   - [Clicks: 19]
    See how to improve page and tag authoring by embracing JSP 2.0's new expression language and tag extension model.
    http://www.ftponline.com/javapro/2004_03/magazine/features/kjones/ - Feb, 2004
  • Six Cool New JSP and Servlet Features by Bruce W. Perry   - [Clicks: 83]
    Bruce Perry describes six cool new features Java developers using Tomcat 5.x and other Servlet-API-2.4- and JSP-2.0-compliant containers will want to use in their projects. Bruce is the author of Java Servlet & JSP Cookbook.
    http://www.onjava.com/pub/a/onjava/2004/02/11/jspcookbook.html - Feb, 2004

[Top]

Tips:
  • JSP 2.0 Expression Language by Mark Johnson   - [Clicks: 13]
    The following tip covers the expression language in more detail. The sample code accompanying the tip is a Web application that contains a single JSP page. The page demonstrates several types of expressions and some odd conditions.
    [Includes source code]
    http://java.sun.com/developer/EJTechTips/2004/tt0126.html - Jan, 2004

[Top]

Tutorials:
  • Understanding the New Features of JSP 2.0   - [Clicks: 56]
    This tutorial is aimed at helping you understand some of the new features of JSP 2.0. Specifically, we will be looking at the following features - the Simple Expression Language (EL), JSP Fragments, Tag files and Simple Tag handlers.
    http://otn.oracle.com/sample_code/tutorials/jsp20/toc.html - Jan, 2004

[Top]