Chris Melas [
http://community.jboss.org/people/melc] created the discussion
"Re: Evaluating jBPM for these cases"
To view the discussion, visit:
http://community.jboss.org/message/641243#641243
--------------------------------------------------------------
Hi,
1)Yes via custom work items (
http://docs.jboss.org/jbpm/v5.1/userguide/ch13.html
http://docs.jboss.org/jbpm/v5.1/userguide/ch13.html), there is no out of the box
implementation for that. Although it is pretty straightforward to implement jax-rs and
jax-ws with work items, there will also be available some interesting implementations in
the public repository (
http://kverlaen.blogspot.com/2011/10/introducing-service-repository.html
http://kverlaen.blogspot.com/2011/10/introducing-service-repository.html ,
http://kverlaen.blogspot.com/2011/12/jbpm-52-released.html ) .
2)The state of work items is always stored before and after execution. The only thing that
you may need is to have some kind of logic executed in case the system breaks down while
executing a work item in order to specify how you want to react for the stored work items
that may not have completed execution i.e. restart execution or complete automatically
etc.
3,4)I think this mainly depends on the app server you'll be using i.e. Jboss provides
ha clustering solutions , as far as jbpm5 is concerned you'll be fine. Basically treat
jbpm5 as you would with any other jee application.
5)Yes, there is a console and repository already for jbpm. However you can also implement
your own or simply use the available api to do actions like that, it all depends on how
you plan to use jbpm i.e. in the core of your app, as a service etc
- no problem with oracle many people have been using it
- quartz is not required by jbpm5 to function
--------------------------------------------------------------
Reply to this message by going to Community
[
http://community.jboss.org/message/641243#641243]
Start a new discussion in jBPM at Community
[
http://community.jboss.org/choose-container!input.jspa?contentType=1&...]