Archive for December, 2005

Dec 29 2005

Selenium article

Published by Anders under General

Note to self: check out this article and Selenium.

No responses yet

Dec 21 2005

Got resources?

Published by Øyvind under General

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

No responses yet

Dec 15 2005

JBI and SCA

Published by Anders under Java

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.

One response so far

Dec 15 2005

Apache Geronimo 1.0 released

Published by Anders under Java

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.

One response so far

Dec 14 2005

Spring Mock classes intro

Published by Anders under Java

An intro to Spring mocking classes here.
Via java.no.

No responses yet

Dec 13 2005

Raible liked the experience

Published by Anders under Java

Seems Raible thougt The Spring Experience was a blast. I was just stuck in cold Norway.

No responses yet

Dec 13 2005

Getting rid of the anemic domain model

Published by Anders under Java

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 [...]

No responses yet

Dec 06 2005

Maven 2.0 intro

Published by Anders under Java

JavaWorld has a decent intro to Maven 2.0 here.

No responses yet