Hello. I am new to Guice. Trying to use it as a possible alternative to Spring for DI. I was trying to work through the examples on the Getting Started pg http://code.google.com/docreader/#p=google-guice&s=google-guice&t=GettingStarted. I am using Rational Software Architect if that matters. The problem I run in to is that the correct jar files to have in your class path are not specified. For example, CreditCardProcessor required me to go hunt the jar file down at com.network.developer.examplejavaprog and I also had to go find the correct jar file for TransactionLog class which I found at openjms. It seems like the search is infinite with me not being able to find PaypalCreditCardProcessor and DatabaseTransactionLog and all the others. So my question is the following. Is there a reference page where all the correct jar files are or this example project is? Or is there anyone who knows of any other fully documented tutorials out there on the web?
-- 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.
