8 Replies Latest reply on Feb 24, 2010 8:04 AM by isuru

    How to create a new project JBPM 4.3

      Hi all;

       

      Please let me know, how to create a new projet in JBPM 4.3 step by step.

      i'm new to this

      Please help me.

        • 1. Re: How to create a new project JBPM 4.3

          Hey,

           

          do you mean an Eclipse project? If so, there is no way to create a jbpm project. You can only create a processdefinition file! You can put this file where ever you want.

           

          Best regards

          • 2. Re: How to create a new project JBPM 4.3

            So u mean we cant create any new jbpm projects in JBPM 4.3 right?

            what is this processdefinition file
            ???

            I'm very much new to JBPM please give me some articals to flow

            i need to create a new application using JBPM if there is any possible way please let me know

            thaks

            • 3. Re: How to create a new project JBPM 4.3

              Do you talk about to develop an application in eclipse???? If you don't declare , I can only guess!

               

              Best regards

              • 4. Re: How to create a new project JBPM 4.3
                swiderski.maciej

                Hi,

                 

                just follow user guide that is part of the jBPM distribution and play around with examples. I think this is the best way to start with jBPM.

                 

                /Maciej

                • 5. Re: How to create a new project JBPM 4.3

                  Hi

                   

                  Now i'm working with eclipse-jee-galileo-win32 , jbpm-4.3, jboss-5.0.0.GA according to the user guid i have configured but in eclips there is no way to create new jbpm project i have attach screen shout plz help me to create a new jbpm project in eclipse

                  • 6. Re: How to create a new project JBPM 4.3
                    swiderski.maciej

                    As Dominic already mentioned, there is no way and need for jBPM project in eclipse any more. It's enough to create Java project with dependencies to jBPM libraries. You need to create/copy configuration for jBPM and database into your eclipse project, they can be found within the jBPM distribution (instal/src/cfg) or in examples project. I personally recommend to start with examples, the easiest way to get to know basics.

                     

                    Then you create process definition file (*.jpdl.xml) in it (most likely in some package structure) and off you go.

                     

                    For building and deployment you can use ant script, take a look at one delivered with examples package.

                    • 7. Re: How to create a new project JBPM 4.3

                      As I said, it is not possible to create an jbpm project like with jbpm 3.x in eclipse and it is not needed anyway!

                       

                      You can create a processdefinition file where every you want, e.g. in a normal java project.

                      This file is needed to make a process deployment in your "jbpm database".

                       

                      How you can create a processdefinition file - take a look at the user guide (http://docs.jboss.com/jbpm/v4/userguide/html_single/#creatingnewprocessfile)

                       

                      For deployment of a process there is an ANT script available in your jbpm installation!

                       

                      Best regards

                       

                      Sry for double posting - Maciej was faster!

                      • 8. Re: How to create a new project JBPM 4.3

                        Hi

                        Thxxzzzzzzzz