[jboss-dev-forums] [Design the new POJO MicroContainer] - Re: Spring-int schema support

adrian@jboss.org do-not-reply at jboss.com
Fri Jun 1 09:44:37 EDT 2007


You can do this with XInclude and JBossXB.


  | <?xml version="1.0" encoding="UTF-8"?>
  | 
  | 
  | 
  | <deployment xmlns="urn:jboss-bean-deployer:2.0"
  |                       xmlns:xi="http://www.w3.org/2001/XInclude">
  | 
  |    <xi:include href="someurl"/>
  | 
  |    <bean .../>
  | </deployment>
  | 

Why reinvent when there is already a standard?

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4050490#4050490

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4050490



More information about the jboss-dev-forums mailing list