Hi all,
OK a real question - I'd like to add the ability for users of a system I developed to make package a set of changes together so that they can deploy their package of changes to an acceptance testing environment, do their testing, and then at a later point (if testing was successful) deploy that package of changes to a live environment.
The system in this case is J2EE webapp updating relational database records, but it kinda seems like this package and deploy capability shouldn't really need to be specific to my app and could be reuseable pluggable functionality if I go about it the right way.
Anyone know of any existing solutions that might apply or got any advice on how to best to go about it?
Thanks!