Code & Cluster
Tuesday, August 31, 2010
Security concerns with Cloud Computing
›
A few years ago, there was a news story about an online tax service mixing up peoples tax returns. That scared the hell out of me. While I c...
1 comment:
Sunday, August 15, 2010
The promise of Spring
›
The Spring framework is a popular alternative to J2EE for enterprise application development. To download Spring or read about it, visit h...
Sunday, July 25, 2010
Cloud computing: I can see the "cloud" clearly now the rain ....
›
There are many blogs and articles on the internet on cloud computing and perhaps there are too many. Yet the question keeps popping up. What...
Sunday, June 27, 2010
What Java Map class should I use ?
›
The interface java.util.Map is an interface for mapping keys to values. Implementations of Map provide in memory maps of keys to values. The...
2 comments:
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:
‹
›
Home
View web version