Tuesday, July 1, 2014

Re: GWT version with Java 8 support

And when will 2.7 then be released ? I was hoping on a release during google IO but nothing was announced.


On Tue, Jul 1, 2014 at 5:19 PM, Thomas Broyer <t.broyer@gmail.com> wrote:
The initially planned 3.0 has been rebranded to 2.7. It won't support Java 8.
3.0 will be released in late 2014 / early 2015, and should include the Java 8 support.


On Tuesday, July 1, 2014 4:41:07 PM UTC+2, nvji...@gmail.com wrote:
Does anybody know when GWT with Java 8 support will be released? I saw version 2.7 and maybe 3.0 will support Java 8, both versions was planned to release this summer. But I could not find exact relaese date...
 
 

--
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+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

--
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+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

Re: GWT version with Java 8 support

The initially planned 3.0 has been rebranded to 2.7. It won't support Java 8.
3.0 will be released in late 2014 / early 2015, and should include the Java 8 support.

On Tuesday, July 1, 2014 4:41:07 PM UTC+2, nvji...@gmail.com wrote:
Does anybody know when GWT with Java 8 support will be released? I saw version 2.7 and maybe 3.0 will support Java 8, both versions was planned to release this summer. But I could not find exact relaese date...
 
 

--
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+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

GWT version with Java 8 support

Does anybody know when GWT with Java 8 support will be released? I saw version 2.7 and maybe 3.0 will support Java 8, both versions was planned to release this summer. But I could not find exact relaese date...
 
 

--
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+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

Re: Not able to use ValueSpinner.....

Hey there, please tell me if you found an answer for this problem....I have the same problem :( 

On Tuesday, May 22, 2012 10:09:23 AM UTC+3, Amey wrote:
Hello,
I have downloaded 'gwt-incubator-20101117-r1766.jar' file and trying
to use the ValueSpinner widget from it. But when I run my application,
it throws following exception:

java.lang.RuntimeException: Deferred binding failed for
'com.google.gwt.widgetideas.client.ValueSpinner
$ValueSpinnerResources' (did you forget to inherit a required module?)

I have inherited following modules in my module:
        <inherits name="com.google.gwt.libideas.ImmutableResources" />
        <inherits name='com.google.gwt.widgetideas.WidgetIdeas' />

Do you know if I need to inherit any additional module?

Thank you,
Amay.

--
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+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

Connect gwt and wamp

hey guys i am facing problems of connecting gwt and wamp if you help i would be very thankful

--
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+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

Re: Want to convert a couple of Java Applets

There are other Java-to-JavaScript transpilers [1,2], but GWT is by far the best of them. You'll have to rewrite the UI and client/server communications (if you have some) but you should be able to keep all your "business logic" as-is.

[1] http://j2s.sourceforge.net/ seems to still be actively developed but hasn't released anything for years; it's an Eclipse plugin though (cannot be used from the command line or a build tool like Ant or Maven, etc.)
[2] https://st-js.github.io/ is only about the Java syntax, it doesn't emulate many classes from the standard library (starting with Java Collection, making it a no-go for a migration of an existing Java project)

On Tuesday, July 1, 2014 1:08:45 AM UTC+2, Tom Adams wrote:
I have a couple of Java Applets deployed on the web that I would like to convert away from deploying  Java Applets, due to the apparent failure/decline of Java Applets as a web technology.

There are at www.poologic.com. they are the Poologic Calculator and ROI Calculator.

Seems I can use GWT to compile them into javascript, not sure.

Is GWT  a good option? Are their better options?

I am at the bottom of the learning curve, just found GWT a few hours ago.  I was starting to learn javascript, but I decided to do some searches on automatic Java to Javascript conversion tools today.

Thanks for any advice or ideas.

--
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+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

Re: Want to convert a couple of Java Applets

Hi Tom,

I think GWT will be a good option to rewrite your Calculator. Anyway you will have to rewrite your screens but you will be able to reuse your logic code.
If you want to copy/paste your code, you must ensure few points :
Anyway if your applet doesn’t respect those points, GWT will be a good solution but you will have to rewrite or refactor your code.
As you know Java and Applet, GWT is the easiest solution for you to make your Calculator in a web browser. But you will spend a bit of time to learn it.

Regards,

Fabien.



Le 1 juil. 2014 à 01:08, Tom Adams <tadamsmar@gmail.com> a écrit :

I have a couple of Java Applets deployed on the web that I would like to convert away from deploying  Java Applets, due to the apparent failure/decline of Java Applets as a web technology.

There are at www.poologic.com. they are the Poologic Calculator and ROI Calculator.

Seems I can use GWT to compile them into javascript, not sure.

Is GWT  a good option? Are their better options?

I am at the bottom of the learning curve, just found GWT a few hours ago.  I was starting to learn javascript, but I decided to do some searches on automatic Java to Javascript conversion tools today.