Re: Running gwt js on second server

2010-08-26 Thread Stefan Bachert
Hi Pieter, your approach does not support ClientBundle. And the link href is missing a double slash (http://..;). Maybe a typo. You probably need to deliver addition headers with your page (Access-Control-Allow-Origin) in order to overcome SOP. (Take care which browser really support this)

Re: Running gwt js on second server

2010-08-26 Thread Charlie M
On Aug 26, 11:26 am, Stefan Bachert stefanbach...@yahoo.de wrote: Hi Pieter, your approach does not support ClientBundle. And the link href is missing a double slash (http://..;). Maybe a typo. You probably need to deliver addition headers with your page (Access-Control-Allow-Origin) in

Re: Running gwt js on second server

2010-08-26 Thread Pieter
Thank you for all your suggestions, I will explorer and update this post with what I come up with. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to google-web-tool...@googlegroups.com. To unsubscribe from

Re: Running gwt js on second server

2010-08-25 Thread Thomas Broyer
On 22 août, 19:38, Pieter pieter.vandenb...@gmail.com wrote: I have created a basic basic gwt application running on ServerA. Now I want a designer to be able to write his own style sheet for the application but not touch the source code.  So I created an html file and referenced the