All, I am new to jBPM. I did a very basic example run using the link below
http://www.jorambarrez.be/blog/2010/02/01/updated-hello-world-tutorial-for-jbpm-4-3/
Though I got the example running, I have some questions on jBPM and integrating with my application on Websphere
- I do not want to use the jbpm console for user interaction (like starting a process etc)
- I need to understand what exact database setup jBPM needs (tables, entities) and I want to use the very minimal setup that needs to be used for jbpm
- I want to use my own custom web-pages that will allow users of my application to interact with the workflows (starting, stopping) etc
- do I need just the jbpm.jar library to run jbpm workflows or I need to take the entire library set (some 25 jars)
Can anybody point me to a proper tutorial that shows how to embed jbpm into an existing application?
Thanks.