Split large application into smaller ones
Split large application into smaller ones
- Subject: Split large application into smaller ones
- From: Yung-Luen Lan <email@hidden>
- Date: Fri, 18 Mar 2011 13:04:55 +0800
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@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden