Matthieu Morel created S4-60: -------------------------------- Summary: Development mode for rapid application development and testing Key: S4-60 URL: https://issues.apache.org/jira/browse/S4-60 Project: Apache S4 Issue Type: Improvement Affects Versions: 0.5 Reporter: Matthieu Morel Fix For: 0.5
During the development phase of S4 applications, we need to be able to avoid the "build-package-deploy" cycle, which rapidly becomes cumbersome. Ideally, we'd be able to start S4 nodes and directly run the application from the classpath. This should be possible by providing a "DevelopmentDeploymentManager", that simply reads an application classname as a parameter, and directly loads this class and therefore the application. The only requirement is to have application classes and dependencies in the classpath. -- 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