brianrepko's blog
Caching for JDK 7
Posted by brianrepko on April 2, 2007 at 3:23 PM EDT
I often lament the lack of a standard caching framework in Java. JSR107 is the JSR for it but it was started in like 2001 and the JCACHE API was finally published in 2005. I just looked at it on java.net and it isn't all that great.
Ain't gettin' no rest with REST
Posted by brianrepko on August 5, 2006 at 12:34 PM EDT
My reading about REST started with *THE* dissertation, looking at restlets, downloading (but not looking at) a restlets example, looking at RoR
EJB3 Dependency Injection vs Lookup
Posted by brianrepko on March 16, 2005 at 8:00 PM EST
I put together an initial list of issues that I have with the use of injection for EJB dependencies one night because I couldn't sleep. In short, there are so many issues that I feel it should be removed and replaced with dependency lookup through the context object. Anyway, a co-worker of mine told me about 3 weeks ago that he was going to the TSS conference.





