I have a guice app running in a JavaEE container and realize I have
the need to annotate my classes/providers with a (non-existant)
@ApplicationScoped.  Specifically I'm registering ehcache MBeans and
need to dispose of them when the application is unloaded from the
container, and wanted to use guiceyfruit support of JSR-250 to do
that.

My question, is there a good reason this scope doesn't already exist?
Am I missing something silly, like the feature exists in a different
form?  Or was it simply overlooked up to this point since many guice
apps don't run within JavaEE containers?

Thanks,
Brian

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