| dserodio ( @ 2006-06-02 12:33:00 |
| Current mood: |
Spring 2.0
I'd read about Spring 2.0 before, but I didn't like what I read. It seems to be moving away from XML-based dependency injection, towards annotation-based. Using Spring annotations in my classes would tie them to Spring, which I don't want, so I was pleasantly surprised when reading the (still-in-progress) What's new in Spring 2.0?:
- Easier XML configuration
- Extensible XML support
- New bean scopes
and
It seems like they haven't got as annotation-crazy as I'd thought.