Puneet Kankane [http://community.jboss.org/people/pkk4jbpm] replied to the 
discussion

"jbpm web application development in tomcat"

To view the discussion, visit: http://community.jboss.org/message/555786#555786

--------------------------------------------------------------
Hi Yogeen,

No Spring is not the only way to create jBPM process.

1. You can use jBPM in your standalone application using plain POJO
2. Use OpenEJB plugin for tomcat to get EJB container support in Tomcat since 
tomcat is mainly JSP/Servlet container.
3. Use Spring (Standalon/Webapplication)
4. Use jBPM in servlets.

So it all depends on you how u want to access jBPM.

I would rather ask you to refer the User Guide & Develop Guide to understand 
how you can build processes and deploy them. You can deploy processes as a 
archive or through your POJO/Spring Bean/EJB... using its repository service.

User Guide Link:  
http://docs.jboss.com/jbpm/v4/userguide/html_single/#introduction 
http://docs.jboss.com/jbpm/v4/userguide/html_single/#introduction

It explains different ways to build & deploy processes.

Once you go through this document you will be more comfortable.

Important:

1. Explains you how to create process graphically & deploy it.  
http://docs.jboss.com/jbpm/v4/userguide/html_single/#graphicalprocessdesigner 
http://docs.jboss.com/jbpm/v4/userguide/html_single/#graphicalprocessdesigner
2. Explains about services, which you can use inside you code to 
create/deploy/manage processes.  
http://docs.jboss.com/jbpm/v4/userguide/html_single/#processdefinitionprocessinstanceandexecutions
 
http://docs.jboss.com/jbpm/v4/userguide/html_single/#processdefinitionprocessinstanceandexecutions

Try it.

Puneet

--------------------------------------------------------------

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

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

_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to