JavaServer Pages (JSP)

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

Articles
Books
  

Articles:
  • Define a custom tag for table display by Srinivasa Rao Karanam   - [Clicks: 102]
    Create more manageable Web apps and make code updates in one place. When you define a custom tag for tables that display in multiple places, the Tag class reflects any changes across all JSP pages. Learn to create just such a flexible tag -- with various HTML controls, including href, checkbox, radio button, text field, and combo box.
    [Includes source code]
    http://www-128.ibm.com/developerworks/java/library/wa-custmtag/index.html - Aug, 2005
  • Enrich Your Applications with JSP Components by Michael Klaene   - [Clicks: 85]
    Discover how to utilize JSP (JavaServer Pages) Tags from a few quality open-source projects to add impressive visual components to J2EE Web applications.
    [DisplayTag, JFreeChart, pragmaticObjects]
    http://www.developer.com/java/ent/article.php/3522801 - Jul, 2005
  • Add Logic to Your JSP Pages with the JSP Expression Language by Benoy Jose   - [Clicks: 53]
    Adding logic to JSP pages can be a real hassle. The new JSP Expression language simplifies this process by allowing you to separate HTML and style code from your presentation code, adding presentation logic.
    http://javaboutique.internet.com/tutorials/expressions/index.html - Jun, 2005
  • Create internationalized JSP applications by Sing Li   - [Clicks: 41]
    Designing Java Server Pages (JSP) applications for an international audience is more of an art than a science, involving much more than meets the eye. The key to success is to understand the unique server-side problems associated with internationalization. Java developer Sing Li clarifies the key problem and presents two solutions based on tried-and-true techniques.
    [Includes source code]
    http://www-128.ibm.com/developerworks/java/library/j-jspapp/ - Mar, 2005

[Top]

Books:
  • Foundations of JSP Design Patterns  by Andrew Patzer   - [Clicks: 26]
    Foundations of JSP Design Patterns gives you the tools to build scalable enterprise applications using JSP. While other books merely provide instruction on basic JSP and servlet development, this insightful guide goes a step further to offer a variety of best practices and design principles, enabling you to build your own scalable and extensible enterprise Java applications quickly and easily. Through the application of enterprise design patterns, JSP technology can be used to build complex enterprise applications in a highly reusable manner.
    Apress, Paperback - 2005

[Top]