Adam Bien: Which Deployment Option Would You Use for a Mission Critical Application?
Adam Bien asks Which Deployment Option Would You Use for a Mission Critical Application?:
You have the following deployment options in Java EE (J2EE/5/6): 1. Deploying an EAR / WAR to a multi-project or dedicated server; 2. Cluster deployment: deployment units get spread across the nodes, you get HTTPSession and @Stateful Bean failover; 3. Cluster deployment, but no replication or failover. You get easy distribution and management (deactivating, disabling) of deployment units; 4. Dynamic environment: your application is split across loose-coupled modules, which could be managed independently...
Community:
- Printer-friendly version
- 231 reads



