Hi to everyone,
i'm newbie of jbpm tecnology, so i want to find a simply example of a web application that using jbpm workflow (with source code explaned), because the example on the guide is refered to a junit project, then i want to use jsp, servlet and javabean.
Can you help me?
Another question is: which framework is good to integrate jbpm in a web application? (jsf, struts, etc.)
Please send me if is possible, link to site or book or everything on jbpm.
thanxs in advance,
Fabio.
Please take a look at the getting started wiki:
http://wiki.jboss.org/wiki/Wiki.jsp?page=JbpmGettingStarted
This goes through creating a process and deploying it to the sample web application. The sample web application source code is available as an example.
You can use any technologies to create your web application, just use the API calls into jBPM to interact with your processes.
Kevin