Re: [Wicket-user] Spring 2.0 Domain object dependency injection

2006-06-20 Thread Stefan Arentz
On 6/16/06, Igor Vaynberg [EMAIL PROTECTED] wrote: no, there are no problems with wicket-spring poject other then some people dont think its a true way to integrate with spring. sigh. I have some more concrete issues with the current spring integration code. First, it is intrusive. Instead of

Re: [Wicket-user] Spring 2.0 Domain object dependency injection

2006-06-20 Thread Martijn Dashorst
The application issue is known (http://sourceforge.net/tracker/index.php?func=detailaid=1458736group_id=119783atid=684975) and won't be fixed in 1.2 as it will break backwards compatibility. Could you file a RFE for the Session injector? Martijn On 6/20/06, Stefan Arentz [EMAIL PROTECTED]

Re: [Wicket-user] Spring 2.0 Domain object dependency injection

2006-06-20 Thread Igor Vaynberg
so far we only targetted the components being injected because that is what users asked for. its trivial to inject any object you wantclass MySession extends WebSession() {@SpringBean Foo bar; MySession() { InjectorHolder.getInjector().inject(this); ... }}-IgorOn 6/20/06, Martijn Dashorst [EMAIL

Re: [Wicket-user] Spring 2.0 Domain object dependency injection

2006-06-20 Thread Igor Vaynberg
or since we do use a factory for creating application/session objects you can write a factory that pulls the session out of spring context where it is declared as a prototype bean.-Igor On 6/20/06, Igor Vaynberg [EMAIL PROTECTED] wrote: so far we only targetted the components being injected

Re: [Wicket-user] Spring 2.0 Domain object dependency injection

2006-06-19 Thread Ramnivas Laddad
spring integration problems. Now for someone to actually try it…   Tom   From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Michiel Trimpe Sent: Friday, June 16, 2006 3:00 PM To: wicket-user@lists.sourceforge.net Subject: [Wicket-user] Spring 2.0 Dom

[Wicket-user] Spring 2.0 Domain object dependency injection

2006-06-16 Thread Michiel Trimpe
Hey everybody, Ive followed a few discussions here on dependency injection and when I was visiting the Spring 2.0 presentation at J-Spring in the Netherlands there was one new feature that really drew my attention. Spring 2.0 offers support for dependency injection into domain

Re: [Wicket-user] Spring 2.0 Domain object dependency injection

2006-06-16 Thread Tom van Zummeren
To: wicket-user@lists.sourceforge.net Subject: [Wicket-user] Spring 2.0 Domain object dependency injection Hey everybody, Ive followed a few discussions here on dependency injection and when I was visiting the Spring 2.0 presentation at J-Spring in the Netherlands there was one new feature

Re: [Wicket-user] Spring 2.0 Domain object dependency injection

2006-06-16 Thread Eelco Hillenius
@lists.sourceforge.net Subject: [Wicket-user] Spring 2.0 Domain object dependency injection  Hey everybody, I’ve followed a few discussions here on dependency injection and when I was visiting the Spring 2.0 presentation at J-Spring in the Netherlands there was one new feature that really drew my attention. Spring

Re: [Wicket-user] Spring 2.0 Domain object dependency injection

2006-06-16 Thread Igor Vaynberg
-spring integration problems. Now for someone to actually try it… Tom From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Michiel Trimpe Sent: Friday, June 16, 2006 3:00 PM To: wicket-user@lists.sourceforge.net Subject: [Wicket-user] Spring 2.0 Domain object dependency

Re: [Wicket-user] Spring 2.0 Domain object dependency injection

2006-06-16 Thread karthik Guru
This could be the solution to all wicket-spring integration problems. Now for someone to actually try it…May be I haven't been actively reading the list and missed some relevant posts. Has someone found a problem with current wicket-spring integration?.

Re: [Wicket-user] Spring 2.0 Domain object dependency injection

2006-06-16 Thread Igor Vaynberg
no, there are no problems with wicket-spring poject other then some people dont think its a true way to integrate with spring. sigh.what the quote below shouldve read was This could be the solution to all wicket - spring integration problems. Now for someone to actually try it…-IgorOn 6/16/06,