Re: Spring Frameworks
Re: Spring Frameworks
- Subject: Re: Spring Frameworks
- From: Andrus Adamchik <email@hidden>
- Date: Thu, 7 Jul 2005 14:00:25 +0400
In other words if your environment has some sort of lifecycle
management capabilities (WO certainly does), you probably shouldn't
bother...
To add to this, you can still take advantage of Spring XmlBeanFactory
to load some configuration objects. But any deeper integration with
frameworks like WO seems like a waste of time.
E.g. in the past I went through the (pre-HiveMind) Tapestry Spring
examples, and they struck me as integration for the sake of
integration. You'd have to go through substantial extra setup just to
make sure Spring context is available within Tapestry environment,
when it is supposed to be the other way around - Spring should help
*you* to assemble your app.
Andrus
On Jul 7, 2005, at 1:31 PM, Andrus Adamchik wrote:
On Jul 6, 2005, at 10:27 PM, Gino Pacitti wrote:
Hi All
Does anyone have any thoughts or experiences with Spring Frameworks.
I had a long chat today with another developer who sang its praises??
Gino
Spring is a nice general-purpose service manager. I use it whenever
other technologies on a given project do not have their own notion
of an "application context" of some sort. Granted I don't care
about Struts/EJB/Hibernate (areas where Spring seems to be the best
choice to maintain developer sanity), this leaves Swing
development. I also used it once to organize unit testing (loading
test case data, bootstrapping DB stack, etc).
In other words if your environment has some sort of lifecycle
management capabilities (WO certainly does), you probably shouldn't
bother...
Andrus
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden