jicarilla-sandbox/platform/container/impl/src/java/org/jicarilla/container/builder DefaultBuilder.java,1.8,1.9 ComponentManagerHelper.java,1.3,NONE FortressContainerHelper.java,1.3,NONE PicoComponentAdapterHelper.java,1.4,NONE PicoContainerHelper.java,1.3,NONE ServiceManagerHelper.java,1.3,NONE SpringBeanFactoryHelper.java,1.3,NONE

[email protected]
Newsgroups gmane.comp.java.jicarilla.cvs
Message-ID <[email protected]>
Update of /cvsroot/jicarilla/jicarilla-sandbox/platform/container/impl/src/java/org/jicarilla/container/builder
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12067/src/java/org/jicarilla/container/builder

Modified Files:
	DefaultBuilder.java 
Removed Files:
	ComponentManagerHelper.java FortressContainerHelper.java 
	PicoComponentAdapterHelper.java PicoContainerHelper.java 
	ServiceManagerHelper.java SpringBeanFactoryHelper.java 
Log Message:
rip out most dependencies

Index: DefaultBuilder.java
===================================================================
RCS file: /cvsroot/jicarilla/jicarilla-sandbox/platform/container/impl/src/java/org/jicarilla/container/builder/DefaultBuilder.java,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- DefaultBuilder.java	19 Jan 2004 21:46:15 -0000	1.8
+++ DefaultBuilder.java	8 Mar 2004 20:34:57 -0000	1.9
@@ -39,10 +39,6 @@
 import org.jicarilla.container.selectors.InstanceofSelector;
 import org.jicarilla.framework.Assert;
 import org.jicarilla.framework.Selector;
-import org.picocontainer.PicoContainer;
-import org.springframework.beans.factory.BeanFactory;
-import org.apache.avalon.framework.service.ServiceManager;
-import org.apache.avalon.framework.component.ComponentManager;
 
 import java.util.List;
 import java.util.ArrayList;
@@ -55,8 +51,6 @@
  * Just take a look at the following example:</p>
  *
  * <pre>
- *   PicoContainer picoContainer = getPicoContainer();
- *   Container fortressContainer = getFortressContainer();
  *   Resolver parentContainerResolver = getParentResolver();
  *   Resolver resolver =
  *                 DefaultBuilder.newInstance()
@@ -75,8 +69,6 @@
  *                         )
  *                        .addComponent( LisaImpl.class )
  *                        .addComponent( parentContainerResolver )
- *                        .addComponent( picoContainer )
- *                        .addComponent( fortressContainer )
  *                 .create();
  * </pre>
  *
@@ -154,9 +146,7 @@
     /**
      * Add a new <em>provider</em> to the container. A provider can be lots of
      * things: another {@link Container container} or a generic
-     * {@link ResolverProvider resolver provider{, a {@link Resolver}, a
-     * different kind of container (a {@link PicoContainer},
-     * {@link BeanFactory}, or {@link ServiceManager} for example), an
+     * {@link ResolverProvider resolver provider{, a {@link Resolver}, an
      * {@link Adapter}, {@link KeyAwareAdapter}, {@link Entry entry}, a
      * {@link Class}, an {@link Object instance}, and several other things.
      * The builder will figure out what to do with the provider. Subclasses
@@ -252,16 +242,8 @@
         }
     }
 
-
     protected void addHelpers()
     {
-        /*
-        addHelper(
-                .class,
-                new Helper()
-        );
-        */
-
         addHelperHelpers();
 
         // --------------------------------------------------------------------
@@ -289,57 +271,6 @@
         );
 
         // --------------------------------------------------------------------
-        //  Avalon support
-        // --------------------------------------------------------------------
-        addHelper(
-                org.apache.avalon.fortress.Container.class,
-                FortressContainerHelper.class
-        );
-        addHelper(
-                ServiceManager.class,
-                ServiceManagerHelper.class
-        );
-        addHelper(
-                ComponentManager.class,
-                ComponentManagerHelper.class
-        );
-
-        // --------------------------------------------------------------------
-        // PicoContainer support
-        // --------------------------------------------------------------------
-        addHelper(
-                PicoContainer.class,
-                PicoContainerHelper.class
-        );
-        addHelper(
-                org.picocontainer.ComponentAdapter.class,
-                PicoComponentAdapterHelper.class
-        );
-
-        // --------------------------------------------------------------------
-        // XWork support
-        // --------------------------------------------------------------------
-        // todo
-
-        // --------------------------------------------------------------------
-        // Springframework support
-        // --------------------------------------------------------------------
-        addHelper(
-                BeanFactory.class,
-                SpringBeanFactoryHelper.class
-        );
-
-        // --------------------------------------------------------------------
-        // DNA support
-        // --------------------------------------------------------------------
-        // todo
-
-        // --------------------------------------------------------------------
-        // Loom support
-        // --------------------------------------------------------------------
-        // todo
-
-        // --------------------------------------------------------------------
         // Basics
         // --------------------------------------------------------------------
 

--- ComponentManagerHelper.java DELETED ---

--- FortressContainerHelper.java DELETED ---

--- PicoComponentAdapterHelper.java DELETED ---

--- PicoContainerHelper.java DELETED ---

--- ServiceManagerHelper.java DELETED ---

--- SpringBeanFactoryHelper.java DELETED ---



-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.