On Fri, Jul 2, 2010 at 12:22 PM, Sander de Groot <[email protected]> wrote: > Okay, I was expecting this question. The problem however is: I can't give > you a definitive answer. Like I said: these bundles are actually just web > applications (WAR) with a single point of entry (single servlet per-bundle). You may "think in java", a different multi-tenant package/architecture could helps you solve the problem for now and future.
> Actually, what's bothering me (at least, I think) is this: > To me Java Application servers are known to host really large > (web)applications. As far as I know Java is most commonly used for the kind > of applications for which you will be needing a whole server to run them. > PHP on the other hand is more commonly used for smaller scale applications. > Since we're switching to Java, I'm concerned that Java isn't designed to > handle that many nor such small applications. Most of mordern languages can build internet scale web applications, facebook is a good usage example of php. Java is a good language to build complex web applications :) -Guo --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

