Thanks Stuart, I wasn't aware of that option, I'll check it out. I'm using 3.0 and I'm using the AOP version. Even without any matchers setup I see that Guice uses FastClass (for optimized reflection I guess). The main issue is that on App Engine reflection and/or class loading appears very slow (~1 sec on my laptop vs ~4 on App Engine for the same Guice init).
I'm not sure if it would even work if Guice allowed me to defer the "binding initialization" as it appears in the log. I'm binding resource classes that are used by Jersey so I guess when Jersey does it init it will also get an instance of the resource through Guice and the same init would occur. Hugo -- You received this message because you are subscribed to the Google Groups "google-guice" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-guice/-/EH7Gd7O8CUwJ. 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.
