[jboss-cvs] jboss-seam/src/ioc/org/jboss/seam/ioc/microcontainer ...
Ales Justin
ales.justin at genera-lynx.com
Wed Feb 28 10:43:12 EST 2007
User: alesj
Date: 07/02/28 10:43:12
Modified: src/ioc/org/jboss/seam/ioc/microcontainer
MicrocontainerComponent.java
SeamComponentRegistryPlugin.java
Log:
Initial MC int code (some parts still commented - waiting for MC upgrade), fixing builds for separate Spring and MC handling.
Revision Changes Path
1.3 +4 -2 jboss-seam/src/ioc/org/jboss/seam/ioc/microcontainer/MicrocontainerComponent.java
(In the diff below, changes in quantity of whitespace are not shown.)
Index: MicrocontainerComponent.java
===================================================================
RCS file: /cvsroot/jboss/jboss-seam/src/ioc/org/jboss/seam/ioc/microcontainer/MicrocontainerComponent.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- MicrocontainerComponent.java 18 Feb 2007 17:17:53 -0000 1.2
+++ MicrocontainerComponent.java 28 Feb 2007 15:43:12 -0000 1.3
@@ -21,11 +21,13 @@
*/
package org.jboss.seam.ioc.microcontainer;
-import org.jboss.seam.ioc.IoCComponent;
-import org.jboss.seam.ScopeType;
import org.jboss.dependency.spi.Controller;
+import org.jboss.seam.ScopeType;
+import org.jboss.seam.ioc.IoCComponent;
/**
+ * Microcontainer component.
+ *
* @author <a href="mailto:ales.justin at jboss.com">Ales Justin</a>
*/
public class MicrocontainerComponent extends IoCComponent
1.2 +57 -58 jboss-seam/src/ioc/org/jboss/seam/ioc/microcontainer/SeamComponentRegistryPlugin.java
(In the diff below, changes in quantity of whitespace are not shown.)
Index: SeamComponentRegistryPlugin.java
===================================================================
RCS file: /cvsroot/jboss/jboss-seam/src/ioc/org/jboss/seam/ioc/microcontainer/SeamComponentRegistryPlugin.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- SeamComponentRegistryPlugin.java 17 Feb 2007 03:26:42 -0000 1.1
+++ SeamComponentRegistryPlugin.java 28 Feb 2007 15:43:12 -0000 1.2
@@ -21,8 +21,8 @@
*/
package org.jboss.seam.ioc.microcontainer;
-import java.util.regex.Pattern;
import java.util.regex.Matcher;
+import java.util.regex.Pattern;
import org.jboss.kernel.plugins.registry.AbstractKernelRegistryEntry;
import org.jboss.kernel.spi.registry.KernelRegistryEntry;
@@ -36,10 +36,9 @@
* With string you can determine scopeType and create param:
* * name=somename;create=false;scope=SESSION
*
- * We can add some xml + XB binding code to make Seam --> MC
- * more informative - with create and scope as attributes.
- *
* @author <a href="mailto:ales.justin at jboss.com">Ales Justin</a>
+ * @see org.jboss.seam.ioc.microcontainer.xml.LookupHandler
+ * @see org.jboss.seam.ioc.microcontainer.xml.AbstractLookupMetaData
*/
public class SeamComponentRegistryPlugin implements KernelRegistryPlugin
{
More information about the jboss-cvs-commits
mailing list