Archive for August, 2005

Aug 24 2005

Interesting form for a conference

Published by under Development

Martin Fowler writes about a form of conference called Open Space here. Interesting stuff, would be nice to try.

No responses yet

Aug 22 2005

Domain Logic in the database?

Published by under Java

The question of wether you should put domain logic in the database or in Java popped up today. So I figured I should find out why I want to keep it in Java, besides my gut feeling.
A couple of articles on the subject:

Domain Logic and SQL
Implementing Referential Integrity and Shared Business Logic

I view [...]

No responses yet

Aug 21 2005

Testing your DAO layer

Published by under Java

Johannes Brodwall has a nice step by step post here about how to do tests of your DAO layer running Hibernate and HSQLdb in memory.

No responses yet

Aug 08 2005

Struts towards Rails

Published by under Java

Matt blogged about Struts Ti. He heard about it at OSCON and it’s a step in the direction of avoiding configuration madness and other weakness’ Struts has been known to have. From the initial plan it seems to aim at geting closer to Rails in ease of use. It looks like a promising start, just [...]

No responses yet

Aug 08 2005

Spring JDBC and MVC slides

Published by under Java

Slides from OSCON available ‘ere. Some good examples and descriptions of the APIs.

No responses yet

Aug 03 2005

Rod Johnson on Java persistence

Published by under Java

Excellent presentation from Rod Johnson here. He talks about persistence in Java and his experiences. As always there’s good points, and I must admit I felt like some of the points on “how to fail with ORM” did apply to me. But hey, I’m still learning.

No responses yet