The Artima Developer Community
Sponsored Link

Java Buzz Forum
OMG What's that over Pico and Nano?

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Carlos Villela

Posts: 116
Nickname: cvillela
Registered: Jun, 2003

Carlos Villela is a Java developer working mostly with web technologies and AOP.
OMG What's that over Pico and Nano? Posted: Jun 26, 2003 7:48 AM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by Carlos Villela.
Original Post: OMG What's that over Pico and Nano?
Feed Title: That's sooo '82!
Feed URL: http://www.jroller.com/rss/cv?catname=Technical
Feed Description: Carlos Villela's weblog. Everyday life, everyday software development, everyday musings.
Latest Java Buzz Posts
Latest Java Buzz Posts by Carlos Villela
Latest Posts From That's sooo '82!

Advertisement
God, looks like I've been asleep since the nineties or something. The AspectWerkz mailing lists were, all of a sudden, flooded by messages related to Pico and Nano containers.

Like, over a night's sleep I suddenly can't understand a word that's being said on such messages. Feels awful, but that's OK, that's what makes us move our lazy asses out there and learn new things. And what I found out was pretty interesting:

"PicoContainer is very simple container for very simple components.  It honors the Inversion of control pattern (IoC) in a way that we calling it type 3 IoC.

PicoContainer components declare their needs in their constructor.  A PicoContainer resolves needs at time on instantiation of the component.  We have a restriction in that PicoContainer components must only have one constructor. We don't think that is a bad restriction. Especially as the XP "change it when you need to" has not delivered a use case that would preclude this design yet.  We also can't allow primitives in the constructor." (from the website)

I'll blog more about those fellas as I understand them better, but, so far, the big question is: is an IoC framework useful? If yes, could you please elaborate? :)

Read: OMG What's that over Pico and Nano?

Topic: "It's not a damn RIGHT-SHIFT, it's two GT's": my fight with parsing Generic Java Previous Topic   Next Topic Topic: Skipping and Seeking; strange Java API discrepancy of the day

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use