When packaging the Framework as a separate project with the web project into an .ear file, how do you handle new Framework releases?
Do you put the new release only into the .ear that you are currently re/deploying - this allows there to be several versions of the framework to exist and be used simultaneously.
Or
Do you redeploy all .ears that use the framework so that only one version of the framework is ever in use.
We are looking to find the most popular answer to this question - as both have their ups and downs
Do you put the new release only into the .ear that you are currently re/deploying - this allows there to be several versions of the framework to exist and be used simultaneously.
Or
Do you redeploy all .ears that use the framework so that only one version of the framework is ever in use.
We are looking to find the most popular answer to this question - as both have their ups and downs