Re: onLoad method of Composite is not called.

2016-07-13 Thread Jens
The LoadEvent is a native browser event that will be fired once the browser has downloaded some resources. So it does not apply to a GWT widget. But every GWT widget (and thus Composite as well) has a protected onLoad / onUnload method that you can override to execute code once the widget has

onLoad method of Composite is not called.

2016-07-13 Thread Azade Khaladj
Hello all, I have a class that extends Composite. I want to do some action when the component is loaded. The class implements the HasLoadHandlers and a LoadHandler is defined and added to the component. The problem is that the onLoad method is never called. Am I missing something? Thanks

Re: GWT RPC in GWT 3.0+

2016-07-13 Thread Daniel Kurka
I summed up what I think about GWT RPC and it's future here: http://blog.daniel-kurka.de/2016/07/gwt-rpcs-future.html On Thu, Jul 14, 2016 at 12:01 AM JonL wrote: > While I agree that it could theoretically work with annotations, > annotations require access to code, so

Re: GWT RPC in GWT 3.0+

2016-07-13 Thread JonL
While I agree that it could theoretically work with annotations, annotations require access to code, so for things you have no control over, you either would need to implement custom serialization anyways, or use the GWT serialization. I personally think there are optimizations to be had in

GWT 2.8 last call & help with testing

2016-07-13 Thread Michael Joyner
FROM: 'Daniel Kurka' google-web-toolkit-contribut...@googlegroups.com Hi all, the last patch that is needed for 2.8 (https://gwt-review.googlesource.com/15193) is about to land. I will cut the release candidate on Friday

[gwt-contrib] GWT 2.8 last call & help with testing

2016-07-13 Thread Thomas Broyer
We have a regression due to Java 8 changes in c.g.g.emul and generators, that affects at least AutoBeans. I'll try to work on fixes tomorrow, Friday otherwise. I'll file (or reopen) an issue for better tracking. -- You received this message because you are subscribed to the Google Groups "GWT

users of spring 4 gwt?

2016-07-13 Thread Kay Pac
Are there users of spring 4 gwt? I have a fork I am working to get published to maven central, and it would be nice to have a beta tester or two before I publish any artifacts. Please let me know ! Original project URL is here: https://code.google.com/archive/p/spring4gwt/ I will publish my

Re: Spring4GWT fork published to github

2016-07-13 Thread Kay Pac
I forgot to include the github url for the project: https://github.com/heptetgroup/spring4gwt On Wednesday, July 13, 2016 at 10:59:44 AM UTC-7, Kay Pac wrote: > > > Greetings, > > I forked Spring4Gwt which was on google code ( > https://code.google.com/archive/p/spring4gwt/) and published it to

Spring4GWT fork published to github

2016-07-13 Thread Kay Pac
Greetings, I forked Spring4Gwt which was on google code (https://code.google.com/archive/p/spring4gwt/) and published it to github. I'm working to get it deployed to central but I just opened a ticket. The fork isn't polished yet but I needed to publish it in order to deploy to central. It

Re: GWT RPC in GWT 3.0+

2016-07-13 Thread Vassilis Virvilis
just a side note on this Although GWT-RPC is the easy low threshold for someone coming from the java world SOAP, RMI (like me) two things that didn't fly well were: 1) GWT-RPC favors overspecifying the collection type. So it is better to say ArrayList > List > Collection in your interfaces. 2)

Re: GWT RPC in GWT 3.0+

2016-07-13 Thread Thomas Broyer
On Wednesday, July 13, 2016 at 5:53:20 PM UTC+2, Paul Robinson wrote: > > > On 13 Jul 2016 9:17 a.m., "Kay Pac" wrote: > > > > Will the gwt serialization mechanism used in GWT-RPC remain? GWT object > serialization has been plugged into the atmosphere (realtime >

Re: GWT RPC in GWT 3.0+

2016-07-13 Thread Paul Robinson
On 13 Jul 2016 9:17 a.m., "Kay Pac" wrote: > > Will the gwt serialization mechanism used in GWT-RPC remain? GWT object serialization has been plugged into the atmosphere (realtime communication/websockets) GWT extension. It would be useful to know if we should migrate away

[gwt-contrib] Re: ListAutoBean Iterator broken in current snapshot

2016-07-13 Thread Thomas Broyer
+cc Colin, Goktug On Tuesday, July 12, 2016 at 12:48:58 PM UTC+2, Ross Drever wrote: > > Calling remove on an iterator from list within an request factory entity > proxy results in an UnsupportedOperationException. > > I have isolated it to commit 288cc03 Hide Java 8 interfaces methods to >

Re: GWT RPC in GWT 3.0+

2016-07-13 Thread Kay Pac
Will the gwt serialization mechanism used in GWT-RPC remain? GWT object serialization has been plugged into the atmosphere (realtime communication/websockets) GWT extension. It would be useful to know if we should migrate away from the GWT serialization and towards JSON. On Thursday, July 7,

Re: Cascading GWT Application ?

2016-07-13 Thread Pierre Mineaud
The official GWT's example Ruxit is really looking at what I want to do. - A Menu always shown. On the left, on the top... who cares... - An url changing when I change page - An "Module Loader" on the right side of the page to charge my differents page. I do not want using iframe cause I want