> Also wondering if you would consider highlighting Cocoon flow especially
> since this has been around for a year now and also due to this hype around
> Jboss Seam..?

Keep in mind Seam is a full EJB3/JSF entreprise application framework,
whereas Cocoon is a _web_ development framework with a "glue XML
sources together" approach. It's not apples to oranges, but you can't
just compare them like that.

Now for the flow, AFAIK Seam uses jBPM to describe workflows, which
uses a concept of Graph Oriented Programming and Signals to Tokens (1)
to "solve" continuations problems. You can write workflows with jBPM
graphical editor (eclipse plugin), you just can't to that with Cocoon
flow, but the Lepido project (2) _might_ let you do this, one day.

Not to start a flamewar, but I think you just can't write or even
describe complex workflows within Cocoon.


(1) http://docs.jboss.com/jbpm/v3/userguide/graphorientedprogramming.html
(2) http://www.eclipse.org/lepido/

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to