Categories
Development

Eclipse Tips

Some nice tips for Eclipse over at JavaLobby. The ctrl+t is excellent for navigating interfaces and their implementations. I use it all the time now.

Categories
Development

Fowler follows up the DTO debate

The post by Jon Tirsen that I mentioned here has sparked some debate over DTOs. Fowler follows up here.

Categories
Development

Spring Web Flow extension

Yep, Spring Live pointed me to this extension for Spring. It lets you define the entire flow of your webapplication in a central XML file that makes it easier to follow and modify the flow. I’ll have to look into the Spring web-parts in the future. Following the flow is one of the things that become harder and harder in my Struts apps.