Java
-
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 » -
Implementing Entity Services using NoSQL – Part 2: Contract-first
It’s time to begin the coding of my SOA entity service with NoSQL project, and as promised I’m starting with…
Read More » -
Implementing Entity Services using NoSQL – Part 1: Outline
Over the past few weeks I’ve been doing some R&D into the advantages of using NoSQL databases to implement Entity…
Read More » -
JSON – Jackson to the rescue
Sometimes you have to fetch some data from the server in JavaScript, JSON is pretty good choice for this task.…
Read More » -
PrimeFaces Push with Atmosphere on GlassFish 3.1.2.2
PrimeFaces 3.4 came out three days ago. Beside the usual awesomeness of new and updated components it also includes the…
Read More » -
Changing delay, and hence the order, in a DelayQueue
So I was looking at building a simple object cache that expires the objects after a given time. The obvious…
Read More » -
Benchmarking JMS layer with JMSTester
For most of the clients I’ve been to, scaling out a JMS messaging layer with ActiveMQ is a priority. There…
Read More »