You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ofbiz.apache.org by Sugail Hameed <su...@kenapps.com> on 2011/09/10 11:58:21 UTC

flow control in application

hi,
   i am currently creating the services and events .could any one make clear
over the control flow for that .

Re: flow control in application

Posted by Jacques Le Roux <ja...@les7arts.com>.
It's in controllers (controller.xml files). There you can chain the requests and redirect...

For now a long time, we no longer use a workflow engine in OFBiz http://ofbiz.apache.org/docs/workflow.html we use the ECA concept 
https://cwiki.apache.org/confluence/display/OFBTECH/Service+Engine+Guide#ServiceEngineGuide-ecas
In other words it's an EDA (Event Driven Architecture) baked by a SOA (Service Oriented Architecture)
Look for workflow in https://cwiki.apache.org/confluence/display/OFBADMIN/Apache+OFBiz+Project+Overview for more

But you will need to read more than that if you want to better understand, and especially get the best of OFBiz...

Jacques

From: "Sugail Hameed" <su...@kenapps.com>
> hi,
>   i am currently creating the services and events .could any one make clear
> over the control flow for that .
>