[resending lost post]

     BTW, I would be more than happy to work with you on better 
Guice-Jersey integration. Before at any code, however, I think we (not 
just you and me, but also people in Jersey/Guice community) need agree 
on what the expected behavior is.

     For example, consider the following code sniplet:

class MyResource
{
   @com.google.inject.Singleton
   @Context UriInfo uriInfo;
}

     Guice cannot import bindings from Jersey so it can't inject 
UriInfo. On the other hand, Jersey has no way of importing bindings from 
Guice so it doesn't know about @Singleton. UriInfo is a bad example 
because it's already a Singleton under Jersey but you get my point...

Gili


Sundar wrote:
> For people looking for Jersey and Guice integration,
> 
> Jersey and Guice adapter availabe as part of google code.
> 
> http://code.google.com/p/jerseyguice/
> 
> -Sundar
> > 
> 

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"google-guice" 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-guice?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to