Drools Eclipse Plugin - rules engine - drools tutorial - business rules engine
What is Eclipse plugin Drools ?
- Now are the prerequisites to install Drools Plugin:
- Java 1.5 (or higher) SE JDK
- Eclipse 4.2 (or any version) and the Drools plugin
- As Drools is a BRMS (Business Rule Management System) written in Java, we will be covering how to add the desired plugins in this section.
- Considering maximum Java users use Eclipse, let’s see how to add the Drools 5.x.0 plugin in Eclipse.
learn drools tutorial - drools project - drools rule engine introduction - drools types - drools example programs
learn drools tutorial - drools project - dools brms - drools expert - drools flow - drools fusion - drools guvnor - drools planner - drools types - drools example programs
Step 1: Download the Binaries
- Download the binaries from the following link:
- http://download.jboss.org/drools/release/5.3.0.Final/
learn drools tutorial - drools install - drools example
- After the download is complete, extract the files to your hard disk.
Step 2: Install the Software
- Launch Eclipse and go to help→install new software. Click on Add as shown in the following screenshot.
learn drools tutorial - available software- drools example
- Thereafter, click on Local as shown here and select "…/binaries/org.drools.updatesite".
learn drools tutorial - add repository- drools example
- Select Drools and jBPM and click Next.
learn drools tutorial - drools jbpm- drools example
- Again click Next. Thereafter, accept the terms and license agreement and click Finish.
learn drools tutorial - install details- drools example
- Upon clicking Finish, the software installation starts:
learn drools tutorial - drools installing- drools example
- Post successful installation, you will get the following dialog box:
learn drools tutorial - software updates- drools example
- Click on yes. Once Eclipse restarts, go to Windows → Preferences
learn drools tutorial - drools runtime- drools example
- You can see Drools under your preferences. Your Drools plugin installation is complete now.
learn drools tutorial - drools project - drools rule engine eclipse ide - drools example programs