Enterprise Java
-
Dynamic ADF Train: Adding train stops programmatically
I’m going to show how to add train stops to ADF train programmatically “on-the-fly”. In my use-case I have some…
Read More » -
REST endpoint for integration using Apache Camel
REST is an architectural style used for organizing resources and when applied to HTTP-based services allows building stateless, decoupled, scalable…
Read More » -
Spring 3 and Java EE 6 – An unfair and incomplete comparison
The first draft of this small article had the title ‘Spring & Java EE – Comparing Apples and Oranges’. During…
Read More » -
Spring MVC 3 Controller for MyBatis CRUD operation
Till now we have created CRUD database service for the domain class “User” and alsointegratedMyBatis configuration with Spring Configuration file.…
Read More » -
Spring 3: Type safe dependency injection
Before jumping to Type Safe Dependency Injection from Spring, I would like to to discuss the way we have been…
Read More » -
Deploy Play Framework 2 apps to Openshift with Java AND Scala
A couple of weeks, Mark Atwood, Jorge Aliss, and me, Sebastián Scarano participated in Red Hat’s webinar LET’S PLAY! IN…
Read More » -
Writing modules for Play 2, part 2: Interceptors
In the first part of this tutorial, we looked at the bare basics for creating, publishing and calling a module.…
Read More » -
Word Count MapReduce with Akka
In my ongoing workings with Akka, i recently wrote an Word count map reduce example. This example implements the Map…
Read More » -
TeamCity Build Dependencies
Introduction The subject of build dependencies is neither a trivial nor a minor one. Various build tools approach this subject…
Read More »