[jboss-jira] [JBoss JIRA] Commented: (JBDEPLOY-229) Optimize Deployer sorting

Ales Justin (JIRA) jira-events at lists.jboss.org
Thu Dec 17 10:34:30 EST 2009


    [ https://jira.jboss.org/jira/browse/JBDEPLOY-229?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12500575#action_12500575 ] 

Ales Justin commented on JBDEPLOY-229:
--------------------------------------

A simple *initial* solution could be to add a addDeployers(List<Deployer>) method and only do the sort once.
WebServices adds like 29 deployers.  I'm not saying this is bad, just that there's no reason the sort can't be done for those 29 deployers once and only once.
Maybe even create a bean:  DeploymentList and each subsystem (EJB, WebServicdes, etc.) could use that to deploy all their deployers.
Then, after this simple thing is done, you can takle the harder problem of sorting. 

> Optimize Deployer sorting
> -------------------------
>
>                 Key: JBDEPLOY-229
>                 URL: https://jira.jboss.org/jira/browse/JBDEPLOY-229
>             Project: JBoss Deployers
>          Issue Type: Task
>    Affects Versions: JBDEPLOY-2.0.8.SP1
>            Reporter: Ales Justin
>            Assignee: Ales Justin
>             Fix For:  JBDEPLOY-2.0.9.GA, JBDEPLOY-2.1.0.Alpha1
>
>
> Deployer sorting needs optimizing.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jboss-jira mailing list