Re: Multi-tenancy in GWT

2010-03-24 Thread Uros Trebec
I think the best way to do this is to deploy new instance of client application for every customer and have one instance of server application that all client applications work with to get their data, non-client-side business logic, etc. We're doing it this way when we have different versions of

Deploying GWT RPC servlet as a separate WAR

2009-10-07 Thread Uros Trebec
Hi there! I was wondering if there is in any way possible to package and deploy GWT-RPC servlet as a stand-alone WAR application, without client side JS resources? Basically what I want to do is have a client-side JS resurces deployable separately from the servlet, so the servlet application

Re: Customize Hosted-mode browser

2008-10-06 Thread Uros Trebec
Hi, I was just wondering how did you get it to work properly? I've got it started and all but it crashes with InternalCompilerException error on module load and that's it :/ I'm also using OOPHM on Linux with FF 3.0.1. Can anyone direct me in the right direction? Best regards, Uros On Sep