[gwt-contrib] Is SmartGWT built on GWT?

2014-09-11 Thread Mohammed Sameen
Hi, Can one tell me how smartGWT internally creating the widget using GWT?Is it using GWT Widget really?I dig the code but i didn't find any gwt widget inside smartgwt jar. -- You received this message because you are subscribed to the Google Groups GWT Contributors group. To unsubscribe from

[gwt-contrib] Re: Is SmartGWT built on GWT?

2014-09-11 Thread Thomas Broyer
SmartGWT is a wrapper around the SmartClient JavaScript library. Therefore, SmartGWT widgets aren't really GWT widgets (events are handled the SmartClient way, not the GWT way; AFAIK). It also means that you'll load the whole SmartClient library, even if you only use one single widget. On

[gwt-contrib] GWT 2.7 requiring Java7 for development - Action needed

2014-09-11 Thread 'Daniel Kurka' via GWT Contributors
Hi all, while bringing GSS support into GWT, I discovered that the closure styleheets compiler actually requires Java7. This means that we either have to do a back port of the compiler (I haven't looked at it seriously) or require Java7 for development with GWT (probably only if you are using

[gwt-contrib] Re: GWT 2.7 requiring Java7 for development - Action needed

2014-09-11 Thread Koen Maes
Java7 is just fine for me... On Thursday, September 11, 2014 7:50:53 PM UTC+2, Daniel Kurka wrote: Hi all, while bringing GSS support into GWT, I discovered that the closure styleheets compiler actually requires Java7. This means that we either have to do a back port of the compiler (I

[gwt-contrib] GWT 2.7 requiring Java7 for development - Action needed

2014-09-11 Thread Thomas Broyer
I think we were OK with 2.6 being the last to support Java 6 (and erroneously released 2.6.0 compile as Java 7) -- You received this message because you are subscribed to the Google Groups GWT Contributors group. To unsubscribe from this group and stop receiving emails from it, send an email

Re: [gwt-contrib] Re: Is SmartGWT built on GWT?

2014-09-11 Thread Alain Ekambi
Yes it is based on GWT since it uses JSNI which is part of GWT. Smart GWT has terrific Widgets(and other) stuff that you wont find in vanilla GWT. 2014-09-11 15:58 GMT+02:00 Thomas Broyer t.bro...@gmail.com: SmartGWT is a wrapper around the SmartClient JavaScript library. Therefore, SmartGWT

Re: [gwt-contrib] Re: GWT 2.7 requiring Java7 for development - Action needed

2014-09-11 Thread Juan Pablo Gardella
Java7 is fine for development On 11 September 2014 15:13, Koen Maes k...@koma.be wrote: Java7 is just fine for me... On Thursday, September 11, 2014 7:50:53 PM UTC+2, Daniel Kurka wrote: Hi all, while bringing GSS support into GWT, I discovered that the closure styleheets compiler

[gwt-contrib] Re: GWT 2.7 requiring Java7 for development - Action needed

2014-09-11 Thread Christian Kütbach
I think Jave 7 and JRE7 is fine. Java 6 is out of public support since Feb 2013: https://blogs.oracle.com/henrik/entry/java_6_eol_h_h Christian -- You received this message because you are subscribed to the Google Groups GWT Contributors group. To unsubscribe from this group and stop

[gwt-contrib] Re: GWT 2.7 requiring Java7 for development - Action needed

2014-09-11 Thread Matic Petek
GWT must go forward. 2.7 Java 7, 3.0 Java 8. Specially when it only effect development environment. Regards, Matic On Thursday, September 11, 2014 7:50:53 PM UTC+2, Daniel Kurka wrote: Hi all, while bringing GSS support into GWT, I discovered that the closure styleheets compiler actually

Re: [gwt-contrib] GWT 2.7 requiring Java7 for development - Action needed

2014-09-11 Thread Alberto Mancini
Hi, IMHO, java 7 for development more than OK. Thank you ! Alberto. On Thu, Sep 11, 2014 at 7:50 PM, 'Daniel Kurka' via GWT Contributors google-web-toolkit-contributors@googlegroups.com wrote: Hi all, while bringing GSS support into GWT, I discovered that the closure styleheets compiler

[gwt-contrib] xsiframe linker generated code should execute immediately if injected after the DOM ready event

2014-09-11 Thread Tal Shani
Hi, I have a GWT generated JS code that is injected to the page after the DOMReady event. I use the xsiframe linker. After some research I discovered that the linker does listen to the DOMReady event but check for load state as fallback. These are the relevant files:

Re: [gwt-contrib] GWT 2.7 requiring Java7 for development - Action needed

2014-09-11 Thread Andy Stevko
+1 on moving to java 7 On Sep 11, 2014 10:50 AM, 'Daniel Kurka' via GWT Contributors google-web-toolkit-contributors@googlegroups.com wrote: Hi all, while bringing GSS support into GWT, I discovered that the closure styleheets compiler actually requires Java7. This means that we either have

Re: [gwt-contrib] GWT 2.7 requiring Java7 for development - Action needed

2014-09-11 Thread Manuel Carrasco Moñino
+1 to java7 On Thu, Sep 11, 2014 at 11:10 PM, Andy Stevko andy.ste...@gmail.com wrote: +1 on moving to java 7 On Sep 11, 2014 10:50 AM, 'Daniel Kurka' via GWT Contributors google-web-toolkit-contributors@googlegroups.com wrote: Hi all, while bringing GSS support into GWT, I discovered

[gwt-contrib] Re: GWT 2.7 requiring Java7 for development - Action needed

2014-09-11 Thread Mohammed
I think its fine we require Java 7 for GWT 2.7 On Thursday, September 11, 2014 11:20:53 PM UTC+5:30, Daniel Kurka wrote: Hi all, while bringing GSS support into GWT, I discovered that the closure styleheets compiler actually requires Java7. This means that we either have to do a back port