Thank you very much reply. One more doubt, with Spring DI,(from following links, i understood that, http://technophiliac.wordpress.com/2008/08/24/giving-gwt-a-spring-in-its-step/<http://goog_979169948/> https://docs.google.com/document/pub?id=1USHYx9cB3B1s1zM4dlkzEZ759D3lEfavn_dDewvBkaA) I am able to apply the Dependency Injection with only Server side classes which holds the actual business(Remote Service) functionality.
How can i apply Dependency Injection for all other classes like those are in client, shared, view, presenter packages? On Tuesday, July 10, 2012 7:44:23 PM UTC+5:30, Nick Siderakis wrote: > > You could use > > > - Server: Guice > - Client(GWT): Gin > > > or > > > - Server: Spring > - Client: Gin > > > On Tuesday, July 10, 2012 1:26:22 AM UTC-4, Saritha wrote: >> >> Hi All, >> >> I am new GWT. I have a project where I am using GWT and Spring as our >> technologies to implement. >> I have done Spring integration with GWT, with the help of following links. >> >> http://technophiliac.wordpress.com/2008/08/24/giving-gwt-a-spring-in-its-step/ >> <http://goog_979169948> >> >> https://docs.google.com/document/pub?id=1USHYx9cB3B1s1zM4dlkzEZ759D3lEfavn_dDewvBkaA >> Here with this, I am able to apply the Dependency Injection with only >> Server side classes which holds the actual business(Remote >> Service) functionality. >> >> My questions are, >> >> How can i apply Dependency Injection for all other classes like those are >> in client, shared, view, presenter packages? >> >> Which dependency Injection is better? I mean GWT provided two dependency >> injection mechanisms >> 1 is guice is for implementing dependency injection on server side >> 2 is gin is for implementing dependency injection on client side. >> >> and Spring Dependency Injection. >> >> Which one is better to select? either GWT Dependency Injection or Spring >> Dependency Injection? or combination of both? >> >> Please reply me. >> >> Thanks, >> Saritha. >> >> >> >> -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/1AdPsBp0sjYJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
