Categories
Development

XBean configurations

Searching for something completely else I ran across the XBean config stuff for Spring on Craig Walls blog. It shows you how to smplify your XML configurations in Spring. Something to check out soon.

Categories
Development

Snake Oiled Architecture

Grady Booch has a good post about SOA here. He called it Snake Oil-oriented Architecture, but I thought I could make it just a bit more tabloid. 😉

People jump on the SOA bandwagon because the preachers say so, when there are so many other fundamental design and architecture issues to consider before you can call your organisation and system ready for SOA. 🙂

Categories
Development

Repeating the past

Ted Neward has an entry on how some people in the .NET community is a bit ignorant to the mistakes made by Java folks in the past here. Sadly the same mistake is still beeing made in Javaland today, but it’s probably getting better. 4 layers if indirection doesn’t help much if 100% of the data is beeing passed through all the layers. It just gives you heaps of code to maintain when something changes.