Dec 29 2005
Selenium article
Note to self: check out this article and Selenium.
Running around in the maze
Dec 21 2005
In this Java Q&A Vladimir Roubtsov explains how your java-code can read for instance a properties file from within its jar-archive
Got resources? by
Vladimir Roubtsov
Dec 15 2005
Been trying to wrap my head around what’s the difference between JBI and SCA. I’ll have to read up on it, but the clearest article so far would be this one.
Dec 15 2005
Yep. So it’s here. Geronimo 1.0 is released. The announcement also says that ActiveMQ, OpenEJB, ServiceMix, WADI and XBean will from now on be Apache projects, starting in the incubator. It’ll be interesting to see how adoption goes.
Update: And it seems the press release came a bit too soon. It should be out soon though.
Dec 13 2005
Seems Raible thougt The Spring Experience was a blast. I was just stuck in cold Norway.
Dec 13 2005
Craig Walls has an article about using AspectJ integrated with Spring for injecting DAOs, thus letting the domain objects persist themselves. It would also be an elegant way to enable domain objects to do checks against the database that are not possible just through traversing the objectgraph.
An interesting idea, and I’ve been missing something like [...]