Still having trouble wrapping my head around guice.  Coming from
the .NET world I found this blog post and associated video
presentation (http://blog.lab49.com/archives/2650) to be amazingly
helpful and very applicable to what I am doing.  I have since switched
to java and cannot figure out how to port the same concept over.  It
seems like guice is comparable to the unity container that I used
in .NET.  Would any of you kind hearted people consider doing a
similar tutorial but with juice in mind?  Even a watered down version
would be extremely helpful.

Basically what I would like to do first is the following:
I publish to a jms topic stock prices that I am able to retrieve no
problem if I put all of the logic in one class.  However I would like
to create a 'JMSQuoteModule" that I can reuse and have access to the
onMessage method in the MessageListener interface.

I know guice is the answer, I just cannot get over the hump.  All
advice is greatly appreciated.

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