Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The Java standard template library (JSTL) provides some common libraries for use in JSP pages. The JSTL includes the following modules

  • Core – core functionality such as if, loop, set, include
  • SQL – database access
  • XML – XML Processing
  • Internationalization – I18N Formatting (not normally used by GLAST)

Some tutorials on using JSTL are available here.

...