Re: [picocontainer-dev] 2.10 released, 3.0 to begin ?
Paul Hammant <[email protected]> Mon, 22 Feb 2010 14:02:43 -0600
| Newsgroups | gmane.comp.java.picocontainer.devel |
|---|---|
| Message-ID | <[email protected]> |
> > 5) try to get proxytoys bumped as a dep, or work out if > > we're going full ASM (me) > > > > Thoughts? > > On 5 - I recently stumbled upon cool mocking framework which > works without proxytoys or asm, and can do a lof of amasing things > like partial mocking, ignore finals etc: > > http://code.google.com/p/jmockit/ > > Maybe there is a solution for this proxy problem (as this works perfectly > and does what is necessary, I did not had a chance to look really deep > inside) > > Mockito is the one I'm seeing used more recently. I'll checkout jmockit > I also do some android development, and there is definitely need for > really lightweight DI, but even bare pico is too heavy. Maybe there > could be femtocontainer with just DI, minimal set of adapters, no exetrnal > dependencies and without scripting (JSON notation would be acceptable though > ) > He he - go for it dude! - Paul