home Links Articles Books Past Meetings Photos SiteMap
The MDCFUG is sponsored by TeraTech. Visit us at www.TeraTech.com

Please send
comments/questions to

michael@
teratech.com

 

JSP Tag Libraries

  • JSP custom tags (taglibs) allow Java programmers to add CFML-like tags to JSP

    • Like Java CFX, but more powerful
    • Theoretically, taglibs can eliminate Java code from JSP pages
  • JSP Standard Tag Library (JSTL) 1.0 released in June

    • Variable creation and display (expression language)
    • Flow control: conditional statements, loops
    • SQL Database access
    • XML processing
  • XML-compliance sometimes leads to awkward syntax

    • JSTL can’t do <CFIF> … <CFELSEIF> … <CFELSE> … </CFIF>
    • JSTL can’t do <CFIF variable EQ value>
    • JSTL can’t do <CFSET variable=value>

Previous slide Next slide Back to first slide View graphic version


Home | Links | Articles | Past Meetings | Meeting Photos | Site Map
About MDCFUG | Join | Mailing List |Forums | Directions |Suggestions | Quotes | Newbie Tips
TOP

Copyright © 1997-2024, Maryland Cold Fusion User Group. All rights reserved.
< >