We are working in a large team, building a web application in JSF, where each developer new task Develops For example: user management, security, system parameters etc.
We need to create a daily task to make war with SVN.
We know how to use Daily Builder, SVN etc.
Our question is how can it be saved per module? What is the recommended way of preparing packages as JSF by the web application, where it is made on the MVC module and part of the page bean? Should we use multiple war / packages?
I need to save it per module, because in a few days a module may have errors, which should not be uploaded with the remaining modules. (I know how to compile and decide whether to upload it or not).
You will find "Work branch (s)" (or "module branches") in which a module is developed is. Everything happens in the trunk, the developers work on a given "module branch", merge to work every day from the trunk, but the trunk is published only after working fully (including tests ). Like this (from the picture):
Then you Under the trunk and continuous integration, all "work branches" are inserted.
Comments
Post a Comment