You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by Vijay K Dasari <kr...@ecarey.com> on 2004/11/17 20:09:38 UTC

WorkFlow

Hi,

We are looking for a FrameWork or a Design Pattern to support the Flow among
Sturts Actions (WorkFlow). I found a proposal from STRUTS at
http://struts.apache.org/proposals/workflow.html
which looks promosing. But this document says that this work is stalled. And
they suggested in looking at JELLY. Does any one know the staus of this
Proposal or Any other framework which supports WorkFlow among pages ( JSP's
and Actions ).

Thanks in Advance,
Kris.



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org


Re: WorkFlow

Posted by Joe Germuska <Jo...@Germuska.com>.
At 2:09 PM -0500 11/17/04, Vijay K Dasari wrote:
>Hi,
>
>We are looking for a FrameWork or a Design Pattern to support the Flow among
>Sturts Actions (WorkFlow). I found a proposal from STRUTS at
>http://struts.apache.org/proposals/workflow.html
>which looks promosing. But this document says that this work is stalled. And
>they suggested in looking at JELLY. Does any one know the staus of this
>Proposal or Any other framework which supports WorkFlow among pages ( JSP's
>and Actions ).

I don't think Jelly is what you want.  Jelly is basically an XML 
based scripting framework.  It basically works like Ant, where Java 
classes are configured to be called when certain XML elements are 
encountered.  There's nothing specific to recommend it over any other 
scripting language which can be plugged into Java, except maybe if 
you are working on data which is already kind of XML-oriented.

You may want to have a look at Don Brown's struts-flow, which is 
still kind of young -- but I don't think Don would consider it 
stalled.  ;-)  http://struts.sourceforge.net/struts-flow/index.html 
He might even be interested in getting some more people involved in 
developing it!

Ongoing discussion on this topic is probably better suited to the 
user@struts.apache.org list; dev@struts is more about building out 
the framework than about using it.

Cheers,
	Joe

-- 
Joe Germuska            
Joe@Germuska.com  
http://blog.germuska.com    
"Narrow minds are weapons made for mass destruction"  -The Ex

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org