Sunday, September 28, 2008 5:49 AM
kolbis
Design Decision: Where to place the admin for your application (cont)
In my previous post "Design Decision: Where to place the admin for your application" I have explained a design decision I had to take. Generally, I was looking for a solution on where to build my application administration.
Alik Levin, suggested that the administration should be placed on a different process (application) from the main process (application). His main motivation is security.
I must admit, usually I would agree with Alik, however there are several more considerations that we must take into account before making a decision:
Summary
As a thumb rule: Two applications, one for admin and another for the client.
However if you do not have the budget, ask yourself: what is the penalties for not separating it? Think about the long run.
תגים:Architecture, Dev