Hi, First thank you for keeping working on this beautiful IOC. The more i used it, the more i find Spring is really too heavy for what we use 80% of the time. There is probably one thing i still love in Spring: its good integration with JMX through annotations on beans ;) But the integration with Gucie takes only 2 classes and a total of 40 lines of code...
I've just released a release candidate 2 of the first version of Mycila Testing: this set of libraries aim at facilitate integration between all testing frameworks around there and IOCs. It currently supports Guice, Spring, EasyMock, JMock, Mockito and AtUnit, but it's not finished ! It is based on a plugin architecture, and when loaded all plugins are executed in order of dependencies to enhance the test before execution. This way, anyone can add their plugins very easily without coding more that their plugin class. http://code.google.com/p/mycila/ Integration with Guice provides some interesting testing functionnality, like defining bindings through field and method annotations. Thus, by using providers, we can take all advantage of scopes by changing the returned value or assigning a new value on a field. A good example would be the integration with Guice and Mockito: in the test we could mark mocks to be also used in bindings. This way we can easily mock or simulate Modules we do not want to include in our test. There is a little sample in the home page there: http://code.google.com/p/mycila/wiki/MycilaTesting Cheers, Mathieu. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
