My Java development blog
Tuesday, July 21, 2009
Using SelfPopulatingCache in Ehcache
›
Introduction Often you can notice that Ehcache is used mostly like a tool that implements highly configurable maps. Sometimes developers con...
4 comments:
Friday, July 17, 2009
WTF is AOP?
›
When I first heard about AOP the story have unfolded pretty much the same way as when I’ve read about Spring framework for the first time. ...
1 comment:
Thursday, July 9, 2009
Using Spring AOP to trace invocations
›
How often do you write something like this? public void foo(){ logger.debug("entering foo"); .... logger.debug("leaving foo...
4 comments:
Friday, September 26, 2008
Too many certificates in chain exception
›
Guess what. this is JDK 1.5 (and 1.6 as well) source code: sun/security/provider/JavaKeyStore.java: try { if (numOfCerts > 0) { ...
2 comments:
Home
View web version