How to implement and EDA

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
7 messages Options
Reply | Threaded
Open this post in threaded view
|

How to implement and EDA

ramram
Hi All,

I am new to OfBiz. I was wondering how I can implement and EDA in the Ofbiz and see the related task created in the workeffort?
Please can you also provide documents on how is the EDA is implemented and how it works in OfBiz?

Thnx for the help
Reply | Threaded
Open this post in threaded view
|

Re: How to implement and EDA

Jacques Le Roux
Administrator
Not sure what you are exactly looking for, maybe this will help
http://cwiki.apache.org/confluence/display/OFBIZ/Is+OFBiz+for+Me#IsOFBizforMe-OFBizWorkflow(EDAArchitecture

Jacques

From: "ramram" <[hidden email]>

> Hi All,
>
> I am new to OfBiz. I was wondering how I can implement and EDA in the Ofbiz
> and see the related task created in the workeffort?
> Please can you also provide documents on how is the EDA is implemented and
> how it works in OfBiz?
>
> Thnx for the help
> --
> View this message in context: http://n4.nabble.com/How-to-implement-and-EDA-tp947491p947491.html
> Sent from the OFBiz - User mailing list archive at Nabble.com.
>

Reply | Threaded
Open this post in threaded view
|

Re: How to implement and EDA

ramram
thnx for ur reply Jacques
What I am looking for is the following: to be able to create user tasks according to events that occur in the system.
I couldn't find any document explaining how the EDA is implemented in OfBiz. And how we can apply a scenario based on an EDA rather than a workflow. If there is any documents about these subjects I will be great full.
What I am looking forward to is to evaluate the workflow engine or the EDA of OfBiz and the functionalities that are available by it?

Regards

Reply | Threaded
Open this post in threaded view
|

Re: How to implement and EDA

Anil Patel-3
Hi,
Please elaborate on EDA. What does it mean? How do you plan to it with (in) Ofbiz?

Thanks and Regards
Anil Patel
HotWax Media Inc
http://www.hotwaxmedia.com/apache-ofbiz-blog/ofbiz-tutorial-custom-components-in-ofbiz/

On Dec 3, 2009, at 5:20 AM, ramram wrote:

>
> thnx for ur reply Jacques
> What I am looking for is the following: to be able to create user tasks
> according to events that occur in the system.
> I couldn't find any document explaining how the EDA is implemented in OfBiz.
> And how we can apply a scenario based on an EDA rather than a workflow. If
> there is any documents about these subjects I will be great full.
> What I am looking forward to is to evaluate the workflow engine or the EDA
> of OfBiz and the functionalities that are available by it?
>
> Regards
>
>
> --
> View this message in context: http://n4.nabble.com/How-to-implement-and-EDA-tp947491p947518.html
> Sent from the OFBiz - User mailing list archive at Nabble.com.

Reply | Threaded
Open this post in threaded view
|

Re: How to implement and EDA

Jacques Le Roux
Administrator
Sorry, not sure why but I did not receive your message ramram

Jacques
PS: Hey Anil, nice way to educate people ;o)

From: "Anil Patel" <[hidden email]>

> Hi,
> Please elaborate on EDA. What does it mean? How do you plan to it with (in) Ofbiz?
>
> Thanks and Regards
> Anil Patel
> HotWax Media Inc
> http://www.hotwaxmedia.com/apache-ofbiz-blog/ofbiz-tutorial-custom-components-in-ofbiz/
>
> On Dec 3, 2009, at 5:20 AM, ramram wrote:
>
>>
>> thnx for ur reply Jacques
>> What I am looking for is the following: to be able to create user tasks
>> according to events that occur in the system.
>> I couldn't find any document explaining how the EDA is implemented in OfBiz.
>> And how we can apply a scenario based on an EDA rather than a workflow. If
>> there is any documents about these subjects I will be great full.
>> What I am looking forward to is to evaluate the workflow engine or the EDA
>> of OfBiz and the functionalities that are available by it?
>>
>> Regards
>>
>>
>> --
>> View this message in context: http://n4.nabble.com/How-to-implement-and-EDA-tp947491p947518.html
>> Sent from the OFBiz - User mailing list archive at Nabble.com.
>
>

Reply | Threaded
Open this post in threaded view
|

Re: How to implement and EDA

ramram
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
Reply | Threaded
Open this post in threaded view
|

Re: How to implement and EDA

Rishi Solanki
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 <[hidden email]> 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.
>