Uploaded image for project: 'Commons SCXML'
  1. Commons SCXML
  2. SCXML-242

Provide JSON based datamodel as replacement for XML/XPath

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 2.0
    • None

    Description

      The XML/XPath datamodel, with 'convenient' support through Data() and Location() operations for usage within the Jexl, Javascript and Groovy SCXML languages has been the root and cause of many invasive and complicating problems in the implementation of Commons SCXML (2.0).
      The SCXML 1.0 specification has dropped the xpath datamodel from the specification because of similar/same complications and (also thereof) lack of 'reference' implementations.

      Further maintaining and trying to 'improve' on the XML/XPath datamodel support in Commons SCXML therefore will be stopped and removed from the implementation all together.
      Instead and as replacement new JSON datamodel support will be added, which also aligns with the (optional) Ecmascript datamodel as described in the SCXML specification.

      The JSON based datamodel will be parsed (in Java) into a 'raw' object model, consisting of plain Maps (JSON Object) and Lists (JSON Array), and thus trivially to be used from the Commons SCXML supported languages (Jexl, Groovy and Javascript).

      As this new JSON datamodel will replace all XML/XPath usages, part of this new feature implementation will be updating and replacing all the example/unit-test usages in the codebase, and thereby also removing all usages of the custom Data() and Location() functions.

      Once these changes are in place, the Data() and Location() custom functions will then be removed as well.

      Finally, the XPath language itself then can be removed, including all the supporting logic scattered throughout the engine implementation itself, but this will be done as a separate issue afterwards.

      Attachments

        Issue Links

          Activity

            People

              ate Ate Douma
              ate Ate Douma
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: