Thursday, March 30th, 2017
Drools is a slim Business Rules Management System (BRMS) solution with different integrations and tools available.
In the following short snippet I’d like to demonstrate how to integrate a simple rule engine into an application using this library.
(more…)
Tags: activiti, bpm, brms, drools, guvnor, jboss, redhat, rule, rule-engine
Posted in Java | No Comments »
Thursday, April 26th, 2012
Now that the long awaited stable version of the Arquillian framework is released I wanted to demonstrate some interesting features of this framework that really eases writing and running of integration tests for Java EE 6 applications in many different ways.
In the following tutorial we are going to create some real-world examples using Enterprise JavaBeans, Contexts and Dependency Injection, the Java Persistence API and we’re finally running Drone/Selenium tests against a JEE Web Application that is using Java Server Faces.
(more…)
Tags: arquillian, cdi, drone, ejb, glassfish, integration test, java ee, jboss, jee, jpa, jsf, selenium, tdd
Posted in Enterprise, Java, testing | 11 Comments »
Monday, March 26th, 2012
In today’s tutorial we’re exploring the world of faceted searches like the one we’re used to see when we’re searching for an item on Amazon.com or other websites. We’re using Hibernate Search here that offers an API to perform discrete as well as range faceted searches on our persisted data.
(more…)
Tags: discrete, entity, example, facet, hibernate, jboss, jpa, lucene, persistence, range, search, tutorial
Posted in Java | 2 Comments »