Re: Main Advantages of using GWT against other technology like [jsp,spring,javascript...]

2014-09-08 Thread Ronan Quillevere
My opinion - No javascript developer - Statically typed - Use JavaScript - Multi-browser / mobile support - Open source / free More details here : http://ronanquillevere.github.io/2014/02/08/why-choosing-gwt.html On Saturday, September 6, 2014 4:53:24 AM UTC+2, abdullah wrote: Hi, I am

Re: Make gwt website crawlable without hash symbol?

2014-09-08 Thread Thomas Broyer
On Friday, September 5, 2014 7:14:25 PM UTC+2, Jens wrote: So, if you could make all domain.TLD/ requests forward to your index page, while keeping the URL, then bootstrap some pushState detection logic, and then redirect to the othothorpe version (build permutation) if they don't

Re: GWT 2.5 App Does Not Display Items in Internet Explorer

2014-09-08 Thread KGD
I still don't know why the AbsolutePanel is not displaying correctly in IE but was able to get it to display by setting meta http-equiv=X-UA-Compatible *content*=*IE*=7 . If anyone has any insight, I'd greatly appreciate it. Thanks, Keith On Sunday, September 7, 2014 12:13:34 PM UTC-4, KGD

TabLayoutPanel vs. DecoratedTabPanel

2014-09-08 Thread KGD
How can I make the TabLayouPanel have the same appearance as the DecoratedTabPanel? Specifically, the DecoratedTabPanel has the rounded edges, separated tabs and generally a cleaner appearance. Thanks, Keith -- You received this message because you are subscribed to the Google Groups

Re: GWT 2.5 App Does Not Display Items in Internet Explorer

2014-09-08 Thread Jens
Are you sure your IE is in standards mode? -- J. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscr...@googlegroups.com. To post

Re: will there be any way to simplify the process of difining a widget

2014-09-08 Thread wahaha
no one can help me? -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscr...@googlegroups.com. To post to this group, send email to

Re: [gwt-contrib] Re: SDM -XcompilePerFile: initial feedback

2014-09-08 Thread 'John Stalcup' via GWT Contributors
Any new bugs to report? On Tue, Sep 2, 2014 at 2:07 PM, Arnaud TOURNIER ltea...@gmail.com wrote: Hi Daniel, I made some more serious tests on a production project with which i used to develop using the classic DevMode. Those are the numbers that come from the CodeServer with or without the

Re: [gwt-contrib] -XcompilePerFile feedback

2014-09-08 Thread 'John Stalcup' via GWT Contributors
You had mentioned that you'd seen two other issues as well but hadn't gotten around to making a repro case. Are these issues still around? Thanks for the two repro cases you've already supplied. They were very helpful. John On Wed, Sep 3, 2014 at 7:06 PM, John Stalcup stal...@google.com wrote:

Re: [gwt-contrib] Re: SDM -XcompilePerFile: initial feedback

2014-09-08 Thread Jens
Any new bugs to report? Some things we have observed at work while using latest trunk SDM (compile per file): 1.) If we don't use -noprecompile then SDM does not start because it says it has found more than one permutation. If we use -noprecompile then SDM starts and the first compile

Re: [gwt-contrib] Re: SDM -XcompilePerFile: initial feedback

2014-09-08 Thread 'John Stalcup' via GWT Contributors
Thanks for the feedback Jens. On Mon, Sep 8, 2014 at 1:31 PM, Jens jens.nehlme...@gmail.com wrote: Any new bugs to report? Some things we have observed at work while using latest trunk SDM (compile per file): 1.) If we don't use -noprecompile then SDM does not start because it says it

Re: [gwt-contrib] Re: SDM -XcompilePerFile: initial feedback

2014-09-08 Thread 'John Stalcup' via GWT Contributors
On Mon, Sep 8, 2014 at 1:48 PM, John Stalcup stal...@google.com wrote: Thanks for the feedback Jens. On Mon, Sep 8, 2014 at 1:31 PM, Jens jens.nehlme...@gmail.com wrote: Any new bugs to report? Some things we have observed at work while using latest trunk SDM (compile per file): 1.)

Re: [gwt-contrib] Re: SDM -XcompilePerFile: initial feedback

2014-09-08 Thread Jens
I'm working on a CL right now to opt -XcompilePerFile into the -noprecompile behavior for just the reason. Should be in today. Cool will try it tomorrow. I've fixed two Gin generator related breakages like this so far. Are you sure this is occurring with HEAD? If so then there's

Re: [gwt-contrib] Re: SDM -XcompilePerFile: initial feedback

2014-09-08 Thread 'John Stalcup' via GWT Contributors
On Mon, Sep 8, 2014 at 3:00 PM, Jens jens.nehlme...@gmail.com wrote: I'm working on a CL right now to opt -XcompilePerFile into the -noprecompile behavior for just the reason. Should be in today. Cool will try it tomorrow. I've fixed two Gin generator related breakages like this so far.

Re: [gwt-contrib] Re: SDM -XcompilePerFile: initial feedback

2014-09-08 Thread 'Brian Slesinsky' via GWT Contributors
On Mon, Sep 8, 2014 at 3:00 PM, Jens jens.nehlme...@gmail.com wrote: And a last question just popped up again: Is there any way to force embedded Jetty of CodeServer to not print out request logs at DEBUG level? Kind of annoying when all these progress requests show up between GWT logs.