Enterprise Java
-
Spring Data REST in Action
What is spring-data-rest? spring-data-rest, a recent addition to the spring-data project, is a framework that helps you expose your entities…
Read More » -
Jersey Client: Testing external calls
Jim and I have been doing a bit of work over the last week which involved calling neo4j’s HA…
Read More » -
Why REST is so important
This post is dedicated to REST, an architectural style of shaping webservices and the most misunderstood concept in the history…
Read More » -
Getting Started with Google GSON
In Java world, JSON is becoming de facto standard for data exchange format over XML because of its ease of…
Read More » -
Introduction to Apache Camel
Apache Camel is a open source implementation of famous Enterprise Integration Patterns. Camel is a Routing and Mediation Engine and…
Read More » -
Scalable real time state update with Storm
In this post, I illustrate how to maintain in DB the current state of a real time event-driven process in…
Read More » -
EJB passivation and activation example
In this tutorial we are going to see how activation and passivation works in a Stateful Java Enterprise Session Bean.…
Read More » -
Transparently persist and retrieve encrypted data from database
It’s over two months since my last post here but June and July were extremely busy and intensive months this…
Read More » -
Java EE Stateful Session Bean (EJB) example
In this article we are going to see how you can use Stateful Session Beans to keep track of state…
Read More »