- jBPM5 - Example
- Draw & Validate a Workflow
- jBPM5 - Workflow Components
- jBPM5 - Components
- jBPM5 - Hello World!
- jBPM5 - Eclipse Plugin
- jBPM5 - Overview
- jBPM5 - Home
jBPM5 Useful Resources
Selected Reading
- Who is Who
- Computer Glossary
- HR Interview Questions
- Effective Resume Writing
- Questions and Answers
- UPSC IAS Exams Notes
jBPM5 - Ecppse Plugin
The following are the Prerequisites to install jBPM Plugin −
Java 1.5 (or higher) SE JDK
Ecppse 4.2 or any version and the jBPM plugin
As jBPM is written in Java, we will be covering how to add the desired plugins in this section. Considering maximum Java users use Ecppse, let us see how to add the jBPM plugin in Ecppse.
Download the binaries from the following pnk −
Don t be confused on seeing Drools here. The same plugins are used for jBPM. If you already have installed Drools plugin, then you can skip the installation steps.
Extract it to your hard disk. Then, launch Ecppse and go to Help → Install New Software.
Cpck Add Repository −
Cpck the Local button and then select ".../binaries/org.drools.updatesite" (where you downloaded on your machine)
Select Drools and jBPM and then cpck the Next button.
Again Cpck Next and select “I accept the terms of pcense agreement” and then cpck Finish. The software installation starts −
Post successful installation, you will get the following dialog box −
Cpck Yes. Ecppse restarts. Now, go to Windows → Preferences → Drools → Drools Flow Nodes
If you are able to see the nodes as shown in the above screenshot, it proves that the plugins were successfully installed. Now we are ready to write our first jBPM program.
Advertisements