[jboss-dev-forums] [JBoss AS7 Development] - Domain Updates branch status
David Lloyd
do-not-reply at jboss.com
Mon Oct 11 10:08:01 EDT 2010
David Lloyd [http://community.jboss.org/people/david.lloyd%40jboss.com] created the discussion
"Domain Updates branch status"
To view the discussion, visit: http://community.jboss.org/message/565838#565838
--------------------------------------------------------------
This is just to give a quick update of where the domain-updates branch is at. (This is a topic branch in my github instance dedicated to the purpose of converting to an update-driven server startup.)
The new Main is in place; we now have separate mains for domain vs standalone startup. However I have not successfully integrated with Server<->SM communications yet. Also, there are tests which do not compile because of the change in the class structure of Server. The new main accepts a bootstrap command object (which includes the initial server model update list) across its stdin and starts up from that. It then monitors stdin; when it reads an EOF or exception, it shuts down. Because of this it's not strictly necessary for the Server to maintain a connection to the PM as far as I can see.
I have extracted John's protocol stuff into a separate protocol module which I envision can be reused by Server<->SM, SM<->PM and SM<->SM/DC communications layers.
I introduced a new ServerController service as the entry point for server model updates. It handles the synchronization and stuff as well.
I think that's all the major points....
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/565838#565838]
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/20101011/57393abc/attachment.html
More information about the jboss-dev-forums
mailing list