Hi, I want to split my one large web application into multiple smaller applications so that each part running separately because:
1. Update one application won't affect the other. For example, I want to deploy the admin backend but don't want to restart the customer page. 2. If one JVM crash, the other is still alive. (Although it cost more memory) I'm not sure if my reason is solid. Any comment? If this is the way to go, how to share the data model between these applications? Use something like terracota? Does JRebel help on the point 1? Regards, yllan _______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to [email protected]
