Deployment
Problem:
- deploying changes (to jsps, configuration) is complicated
- many developers do not have write access to the container
- two solutions for the same thing: modules / packager
Goal:
- deploy modules without having write access to the server
- should be able to trigger update/install manually
Ideas:
- documentation
- tool for uploading/installing a module jar
- extracting files from jcr content (jsp in repository)
Issues:
- clustered instances (extract the files)
- you can't write to the filesystem in all containers
Resources:
- concept 2 days
- implementation 5 days