Uploaded image for project: 'Commons Jelly'
  1. Commons Jelly
  2. JELLY-170

Nested scripts should be compiled and cached

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 1.0
    • None
    • core / taglib.core
    • None
    • tomcat 5.0, Jelly 1.0 RC1

    Description

      In the current version of jelly "import" tag, imported scripts are always parsed and recompiled each time the containing script runs, even if this script has already been compiled.

      It isn't optimized if the compiled version of the main script must be cached for multiple read, for instance a web page.

      In a JSP context, all included pages are compiled when the main jsp is compiled, so there is no performance penalty. That would be nice to have the same thing in jelly.

      Attachments

        Activity

          People

            Unassigned Unassigned
            amasson Arnaud Masson
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated: