The current status of the Flow implementation. Feel free to add your name if an issue is open (wink)

Issues to be solved before rc1

empty


Issues solved recently

  • basic implementation of the FOM
    --> done (Christopher)

  • get e.g. request parameter "xyz" using
    cocoon.request.xyz
    --> done (Christopher)

  • implement getComponent( id )
    --> done (Reinhard/Christopher)
  • implement releaseComponent( component )
    --> done (Reinhard)



Issues to be solved before release


Issues to be solved before release (nice to have)

  • raise exception if component is unreleased
    (not absolutly necessary for the 14th!)
    --> open
  • Linotype has to use FOM
    --> open (Stefano) (as unstable block not necessary for rc1)
  • Woody has to use FOM
    --> open (Bruno?) (as unstable block not necessary for rc1)

Issues for Cocoon 2.1.1 (or later)

  • suport event handlers
    (see FOM_Cocoon for details)
  • synch rhino-continuations with Rhino
    (GR)The current Rhino version is an old development one. Porting the continuation engine to the last version it's not an easy task, but should be pretty high priority oon the list. See http://marc.theaimsgroup.com/?t=105637688900023&r=1&w=2&n=13
    --> GR, CO
  • Sitemap integration
    --> discussion (FlowSitemapIntegration)
  • automagical lookup and release of stateful components in flows with continuations support
      
       function myFlow() {
       var c = cocoon.getComponent( "blabla" );
          c.doSomething();
          sendPageAndWait(...):
          c.doSomethingElse();
          sendPage();
       }
     
  • No labels