Yet another quick thought...

Why don't we use xml namespaces for root document tags in configuration 
files?

For example, the service files might look like:

   <!DOCTYPE jboss:service>

   <jboss:service xmlns:jboss="http://jboss.org/";>

      <classpath archives="..."/>

      <!-- ... -->

   </jboss:service>


Or what is now jboss.xml could be:

   <!DOCTYPE jboss:ejb-jar>

   <jboss:ejb-jar xmlns:jboss="http://jboss.org/";>

      <secure>true</secure>
      <enterprise-beans>

         <!-- ... -->
      </enterprise-beans>

   </jboss:ejb-jar>

And so on.

--jason


_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to