Hi,
We have a situation where we need to deploy multiple modules to the 9iAS application server. These modules will have different development cycles, and will need independent deployments (without having to do regression
testing for all when deploying one).
A user can browse from one module to another, keeping session information, so I cannot advocate different EAR files for each. Additionally, we use local
EJB's between the modules, so different EARs is definitely out.
On the other hand, if I put different JARs in the same EAR, and different WAR files, will this have any other drawbacks?
Can anyone please help me out on what I can do on this?
Regards
Aaron