Replace CrossServletState and other hacky junk with Guice ---------------------------------------------------------
Key: SHINDIG-152 URL: https://issues.apache.org/jira/browse/SHINDIG-152 Project: Shindig Issue Type: Improvement Components: Gadgets Server - Java Reporter: Kevin Brown Assignee: Kevin Brown Attachments: guice.patch.txt http://code.google.com/p/google-guice The attached patch will get rid of several remaining bits of clunkiness that weren't properly addressed in the last refactoring patch by introducing Guice, an open source dependency injection framework. This patch mostly consists of removing code that is no longer necessary, moving some code around to facilitate DI, and adding the guice wiring. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.