From: <bil...@jb...> - 2005-05-13 22:07:59
|
The AOP/MC integration is starting to look more complete. I've started on an AOP SchemaBinding, that works for a few things and that can register aspect factories with the microcontainer. I've also tested aspects with a dependency and a bean that has that aspect to make sure all the dependency propagation works. All I'm waiting for now to finish the XML stuff is the the XSD:ANY integration for SchemaBindings so that I can embed definitions within AOP XML and definitions within BEAN XML (for annotation overrides and such). Currently I'm testing bean within AOP xml with CDATA. If you're interested in the tests, they are here: aspects/src/resource/test/kernel/*.xml aspects/src/test/org/jboss/test/AspectXmlTestCase.java I redid the GenericBeanFactory. The IMPL for it is here: aspects/src/main/org/jboss/aspects/kernel/AspectBeanFactory.java Since the AOP Schema will create BeanMetaData directly, I can stuff this as a property of the AspectBeanFactory. The Schema Binding is here: aspects/src/main/org/jboss/aspects/kernel/schema/.. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3877717#3877717 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3877717 |