I'm working on a standalone, J2SE Java application (at a new job) which really calls for wiring beans together outside of application code. In the past I've used Spring to do this (simply creating a bean factory from an XML file in the classpath of the application).
Is there an example of using Seam in a similar way (beans would simply be defined in components.xml, I guess)? Specifically I'm looking for a minimal set of dependant jars to get such a use case implemented. Thanks! Don View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4077040#4077040 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4077040 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
