I think he made his point pretty clear actually. I'd agree that having all of these items covered are required for support. However, the JSR doesn't provide a standard configuration mechanism and many other pieces that are required to actually use DI in a project. Therefore, implementing the JSR only gets you part of the way there. You still need to bind everything using Guice modules or Springs Configuration (either XML or classes). Unless you are building a library/framework that will be used outside of your organization, you would probably be better just using Guice's @Inject for now.
-bp On Jul 19, 2010, at 5:58 AM, Peter Reilly wrote: > Your point? > > Peter > > On Mon, Jul 19, 2010 at 12:28 PM, mortench <[email protected]> wrote: >> it is not only about providing downloads. It is about fully >> implementing javax.inject 100% (does it?), documenting how the >> javax.inject implementation works (anything there ?) and about being >> production-stable (nightly's very seldom are) ? >> >> Until you can say yes to all 3 things, I stand by my definition of >> javax.inject not being supported by google guice. >> >> /Morten >> >> -- >> 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. >> >> > > -- > 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. > -- 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.
