Create a plugin mechanism that allows you to add post processors to the 
DeploymentServlet
-----------------------------------------------------------------------------------------

                 Key: ACE-186
                 URL: https://issues.apache.org/jira/browse/ACE-186
             Project: Ace
          Issue Type: Task
            Reporter: Marcel Offermans
            Assignee: Marcel Offermans


The management agent talks to the DeploymentServlet to check what versions 
there are and to fetch a version (or delta). This is now always packaged as a 
deployment package. We might want to deliver it in different formats. Allowing 
a DeploymentProcessor to be plugged in that gets the deployment package and has 
access to the HTTP request and response would be a nice way to deliver this 
data in different formats. DeploymentProcessors could be labeled with different 
names, and the servlet could accept a parameter with that same name to enable 
the processor.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to