Maybe you should look at OSGi? Then each of your application can be defined inside a different bundle and runs on the same JVM. We are using such approach in our environment and it works very well. A small downside of such solution is that you have to learn what is it and how to use OSGi (unless you already know it ;)).
-- Daniel On Mon, Feb 2, 2009 at 10:39 AM, Daniel Lipski <[email protected]> wrote: > > yes, they use the same service layer and the same caches. Whats more its > easier to deploy & build one war insted of many. Does your question suggests > that there are problems with few Wicket filters in one webapp ? > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
