Java portal architectural considerations

Posted by Woot4Moo on Stack Overflow See other posts from Stack Overflow or by Woot4Moo
Published on 2010-12-31T23:32:58Z Indexed on 2011/01/01 5:54 UTC
Read the original article Hit count: 206

Filed under:
|
|

Currently there exists a need to create an application that will serve 5 different customers each requiring their own specific URL and content repository. My question is when designing this application what should my considerations be for protecting the content of the individual customers while meeting the requirements of the unique URL. The system will be sitting on Windows with a postgres database and java as the implementation language.

© Stack Overflow or respective owner

Related posts about java

Related posts about architecture