jetty, jsp 2.1 & maven
NO JSP Support for /
As of Jetty 7 the fast and small servlet container moved to the umbrella of the eclipse foundation. Due to stupid licensing issues not everything was moved. Jetty 7 ships without a jsp implementation...
how to synch iphone with thunderbird adress book
Playing around with my new iphone I found it really amazing that there is no public api for synching text messages, contacts, emails or preferences settings with the iphone. Shame on you apple for beeing that proprietary...
concurrency vs. synchronization
which way to go? synchronized? ConcurrentHashMap?
After getting up this morning I thought it would be good to contribute something back to my favourite ORM tool: iBATIS. I picked up IBATIS-508 and tried to create a unit test before applying the patch. Unfortunately I was not able to create one so I wanted to do at least some manual testing in order to find out in which way to fix the issue most efficiently...