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.
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.