Skip to end of metadata
Go to start of metadata
Labels
  • None
  1. Feb 20, 2004

    Available components? The "Picosphere?"

    Design issues

    • Component Constructors need to be public for PicoContainer to manage them. This is obvious when converting components that are package-private classes.
  2. Feb 21, 2004

    We would like some feedback from the reader, please.
    Is the Five minute introduction enough as an overview of PicoContainer and do we need to go into the details of components, containers and lifecycle?

  3. Feb 22, 2004

    I think a short definition would be good. If the reader wants more detail, then see the javadocs?

  4. Feb 23, 2004

    Do you mean a short definition of each of the concepts and then references to the JavaDoc? Sounds like a good idea.

  5. Feb 23, 2004

    Exactly.

  6. Mar 10, 2004

    I think that the example nicely ilustrates how the container works. I have a question though: How would you peel lemon, orange, and banana? Since you register apple in the container you will be always getting apple unless you change the component implementation.

  7. Mar 24, 2004

    You can use ComponentAdapter and Parameter to construct with an exact Peelable (smile)

  8. Apr 21, 2004

    How is this component-based design better than something else? What types of real applications would choose this design and why?