[jboss-dev-forums] [JBoss AS7 Development] - Root element and class renames
David Lloyd
do-not-reply at jboss.com
Wed Sep 15 06:29:09 EDT 2010
David Lloyd [http://community.jboss.org/people/david.lloyd%40jboss.com] created the discussion
"Root element and class renames"
To view the discussion, visit: http://community.jboss.org/message/561696#561696
--------------------------------------------------------------
I have created a patch ( http://github.com/dmlloyd/jboss-as/commit/d88bf94 http://github.com/dmlloyd/jboss-as/commit/d88bf94) which contains the following changes:
1. The following classes are renamed:1. Domain -> DomainModel
2. DomainParser -> DomainModelParser
3. Host -> HostModel
4. HostParser -> HostModelParser
5. Standalone -> ServerModel
6. StandaloneParser -> ServerModelParser
2. The "standalone" root element is renamed to "server" in the example configs and the XSD
These changes make the AbstractModel implementations more consistent (namewise) with the AbstractModelElement implementations. It also eliminates the problematic "Standalone" term with "Server" without introducing a significant ambiguity with the domain use of "Server".
Since this patch very likely overlaps with work that others are doing at the moment I'm going to sit on it for a day or so (longer if enough people shout), and I'll resolve conflicts as they come up as existing topic branches are merged. However, I recommend that people starting new topic branches consider starting from this commit until it gets merged to avoid having to deal with merge conflicts later.
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/561696#561696]
Start a new discussion in JBoss AS7 Development at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2225]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-dev-forums/attachments/20100915/26e2946b/attachment.html
More information about the jboss-dev-forums
mailing list