Re: RemoteService referencing another RemoteService

2011-05-06 Thread Benjamin S.
What do you exactly mean by dependeny injection? Might you have a little example for me? On 5 Mai, 16:30, Juan Pablo Gardella gardellajuanpa...@gmail.com wrote: In server side is plain Java. Use of DI can help you 2011/5/5 Benjamin S. b.stei...@gloeckle-direct.de I have multiple

RemoteService referencing another RemoteService

2011-05-05 Thread Benjamin S.
I have multiple RemoteServices in my project. Now I need to call a method from another RemoteService, so a RemoteService should call another RemoteService. I tried to create the service with GWT.create, but this seems only possible on clientside. Is this somehow possible? -- You received this

Re: RemoteService referencing another RemoteService

2011-05-05 Thread Juan Pablo Gardella
In server side is plain Java. Use of DI can help you 2011/5/5 Benjamin S. b.stei...@gloeckle-direct.de I have multiple RemoteServices in my project. Now I need to call a method from another RemoteService, so a RemoteService should call another RemoteService. I tried to create the service with