Re: Deploy GWT application on multiple servers behind load balancer

2013-08-21 Thread cutout33
Hi Jens, Thanks for your response, I think everything will work fine once we cache the sessions and make them available to all running instances :) thanks again On Tuesday, August 20, 2013 11:14:31 AM UTC+3, Jens wrote: I don't now how spring security works, but normally your app server

Deploy GWT application on multiple servers behind load balancer

2013-08-20 Thread cutout33
Hi, We have a GWT application and we are want to deploy it on multiple servers behind load balancer, one question is about the session management here, we use spring security, and I was wondering if we need to persist the sessions or not so that if the request forwarded to session it works

Re: Deploy GWT application on multiple servers behind load balancer

2013-08-20 Thread cutout33
Another question maybe about XsrfToken will that work across multiple servers? On Tuesday, August 20, 2013 10:39:42 AM UTC+3, cutout33 wrote: Hi, We have a GWT application and we are want to deploy it on multiple servers behind load balancer, one question is about the session management

GWT + Fusioncharts

2011-02-09 Thread cutout33
Hi all, I just wanted to announce the immediate availability for GWT/GXT fusioncharts API. check the demos and sample code here http://aurorarnd.com/ -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to

Loading AbstractImagePrototype at run time

2010-11-25 Thread cutout33
I want to load AbstractImagePrototype at run time because it is name will be passed according to the situation. I do not want to put if/ else. is there a way to load it when I know the image(resource) name at run time? -- You received this message because you are subscribed to the Google Groups

Google wave embed

2010-01-18 Thread cutout33
Hi all, Is there a way to embed google wave in a gwt panel or something? am trying to using this script http://code.google.com/apis/wave/embed/guide.html but the application crashes! does anyone have know how to do this? -- You received this message because you are subscribed to the Google

Deploying a project

2009-12-01 Thread cutout33
Hello all, Am really new to GWT and am using google plugin for eclipse which great for development as it starts the project in hosted mode, but my problem I need to deploy my sample on a real AS like JBoss, how can I do that? how can I create a war file for my project? What file structure should