One application, per client database 5 January 2007
Posted by Marten Deinum in Java, Spring.Tags: aop, Spring, spring aop
2 comments
In one of my recent projects we came a cross an application model which had 1 codebase but for every client they had (around 40) they deployed one application. Sometimes they had to redeploy several times because they had memory and performance issues. We soon realized that we needed to do something about this way of deploying. The only two things which where different per client where the database connection and the front-end.
(more…)