Bruce McGuire-2 wrote: > > There are aspects (no pun intended) of Spring that we like, but are unsure > if the benefits (AOP, IOC) are worth the added effort. >
If you use the @SpringBean annotation in your Wicket classes there's not really any added effort at all. Everytime I add one of these to a component I smile as I don't have to think for one second about how to 'wire it up' or anything like that. It is just done automatically for you so you don't have to think about how to reference the dozens of spring beans in your dozens of wicket classes. -- View this message in context: http://www.nabble.com/Spring--tp17353507p17364313.html Sent from the Wicket - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
