> Your last comments confused me a bit. You mentioned "authentication" > which at first I understood to mean my AuthenticationWebService stuff > I'm trying to do, but later you mentioned the JBoss auth mechanism. I > guess I don't quite understand why native JBoss authentication stuff > is relevant here. As far as my Authentication* classes go, it could as > well be called "DiaperChangeWebService" or anything else. It's just a > Web Service.
Well, I have zero clue what exactly you're doing. ;-) I (wrongly) assumed you're trying to plugin into JBoss' auth mechanism. > What I think I gathered though from what you said is that I've > correctly told the MicroContainer (MC) to use Guice for my dependency > injections, but I need to tell JBoss somehow to delegate my dependency > injection to the MC? Is that right? JBossAS already tries to use MC injection as much as possible, but unfortunately not all pieces / components do that. But yeah, you now have your stuff tied into MC via type binding, now it depends how flexible the component you're trying to use is wrt MC. -- 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.
