Uploaded image for project: 'Tapestry 5'
  1. Tapestry 5
  2. TAP5-713

Change template parser to not use StAX, as it is not (yet) compatible with Google App Engine

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 5.1.0.5
    • 5.2.0
    • tapestry-core
    • None

    Description

      The StAX APIs are not on the GAE "white list".

      Should be reasonable ot change the code, by using a SAX parser that parses the template into a list of tokens, and then iterate down the token list as we do today using StAX. End result will be fewer dependencies to boot.

      Attachments

        1. SaxTemplateParserImpl.java
          31 kB
          Christian Köberl
        2. SaxTemplateParserImpl.java
          30 kB
          Christian Köberl
        3. SaxTemplateParserImpl.java
          30 kB
          Christian Köberl
        4. SaxTemplateParserImpl.java
          23 kB
          Christian Köberl
        5. SaxTemplateParserImpl.java
          21 kB
          Christian Köberl

        Activity

          People

            hlship Howard Lewis Ship
            hlship Howard Lewis Ship
            Votes:
            7 Vote for this issue
            Watchers:
            7 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: