This simply involves the parsing/binding of the *-ds.xml file. I was just throwing out an
idea to break up the actual parsing into aspects. Example:
ConnectionPoolParsing aspect knows about the specific elements that make up the
ConnectionPoolMetaData.
ServiceDependency aspect knows about the specific elements that constitute ServiceMean
dependencies in the *-ds.xml file.
These aspects would form a parsing chain that gets applied on parse. Nothign more than
that.
Again, this would be an alternate approach (refactoring) as I have already written the
JAXP based parser of the *-ds.xml file to construct the MetaData which works, but is not
as elegant/clean as I would have liked.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4022593#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...