This post shows how to create a simple decision tool in Drools 6.0. Create a new Simple Maven Project Create a new Maven Project and check the Simple Project box. Set the Group Id and Artifact Id as follows: Group …
Download JBPM5 from http://www.jbpm.org Click on download Click on Older Community Releases This will redirect you to http://sourceforge.net/projects/jbpm/files/ Click JBPM5, this will redirect you to http://sourceforge.net/projects/jbpm/files/jBPM%205/ Click on JBPM5.4 Final and download the installer zip file to your downloads directory …
Open http://www.jbpm.org/download/download.html Select Old Community Releases This will redirect you to: http://sourceforge.net/projects/jbpm/files/ Select JBPM5 Select JBPM-5.4.0.Final Download JBPM-5.4.0.Final-Installer-Full.zip
Download Intellij Idea Community Edition from https://www.jetbrains.com/idea/download/ Install Intellji by double clicking the downloaded file and following the instructions Open Intellij Create New Project New Project SDK Navigate to the latest version of Java. On a Mac that is currently /Library/Java/JavaVirtualMachines/jdk1.8.0_25.jdk …
Download VirtualBox https://www.virtualbox.org/wiki/Downloads
Create the New Maven Project File -> New -> Maven Project GroupId: com.skills421.java.training ArtifactId: Restful-Service Version: 1.0-SNAPSHOT Web Service
This Drools plugin for Netbeans 8 is quite good: Drools Plugin http://plugins.netbeans.org/plugin/52143/drools-netbeans-plugin Installation Instructions download the plugin open Netbeans Tools -> Plugins -> Downloaded Add Plugins… follow the instructions re-start Netbeans
This post follows on from EAP Webservice with Camel on Openshift – part 1 EAP Webservice with Camel on Openshift – part 2 Part 3 – Moving our EAP to Openshift Overview For the last few days I have been getting to grips …
This post follows on from EAP Webservice with Camel on Openshift – part 1 Part3 – Moving our EAP to Openshift can be found here Part 2 – Deploying to JBoss EAP Overview For the last few days I have been getting to grips with …
Part2 – Deploying to EAP can be found here Part3 – Moving our EAP to Openshift can be found here Part 1 – Establishing a Simple Camel Route Overview For the last few days I have been getting to grips with JBoss …