I have a spring based gwt project. On gwt client side I have an abstract class.
Currently, "id" is hardcoded value and I can replace it with some getters and setters.
But I am looking for a possibility where this id which is on gwt client side, can be injected via a spring bean xml file ? I googled and found something called gin from google, but I am not sure how to do this and will gin really do what I am looking for ?