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.

Categories
General

Another OpenSource CMS

There seems to be an neverending supply of opensource CMSes out there. I gave Mambo a short and superficial spin a little while ago. Didn’t really like it so I dropped experimenting more. A first glance of Drupal looks better. Should try it out one of these days.

Categories
Development

Spring Dependency injection basics

Was searching for how to do Dependency Injection through constructor in Spring when i found this article. Covers some good basics on Springs DI and some JDBC fundamentals as well.

I’ve switched to constructor DI on one of my services. I was getting tired of all the setters cluttering my code. 😉