[jboss-jira] [JBoss JIRA] (WFLY-2765) Incremental redeployment (single file update) over management API

Ondrej Zizka (JIRA) issues at jboss.org
Thu Jan 16 09:10:32 EST 2014


Ondrej Zizka created WFLY-2765:
----------------------------------

             Summary: Incremental redeployment (single file update) over management API
                 Key: WFLY-2765
                 URL: https://issues.jboss.org/browse/WFLY-2765
             Project: WildFly
          Issue Type: Feature Request
      Security Level: Public (Everyone can see)
          Components: CLI
    Affects Versions: 8.0.0.CR1
            Reporter: Ondrej Zizka
             Fix For: 9.0.0.CR1


(Based on JBDS use case - see EAP6-1)
See also https://mojo.redhat.com/docs/DOC-934058 for notes

By incremental redeployment, we mean the situation when something is deployed, and after changes (in IDE e.g.), only that single file (.jsp, .xml, .class) would be re-deployed to the server, *over management API* - which is, you'd give it a stream and a path where it belongs in the deployment, and the operation would accept that file and put it to the right place in VFS, clear caches etc.

Use cases:
      Big .war's, mainly on remote
      Cloud deployments
      Also, you loose sessions etc.

"JSP recompile on file update" - mgmt API operation - added in WildFly 8?

Not expected to work in domain mode.

Stuart said that session persistence is implemented in WFly 8, but not the incremental redeployment.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jboss-jira mailing list