Hi,

I believe Ricardo was talking about using google-gin (Guice for GWT),
and using what they call a "provider method":

In Guice, when you want to create your classes in a specific way, you
can either create a class implementing Provider<MyCLass> (
http://code.google.com/p/google-guice/wiki/ProviderBindings ), or you
can add a "provider method" in your Guice module to avoid creating an
entire class for that ( 
http://code.google.com/p/google-guice/wiki/ProvidesMethods
).


Regards,
-Etienne

On Aug 18, 5:25 pm, Eugen Paraschiv <[email protected]> wrote:
> Quick question...when you say provider, what do you mean exactly? Is
> there a specific provider method pattern?

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to