Sleepless in Salt Lake City
Tuesday, August 26, 2008
To Service or Not to Service..thats the question!
›
Service Oriented Architecture or SOA as the acronym has been discussed, defined, re-defined,argued, incorporated and touted. In this blog, I...
3 comments:
Wednesday, August 20, 2008
Easy Mock Class Extensions: Byte code enhancement, Interface elimination, Mocking final classes/methods
›
Today, I had a very constructive discussion with some colleagues. One of the primary purposes served by interfaces has been to support ...
Sunday, August 17, 2008
Whats in a name?
›
I have often had discussions with people regarding which is the better way to represent Acronyms in Java. Should a class that represents a B...
2 comments:
Friday, August 8, 2008
JAXRS, JBoss RestEasy, Maven, Spring...rock on!
›
I'm drowning my audience with Rest related code. What can I do, the hunger is biting me bad! JSR 311/JAXRS is an API. Different provider...
3 comments:
Wednesday, August 6, 2008
Singleton and Lazy Initialization
›
Instantiating a Singleton lazily has always been a challenge in pre JDK1.5.X days due to semantics of the volatile modifier and/or synchroni...
Monday, August 4, 2008
Restlet, JAXRS, JSR 311, Maven, Spring and more.
›
I have been wanting to alter my Restlet example that utilizes Spring, Restlet and Maven to use JAXRS or JSR 311 API . The Restlet project ...
2 comments:
Monday, July 21, 2008
Java Instrumentation, javaassist and a new hero Mr.Ted Neward
›
One of the most interesting sessions that I attended at NFJS was by Ted Neward called " The Busy Java Developer's Guide to Hacking...
Friday, July 18, 2008
Attending a Symposium/Conference for the first time...
›
8+ years of Software development and this is the first time I am attending some sort of conference. I have previously not done the same as I...
Wednesday, July 16, 2008
More on the equals()/hashCode() Hack with Hibernate
›
The last blog I did not address Object Retrival. A reader of the blog mentioned the same. Prior to Hibernate 3, I beleive that custom collec...
Tuesday, July 8, 2008
Java - equals(), hashCode(), Object Identity, A HACK solution....
›
Introduction: Time to provide a note to myself again. I am using this blog to log stuff that act as notes for me. I hate searching for some ...
‹
›
Home
View web version