Hi all, This is a guidance request from someone who's interested in learning Guice.
I'm developing a Java SE application with some windows (SWT) that interacts with the network (Netty.IO) and when some conditions are true writes to a database by means of DAOs. Right now, my code is somewhat tightly-coupled, so trying to put Guice to work is proving to be a true PITA. My main issue is how to get instances from the injector in classes that are 3 or 4 layers deep (not injected). I'd really appreciate if you could provide your approach on how you'd do this. Thanks in advance, Paulo Pires -- 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/-/vTTmqgQ3mZUJ. 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.
