|
From: Dmitriy K. <dko...@ru...> - 2004-02-16 15:42:10
|
How about number 6? Yes, via AOP introduction? ----- Original Message ----- From: rod...@in... Date: Monday, February 16, 2004 10:26 am Subject: [Springframework-developer] Someone have time to complete this? > It would be great if someone completed this for Spring: > > http://www.c2.com/cgi/wiki?IocContainerComparison > > 8 (no) is actually wrong for Pico. I think they support beans > now. > > 10 - we support hot swapping (via AOP). I thought Pico did too > > 5 - requires external XML: Spring answer "no, but recommended" > > 3 - Has GUI (Eclipse plugin on the way!) > > Also might be worth adding > > 11 - Integrates with AOP for declarative services > Spring - yes > Pico - possibly, with Nanning (or is this NanoContainer?) > > > ------------------------------------------------------- > SF.Net is sponsored by: Speed Start Your Linux Apps Now. > Build and deploy apps & Web services for Linux with > a free DVD software kit from IBM. Click Now! > http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click > _______________________________________________ > Springframework-developer mailing list > Spr...@li... > https://lists.sourceforge.net/lists/listinfo/springframework-developer > |
|
From: Dmitriy K. <dko...@ru...> - 2004-02-16 15:45:56
|
Rod, I just did, except #6. Take a look. Regards, Dmitriy. ----- Original Message ----- From: rod...@in... Date: Monday, February 16, 2004 10:26 am Subject: [Springframework-developer] Someone have time to complete this? > It would be great if someone completed this for Spring: > > http://www.c2.com/cgi/wiki?IocContainerComparison > > 8 (no) is actually wrong for Pico. I think they support beans > now. > > 10 - we support hot swapping (via AOP). I thought Pico did too > > 5 - requires external XML: Spring answer "no, but recommended" > > 3 - Has GUI (Eclipse plugin on the way!) > > Also might be worth adding > > 11 - Integrates with AOP for declarative services > Spring - yes > Pico - possibly, with Nanning (or is this NanoContainer?) > > > ------------------------------------------------------- > SF.Net is sponsored by: Speed Start Your Linux Apps Now. > Build and deploy apps & Web services for Linux with > a free DVD software kit from IBM. Click Now! > http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click > _______________________________________________ > Springframework-developer mailing list > Spr...@li... > https://lists.sourceforge.net/lists/listinfo/springframework-developer > |
|
From: <jue...@we...> - 2004-02-16 16:03:13
|
Actually, the Pico docs/website/FAQ do not talk about bean capabilities = at all. There is a BeanComponentAdapter implementation included in Pico = 1.0 beta4, but it is undocumented. From what I can judge, it just allows = for autowiring by type: no passing of specific component instances to = named bean properties. So all things considered, far behind Spring's = capabilities. BTW, I've added that Spring *does* support multiple constructors. Juergen -----Original Message----- From: spr...@li... [mailto:spr...@li...]On Behalf Of rod...@in... Sent: Monday, February 16, 2004 4:27 PM To: spr...@li... Subject: [Springframework-developer] Someone have time to complete this? It would be great if someone completed this for Spring: http://www.c2.com/cgi/wiki?IocContainerComparison 8 (no) is actually wrong for Pico. I think they support beans=20 now. 10 - we support hot swapping (via AOP). I thought Pico did too 5 - requires external XML: Spring answer "no, but recommended" 3 - Has GUI (Eclipse plugin on the way!) Also might be worth adding 11 - Integrates with AOP for declarative services Spring - yes Pico - possibly, with Nanning (or is this NanoContainer?) ------------------------------------------------------- SF.Net is sponsored by: Speed Start Your Linux Apps Now. Build and deploy apps & Web services for Linux with a free DVD software kit from IBM. Click Now! http://ads.osdn.com/?ad_id=3D1356&alloc_id=3D3438&op=3Dclick _______________________________________________ Springframework-developer mailing list Spr...@li... https://lists.sourceforge.net/lists/listinfo/springframework-developer |
|
From: Jonathan H. <jh...@ad...> - 2004-02-16 16:24:30
|
----- Original Message -----=20 From: "j=FCrgen h=F6ller [werk3AT]" <jue...@we...> To: <spr...@li...> Sent: Monday, February 16, 2004 8:59 AM Subject: RE: [Springframework-developer] Someone have time to complete th= is? > Actually, the Pico docs/website/FAQ do not talk about bean capabilities= at all. Not true. See "Features" on main page. http://www.picocontainer.org :: Dependent components can also (optionally) be passed as JavaBean properties >There is a BeanComponentAdapter implementation included in Pico 1.0 beta= 4, but it is undocumented. Biggest problem with Pico IMHO. Documentation is beyond poor. All of th= e help pages are outdated. Non of the examples compile, etc. It's hard to take the project seriously when it is so poorly managed. > So all things considered, far behind Spring's capabilities. No doubt. |