I am currently working on a j2ee application which will essentially act as a 
container for other sub-applications. The main application will provide an 
admin front end which allows an administrator to manage the lifecycle of each 
sub-application, and also provide a set of services the sub-application can 
utilise. A sub-application defines a set of handlers that are used by a remote 
client, so for each new remote-client that is created a new sub-application jar 
is required to be built and deployed through the main application.

What I am looking to be able to do is manage the deployment lifecycle for each 
of these sub-application jars programmatically and currently investigating how 
this might be achieved through jboss. I have found some information on the 
Jboss deployer architecture but this seems to be quite sparse. Any pointers on 
how one might go about doing this or any links to relevant information would be 
greatly appreciated.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4132185#4132185

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4132185
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to