Hi,

I'm using Guice in an App Engine app and I'm trying to reduce some of
the start up delays for the initial request.
A fair amount of delay is the byte code generation that Guice does
when resolving the bindings. I was wondering if it 1. would make sense
and 2. would be possible to defer the byte code generation that is
happening in for example ProxyFactory and defer it to the point that
the binding is actually requested/used for injection.

Thanks,

Hugo

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