As Kevin mentionned, Gin is the dependency injection framework for
GWT.
There are some subtleties compared to Guice as the java code is
transformed in JS (for example you can not request an injector for an
instance of a class). But it is quite the same idea (Gin is partially
based on Guice) and the addressed topic is the same : dependencies
injection.
Cheers

On 27 mai, 06:21, Kevin Qiu <[email protected]> wrote:
> Is thishttp://code.google.com/p/google-gin/what you're looking for?
>
>
>
> On Wed, May 26, 2010 at 9:11 PM, Blessed Geek <[email protected]> wrote:
> > Nope, I am not asking about Guice with RemoteServiceServlet for RPC.
>
> > Is it possible to use Guice on GWT widgets and related client-side
> > manoeuvres?
>
> > I don't expect the answer to be yes because the native code for GWT
> > client is javascript not JVM byte-code.
>
> > So, any plans for Guice on client-side GWT? One that works with
> > annotation on Java code but performs injection on javascript
> > generation hand-in-hand with GWT compiler?
>
> > Are there already any dependency injection frameworks somewhere out
> > there for GWT clients?
>
> > It would be a feature specifically useful when working with ext-gwt
> > Controller and View.
>
> > --
> > 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]<google-web-toolkit%2Bunsubs 
> > [email protected]>
> > .
> > For more options, visit this group at
> >http://groups.google.com/group/google-web-toolkit?hl=en.

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