Hi Ram, There are three types of Events offers by OFBiz to implement Business Logic. 1) Services which may be in java or minilang. 2) Events in java. 3) Events in minilang. All events are loaded once on server starts, to know more you can refer the Example Component in which probably each of these has been implemented. Better you go here - http://cwiki.apache.org/confluence/display/OFBIZ/OFBiz+Tutorial+-+A+Beginners+Development+Guide Here you will get all the examples of using each type of event and in line notes with each code will guide you how/when/where to use which.
Rishi Solanki Enterprise Software Developer HotWax Media Pvt. Ltd. On Fri, Dec 4, 2009 at 2:26 PM, ramram <[email protected]> wrote: > > Hi Anil, Jacques > > Well as you know I am new to OfBiz and what I am really interested in is > the workflow that is provided by the OfBiz but after researches I find out > the ofBiz stopped the working with the workflow of shark and instead are > based on EDA (event driven architecture) which is also interesting. So what > I am really looking forward to is to know how the event driven system work > how to configure a scenario so that when an event occur an action can be > created in response? I tried to search for documents that explains the EDA > and ECA and how to configure a scenario in them but i couldnt find enough > information? > > The scenario that I am trying to create is to create User task > (automatically) that will appear in the workeffort? can this be achieved? > > And can you recommend any documents or urls for more info on ofBiz? > > Regards > > -- > View this message in context: > http://n4.nabble.com/How-to-implement-and-EDA-tp947491p948339.html > Sent from the OFBiz - User mailing list archive at Nabble.com. >
