Re: Run GWT/GXT in Debug Mode while Deployed on WebSphere

2017-02-03 Thread Eghli Dos
On Friday, February 3, 2017 at 4:46:25 AM UTC-5, Thomas Broyer wrote: > > > > On Friday, February 3, 2017 at 10:38:51 AM UTC+1, Eghli Dos wrote: >> >> Jens, >> >> Thanks for the feedback. It certainly worked in Chrome (55). >> Unfortunately, I cannot use Chrome as the pages that I will be ultimat

GWT Genie effect

2017-02-03 Thread David
I like to use GWT to implement genie effect for dialog in my new application. Is there an existing GWT library already? If not, how do I approach it? Thanks, David -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this group

Re: Strippable check system in GWT 2.8?

2017-02-03 Thread Thomas Broyer
On Friday, February 3, 2017 at 4:55:06 PM UTC+1, Alex opn wrote: > > What is the risk of disabling these checks? > If your code depends on ClassCastException, IndexOutOfBoundsException, etc. to be thrown, then it'll no longer work as intended. The checks make sure the contracts of the emulated

Re: Strippable check system in GWT 2.8?

2017-02-03 Thread 'Alex opn' via GWT Users
What is the risk of disabling these checks? On Friday, 3 February 2017 14:33:34 UTC+1, Bruno Salmon wrote: > > Thank you Thomas, value="MINIMAL" /> in my gwt.xml file works :-) > > On Friday, 3 February 2017 13:47:57 UTC+1, Thomas Broyer wrote: >> >> This is >> https://github.com/gwtproject/gwt/

Re: Strippable check system in GWT 2.8?

2017-02-03 Thread Bruno Salmon
Thank you Thomas, in my gwt.xml file works :-) On Friday, 3 February 2017 13:47:57 UTC+1, Thomas Broyer wrote: > > This is > https://github.com/gwtproject/gwt/blob/2.8.0/user/super/com/google/gwt/emul/javaemul/internal/InternalPreconditions.java > The javadoc and first few lines of the class tel

Re: Strippable check system in GWT 2.8?

2017-02-03 Thread Thomas Broyer
This is https://github.com/gwtproject/gwt/blob/2.8.0/user/super/com/google/gwt/emul/javaemul/internal/InternalPreconditions.java The javadoc and first few lines of the class tells it all (note that System.getProperty is the emulated one here, so the properties are from your gwt.xml files, not t

Strippable check system in GWT 2.8?

2017-02-03 Thread Bruno Salmon
hi, I heard that the GWT 2.8 check system is strippable (source: https://www.youtube.com/watch?v=P4VhPck5s_g&t=1337s). By defaut the check level would be normal, which means that the generated js code will do all checks (such as collections bounds checks, API usage checks, java type checks, ..

Re: Run GWT/GXT in Debug Mode while Deployed on WebSphere

2017-02-03 Thread Thomas Broyer
On Friday, February 3, 2017 at 10:38:51 AM UTC+1, Eghli Dos wrote: > > Jens, > > Thanks for the feedback. It certainly worked in Chrome (55). > Unfortunately, I cannot use Chrome as the pages that I will be ultimately > debugging run *drum roll* applets, so I have to stick with IE. Is there a

Re: Run GWT/GXT in Debug Mode while Deployed on WebSphere

2017-02-03 Thread Eghli Dos
Jens, Thanks for the feedback. It certainly worked in Chrome (55). Unfortunately, I cannot use Chrome as the pages that I will be ultimately debugging run *drum roll* applets, so I have to stick with IE. Is there a way to get SDBG to work with IE and GWT Eclipse Plugin? On Thursday, February 2

Re: Eclipse heap space during build

2017-02-03 Thread 'DaReal BossOss' via GWT Users
Hi Bond, I've seen that this matter is a bit old, but there is no solution to your problem in this thread. Due to the fact that I am facing the exact same symptoms (Java Heap Space Error at validating GWT Project and turned off validation has no effect, eclipse validates anyway) and did not fin