Enterprise Java
-
Master-Detail data with ADF List View
Lately the ADF Faces table component has not been considered cool anymore from UI perspective. List View is supposed to…
Read More » -
Drools: A detailed description of internal code cleanups for fireAllRules, fireUntilHalt and Timers
In June we blogged about a new internal state machine to manage the interaction of User, Timer and Engine threads.…
Read More » -
Using Spring-data With Apache Camel
Spring Data saves you a lot of time by creating smart DAOs that you can basically get for free without…
Read More » -
Whether using Spring Framework or not , why we are going to lose?
A couple of fays again, on the Twitter sphere, I saw blog post by Sam Atkinson called Why I hate…
Read More » -
A Refresher – Java EE 7 At A Glance
As the Red Hat JBoss Enterprise Application Platform 7 (EAP 7) is looming on the horizon and even the WebLogic…
Read More » -
Setting basic response http headers for REST resources on a simple Vertx Rest based app
I am new to Vert.x but as a Java developer (die hard) I find it much more enjoyable and promising…
Read More » -
Automated provisioning of JMS resources in Java EE 7
JMS 2.0 (part of the Java EE 7 Platform) introduced lots of nice features. One of these was the ability…
Read More » -
Java EE, Gradle and Integration Tests
In the last years Apache Maven has become the de-facto build tool for Java and Java EE projects. But from…
Read More » -
HOW-TO: Register components using @Conditional and Condition in Spring
@Profile annotation in Spring can be used on any Spring components (e.g. @Component, @Service, @Configuration etc.) that are candidates for…
Read More »