Code & Cluster
Sunday, April 18, 2010
The Java Memory Model
›
The Java memory model describes the rules that define how variables written to memory are seen, when such variables are written and read by ...
1 comment:
Saturday, March 27, 2010
REST in a nutshell
›
REST or Representational State Transfer is the architectural style of the world wide web. REST was defined by Roy Fielding in his PhD thesis...
1 comment:
Thursday, March 11, 2010
The wait/notify mechanism in JAVA
›
Consider the problem where one thread produces some data and other threads consume the data. This is the producer consumer pattern. If the p...
1 comment:
Thursday, February 25, 2010
The dreaded double check pattern in java
›
The problem with double check locking in java is well documented. Yet even a seasoned programmer can get overzealous trying to optimize sync...
3 comments:
Sunday, February 7, 2010
Service Oriented Architecture
›
Service Oriented Architecture or SOA was a hot new buzz word 3 - 4 years ago. While still around, it has been pushed to the background by ot...
1 comment:
‹
Home
View web version