Uploaded image for project: 'Commons OGNL (Dormant)'
  1. Commons OGNL (Dormant)
  2. OGNL-188

Ability to programatically "step" through an Ognl execution.

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • None
    • None
    • All.

    Description

      First, let me describe in abstract terms my use case:

      I have several "resources" which I need to retrieve (by URI). I'm using Ognl to describe the URI of these resources.

      Some of the resource URI's might be dependent on content in other resources. I'd like to be able to set up my own queuing mechanism which will put on hold any such dependent URI until the resource is retrieved.

      Right now, the Ognl expression is evaluated using the Java stack, which makes it extremely difficult to "pause" an expression.

      It would be nice if the expression state could be externalized and run iteratively instead of recursively.

      Attachments

        Activity

          People

            Unassigned Unassigned
            danielpitts Daniel Pitts
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: