You may also want to take a look at: http://jira.springframework.org/browse/SPR-4777
On Sat, Nov 15, 2008 at 4:39 PM, jWeekend <[EMAIL PROTECTED]> wrote: > > Robert, > > See http://www.nabble.com/%40SpringBean-vs-%40Configurable-to18572291.html > this thread and http://jira.springframework.org/browse/SPR-4302 . > > Regards - Cemal > http://www.jWeekend.co.uk http://jWeekend.co.uk > > > > > Robert ... wrote: >> >> Hi, >> >> I have been using the @SpringBean annotation for dependency inject my >> DAO's inside certain objects. However for objects that are not managed >> by wicket the InjectorHolder is needed and this might be easy to forget. >> So I tried an alternative way to inject my Spring beans. >> >> Now I use the Spring @Configurable and @Resource annotation, together >> with load-time aspect weaving. I also mark the objects as transient. >> >> It all seems to work well. But I just wanted to ask if there are any >> special cases I should be worried about. Are there any disadvantages >> (except being forced to use weaving)? >> >> Robert >> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [EMAIL PROTECTED] >> For additional commands, e-mail: [EMAIL PROTECTED] >> >> >> > > -- > View this message in context: > http://www.nabble.com/TextField-inside-a-ModalWindow-problems-tp20363183p20519701.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] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
