In this post we will update our client to use Camel to forward our request and response to the exposed web service. We already included all the dependencies we needed in Part2. So all that is required to is write …
In Part 1 we created and deployed a Web Servlet that invoked the Rule Engine to fire the rules. In Part 2 we will create a Web Service that will pass a Request to the Rule Engine and return a …
Background One of the big problems with technology nowadays is how much we use without fully understanding what is going on in the background – so the objective of these posts is to take you step by step through the …
This is a great little tutorial that takes you from scratch to a full blown Camel and SEDA application, with some good discussion and explanation as you go along. http://vrtoonjava.wordpress.com/category/apache-camel-tutorial
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 …
Objectives In this example we will integrate Drools, Spring and Camel. We will first execute a test to show that our Rules are firing using just Drools Next we will test our Spring / Drools integration is working by loading …
Objective In this post we are going to create a Drools Stateful Knowledge Session and bind it to a JNDI address. We will then use Camel to fire all the rules in that session. This is useful where we wish …