News
i-Technology Viewpoint: "Spring Good!"
'If you have not looked into Spring yet, it is time.' That's Rick Hightower's New Year's advice. 'As Rod Johnson once put it: Spring puts the OO back in J2EE development,' he continues. What makes Spring different than the other frameworks and containers, Hightower explains, is that Spring goes beyond just being an IoC container or an AOP framework.
Reader Feedback: Page 1 of 1
#4 |
The article (like the last one I wrote) started out as being a blog entry (http://jroller.com/page/RickHigh/20050107#spring_plug).
It is nice when the JDJ picks it up and gives it more exposure. The last blog entry turned article I wrote was read quite a bit according to the JDJ folks.
I've written some follow up ideas at:
http://www.arc-mind.com/papers/springIsGood.html
|
#3 |
I've used Spring on a half dozen different projects now (most if not all of them in production).
The first time I used Spring I was amazed how much it helped to simplify the code base.
Once you get rid of all of the service locators, and dynamic creation of implementations, and singletons, etc. then the code base gets a bit smaller.
Also using the Spring templates really helps to keep things simple and yet manage resources well.
I much prefer using Hibernate with Spring then without it. It really simplifies things.
|
#2 |
Agreed commented on 8 Jan 2005
Spring manages your mappings and helps maintain consistency across your data connections and helps you abstract your business logic, keeping it out of the actual pages. Best of all it also integrates with Struts.
|
#1 |
Spring has sprung commented on 8 Jan 2005
Wasn't it Purdy who said it's imposible to resist saying the word Spring. ("Yup, it's like trying not to think of pink elephants - impossible once you get that in your head. Spring, spring, spring, spring. La tee dah, spring spring spring.")
What's in a name?
|