Feature Requests item #484550, was opened at 2001-11-22 05:13
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=376688&aid=484550&group_id=22866

Category: JBossServer
Group: v3.0 Rabbit Hole
Status: Open
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: Extensions to AutoDeployer

Initial Comment:
Several Extensions to AutoDeployer that would aid 
third party integration:

1) Multiple file deployers for an extension

At present AutoDeployer only stores one deployer name 
in the deployment class.  It would be very cool if 
several deployer MBeans could register for the same 
extension, i.e. *.jar.  This would allow one 
deployment for the jar file for different tasks. For 
example I'm just finishing off a full implemention of 
Jboss.Net, and the EJB WebService works well.  However 
because the home and remote interfaces are loaded by 
the EJB server, I have to deploy a new WebService 
Archive containing the web-service.xml deployment 
descriptor and the required classes.  It would be very 
cool if I could just add my web-service.xml deployment 
descriptor to the orginal Jar file and both the J2EE 
deloyer and my JBoss.Net engine could read the 
reqiured details from the file and deploy the service 
into there respective containers.

2) Choose based on Deployment descriptors

Another way of doing the above would be to choose the 
deployer based on deployment descriptors, rather than 
the file extension.  The AutoDeployer would open the 
archive, (or read the directory, etc), and take a list 
of all files names in the /META-INF/ directory.  It 
would then ask each deployer if it understands the 
filename, and if so, calls the deploy function of the 
deployer MBean.  This way the J2EE deployer would be 
looking for archives containing ejb-jar and JBoss.NET 
looking for web-services.xml.

Anyway keep up the good work, HotDeployment is just 
the best thing EVER!

----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=376688&aid=484550&group_id=22866

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to