Discussion:
[jboss-user] [jBPM] - How are people using JBPM5?
Michael Harper
2013-01-18 10:39:40 UTC
Permalink
Michael Harper [https://community.jboss.org/people/michael.harper] created the discussion

"How are people using JBPM5?"

To view the discussion, visit: https://community.jboss.org/message/792769#792769

--------------------------------------------------------------
My question above is really aimed at the most useful way of using JBPM in a company environment.
Thomas Setiabudi
2013-01-25 06:12:15 UTC
Permalink
Thomas Setiabudi [https://community.jboss.org/people/thomas.setiabudi] created the discussion

"Re: How are people using JBPM5?"

To view the discussion, visit: https://community.jboss.org/message/794225#794225

--------------------------------------------------------------
Hi Michael Harper,

Generally there are two ways you can use / implement JBPM:

1. Embedded, Embed it in your application, so you can call all the API directly from application.

2. Use it as service, Deploy it as war file in server like JBOSS AS, the War has to provice API like REST API so that all other application can interact with it.

I believe each implementation has its own advantages and disadvantages.

by the way, I use it as a service because it is shared by multiple application.


Regards,
Thomas Setiabudi
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/794225#794225]

Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]
Michael Harper
2013-01-25 10:06:15 UTC
Permalink
Michael Harper [https://community.jboss.org/people/michael.harper] created the discussion

"Re: How are people using JBPM5?"

To view the discussion, visit: https://community.jboss.org/message/794259#794259

--------------------------------------------------------------
Thank you Thomas

I was looking at using it as a service as well. Where I was getting a little lost is because is was trying to set up a minimum configuration i.e a war the required jbpm libraries with my own database, and as you say some restful services to expose access to processes. In doing this I couldn't help thinking that I was missing a point and not using elements of the demo installer as I should be, but then if that's the case, it would be nice to see to have an outline of how all the peices fit together, jar packages, jboss-web.xml, web.xml elements so I had a better Idea of what I was doing.

If what we have to do is analyse the demo and effectively create our own version for production then just being told I had to do that would settle my nerves :-)

Thanks again

Michael
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/794259#794259]

Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]
Thomas Setiabudi
2013-01-26 00:07:36 UTC
Permalink
Thomas Setiabudi [https://community.jboss.org/people/thomas.setiabudi] created the discussion

"Re: How are people using JBPM5?"

To view the discussion, visit: https://community.jboss.org/message/794403#794403

--------------------------------------------------------------
Hi Michael Harper,

You are correct about the demo, the demo shows a sample on how jbpm can be implemented.  Of course if you want to use jbpm as a service then jbpm-gwt-console-server that comes with the demo is a good reference.
You can even use it and customize just part that you need to behave differently.  Or you can even create your own jbpm-gwt-console-server like application.

Regards,
Thomas Setiabudi
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/794403#794403]

Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]
Vladimir Stankovic
2013-01-29 13:15:50 UTC
Permalink
Vladimir Stankovic [https://community.jboss.org/people/svlada] created the discussion

"Re: How are people using JBPM5?"

To view the discussion, visit: https://community.jboss.org/message/794881#794881

--------------------------------------------------------------
@ https://community.jboss.org/people/michael.harper Michael Harper
Michael, what is your current status in evaluation of jBPM? Did you came up with any conclusions? I have similar questions as you.
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/794881#794881]

Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]
Michael Harper
2013-01-29 14:49:14 UTC
Permalink
Michael Harper [https://community.jboss.org/people/michael.harper] created the discussion

"Re: How are people using JBPM5?"

To view the discussion, visit: https://community.jboss.org/message/794915#794915

--------------------------------------------------------------
Hi Vladimir

We have decided to diagram the process in BPMN2.0 notation but at this stage we proceed with a JBPM implementation.

The reasons are;

a) This is a project on behalf of clients for a government project and we feel there is an unaceptable level of risk mainly in the support and documentation areas.
b) We can implement the project using traditional approaches and the JEE stack, and given the risk, we would need a bigger advantage through the use of JBPM, to encourage us to go though the pain of setting it up in it's current state.

Like I said we are documenting with a view to one day being in a position to use JBPM so I'm not knocking the project. In a less risky project we might be tempted to throw caution to the wind.
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/794915#794915]

Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]
Loading...