[jboss-dev-forums] [JBoss AS7 Development] - Re: separating deployers from other services?
Emanuel Muckenhuber
do-not-reply at jboss.com
Thu Sep 30 07:32:15 EDT 2010
Emanuel Muckenhuber [http://community.jboss.org/people/emuckenhuber] created the discussion
"Re: separating deployers from other services?"
To view the discussion, visit: http://community.jboss.org/message/564167#564167
--------------------------------------------------------------
Hmm, actually what i want to do in the end is to introduce some "phases" if you want to call it that way. Which could basically look like
1) separate deployers from other services
2) once all deployers are installed, we should be able to concurrently start the deployment chains for all deployments
3) once all chains are finished, we install all the services from the deployments
4) once deployment is complete we start the connectors
So 1,2,3 that would be most likely be listeners and for connectors we might need to do it differently, since they would be registered in the subsystems. Where the important piece is that deployers don't inject services directly rather in the services they deploy. Since parsing most likely does not need a transaction manager or web container... I really would like to do something like that, so any feedback on that would be appreciated.
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/564167#564167]
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/20100930/6246e01e/attachment.html
More information about the jboss-dev-forums
mailing list