Measuring effect of using GWT features on compile time

2016-06-07 Thread jgindin
I'm looking for some way to see how much of my GWT compile time is coming from our usage of different features. Specifically: - UiBinder - RPC - Guice (not core GWT, I know...but maybe there's a way to see this too) For RPCs in particular, I've tried to dig around and see if there are

Re: Problem with SimpleCheckBox shared in n instances

2016-06-07 Thread Ed
try making it a final. On Tue, Jun 7, 2016 at 6:20 AM, 129pierre wrote: > Hi, > > I have a html checkbox wrapped as a SimpleCheckBox. This SimpleCheckBox is > used by n instances of the same class. > > In this class, I have an click handler for this SimpleCheckBox. > > The onClick code is only

XsrfProtectedServiceServlet and subject to change. Do not use this in production code.

2016-06-07 Thread Stefan Falk
Since GWT 2.8.0 is going to be released sooner or later I'd just like to ask if anything is actually going to change in this class - because if not maybe someone could remove that comment. :D -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To uns

Re: JsInterop and Java collections?

2016-06-07 Thread Juan Pablo Gardella
Someone know what is the blocker on finishing elemental 2? On Tue, 7 Jun 2016 at 14:03 Hristo Stoyanov wrote: > Here is another example > > of project that could wait no longer for Elem

Re: JsInterop and Java collections?

2016-06-07 Thread Hristo Stoyanov
Here is another example of project that could wait no longer for Elemental 2. As you can see, similar stuff, but incompatible. Let's hope Elemental 2 comes out soon enough to prevent

Re: Can meta tag with gwt:property replace url query parameter?

2016-06-07 Thread Rogelio Flores
Thanks Jens! I actually modified slightly the desktop view to look like the mobile one in the particular case I needed which for my use case is actually better, but now I know where the property provider lives and how to create one if I need to in the future. On Monday, June 6, 2016 at 3:35:14

Re: How to make my app more secure. URL token

2016-06-07 Thread Chad Vincent
Your GUI needs a check, then. I handle this by having every Place (and even some sub-forms) check for a user on display and display a logged out UI if there is no current valid user. Of course, I'm using a login dialog instead of a Place, so if someone's session times out they can re-authentic

Problem with SimpleCheckBox shared in n instances

2016-06-07 Thread 129pierre
Hi, I have a html checkbox wrapped as a SimpleCheckBox. This SimpleCheckBox is used by n instances of the same class. In this class, I have an click handler for this SimpleCheckBox. The onClick code is only reached in the last instance created. All others instances never received the event.

Re: JsInterop and Java collections?

2016-06-07 Thread Vassilis Virvilis
+1 for elemental 2.0 One project that I know of is https://github.com/workingflows/gwt-jquery that requires https://github.com/workingflows/gwt-jscore that re-implements Node for example @JsType(isNative = true) public class Node extends EventTarget { public native void bind(String property, JsOb