B
b_naick
Would like some input on site architecture. We're in a situation where
we need to host/integrate multiple applications within a single site.
For example: the URL of the main site needs to be http://www.mysite.com.
The site contains 3 key features : call them feature1, feature2 and
feature3. Each feature needs to be accessible via http://www.mysite.com/featureN.
Each feature will be developed by different development partners. The
goal is to make the entire site behave as one - single login, same
look/feel etc. Given the "shared" nature of the development, we wnat
to make sure that each feature runs in "isolation" and doenst
interfere with the other apps. This is desired to prevent a bad app
causing the entire hosting env to slow down. We'll also need the
ability to deploy/undeploy each application independently.
What site architectual options are available to support this?
Thanks in advance.
we need to host/integrate multiple applications within a single site.
For example: the URL of the main site needs to be http://www.mysite.com.
The site contains 3 key features : call them feature1, feature2 and
feature3. Each feature needs to be accessible via http://www.mysite.com/featureN.
Each feature will be developed by different development partners. The
goal is to make the entire site behave as one - single login, same
look/feel etc. Given the "shared" nature of the development, we wnat
to make sure that each feature runs in "isolation" and doenst
interfere with the other apps. This is desired to prevent a bad app
causing the entire hosting env to slow down. We'll also need the
ability to deploy/undeploy each application independently.
What site architectual options are available to support this?
Thanks in advance.