-
Software Development
Legacy Code to Testable Code #3: Adding Setter Accessors
This post is part of the “Legacy Code to Testable Code” series. In the series we’ll talk about making refactoring…
Read More » -
Software Development
Data as a Service: JBoss Data Virtualization and Hadoop powering your Big Data solutions
Red Hat and Cloudera, announce the formation of a strategic alliance. From JBoss perspective, the key objective of the alliance…
Read More » -
Enterprise Java
Beginner’s Guide to Hazelcast Part 4
This is the fourth installment of my Hazelcast series. If one has not seen the other 3, I suggest one…
Read More » -
Enterprise Java
Beginner’s Guide to Hazelcast Part 3
This is a continuation of a series of posts on how to use Hazelcast from a beginner’s point of view. …
Read More » -
Enterprise Java
Spring Boot and Spring Data REST – exposing repositories over REST
Exposing Spring Data repositories over REST is pretty easy with Spring Boot and Spring Data REST. With minimal code one…
Read More » -
Enterprise Java
Stateless Spring Security Part 2: Stateless Authentication
This second part of the Stateless Spring Security series is about exploring means of authentication in a stateless way. If you missed…
Read More » -
Scala
Akka Notes – ActorSystem (Configuration and Scheduling) – 4
As we saw from our previous posts, we could create an Actor using the actorOf method of the ActorSystem. There’s…
Read More » -
Software Development
MongoDB Incremental Migration Scripts
Introduction An incremental software development process requires an incremental database migration strategy. I remember working on an enterprise application where…
Read More » -
Enterprise Java
Java EE 7 Batch Processing and World of Warcraft – Part 1
This was one of my sessions at the last JavaOne. This post is going to expand the subject and look…
Read More »