Why would you add a large chunk of code to your project if you're not sure you're going to need it? My advice: leave Spring out until it's actually solving a concrete problem for you.
Thomas PS: but then again I never understood what Spring was for anyway ;-) On Wed, May 21, 2008 at 2:04 AM, Bruce McGuire <[EMAIL PROTECTED]> wrote: > Hello All. > > > > We are just starting a new version of an existing app, moving toward open > source technologies. We have decided on using Wicket based on some > prototypes we have done, and are using Hibernate for the models. > > > > Our question is this: do you recommend also adding Spring into the mix? > > > > There are aspects (no pun intended) of Spring that we like, but are unsure > if the benefits (AOP, IOC) are worth the added effort. > > > > I appreciate your thoughts on this. > > > > Thanks, > > > > Bruce. > >
