Enterprise Java
-
Maven Cargo plugin for Integration Testing
A very common need in the lifecycle of a project is setting up integration testing. Luckily, Maven has built-in support…
Read More » -
5 Tips for Unit Testing Threaded Code
Here’s a few tips on how take make testing your code for logical correctness (as opposed to multi-threaded correctness). I…
Read More » -
Apache Digester Example – Make Easy Configuration
Address Problem – Hard Coding , Need to create custom configuration for your application like struts configuration file to vary…
Read More » -
JBoss AS 7 classloading explained
This is a sample chapter taken from JBoss AS 7 Configuration Deployment and Administration book edited by Francesco Marchioni who…
Read More » -
Simple REST client in Java
Today most of the mobile applications that used to communicate to some server use REST services. These services are also…
Read More » -
Spring 3.1 Caching and @Cacheable
Caches have been around in the software world for long time. They’re one of those really useful things that once…
Read More » -
Implementing Entity Services using NoSQL – Part 5: Improving autonomy using the Cloud
In the previous posts I discussed how I went about building my SOA ‘Entity’ service for Products by using a…
Read More » -
Implementing Entity Services using NoSQL – Part 4: Java EE
Now that I have prepared a skeleton contract-first web-service and created a data access layer using Ektorp and CouchDB, it’s…
Read More » -
Implementing Entity Services using NoSQL – Part 3: CouchDB
Following on from Part 2 of this series where I created and deployed the Product Entity Service using the SOA…
Read More »