gwt-2.8

GWT - Error constructing Java AST

眉间皱痕 提交于 2020-01-04 04:30:09
问题 What could possibly be causing this error during compilation? I have generated project from this archetype https://github.com/ArcBees/Arcbees-Archetypes and I have changed only thing - update GWT to 2.8.0 and GWTP to 1.5.3. [INFO] [ERROR] An internal compiler exception occurred [INFO] com.google.gwt.dev.jjs.InternalCompilerException: Error constructing Java AST [INFO] at com.google.gwt.dev.jjs.impl.GwtAstBuilder.translateException(GwtAstBuilder.java:3099) [INFO] at com.google.gwt.dev.jjs.impl

Errai 4 running on Tomcat [closed]

痞子三分冷 提交于 2019-12-22 10:36:42
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 3 years ago . I am attempting to get Errai 4.0.0.Beta1 running in Tomcat, and I was wondering if anyone has done this before? Specifically, I am trying to determine what dependencies I can remove from Errai (i.e. Wildfly), and any additional steps required to get an Errai application running on Tomcat. When I get this running

How to use XMLHttpRequest in GWT?

烈酒焚心 提交于 2019-12-06 03:52:17
问题 XMLHttpRequest is an alternative for HTTP calls from GWT client side and allows the control over all aspects of requests/responses. But how to use it? javadoc address: http://www.gwtproject.org/javadoc/latest/com/google/gwt/xhr/client/class-use/XMLHttpRequest.html 回答1: You haven't mentioned what GWT version you use, so I assume the latest one. It means 2.8.2 or newer. Elemental2 is the way to go As it is mentioned in comments above, Elemental2 is the right way. I will explain it a bit. If you

Errai 4 running on Tomcat [closed]

谁说胖子不能爱 提交于 2019-12-05 21:22:00
Closed. This question is off-topic . It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 3 years ago . I am attempting to get Errai 4.0.0.Beta1 running in Tomcat, and I was wondering if anyone has done this before? Specifically, I am trying to determine what dependencies I can remove from Errai (i.e. Wildfly), and any additional steps required to get an Errai application running on Tomcat. When I get this running, I will update this post. Thanks in advance. To show how to run an Errai 4 Maven project on Tomcat

How to use XMLHttpRequest in GWT?

笑着哭i 提交于 2019-12-04 08:28:06
XMLHttpRequest is an alternative for HTTP calls from GWT client side and allows the control over all aspects of requests/responses. But how to use it? javadoc address: http://www.gwtproject.org/javadoc/latest/com/google/gwt/xhr/client/class-use/XMLHttpRequest.html You haven't mentioned what GWT version you use, so I assume the latest one. It means 2.8.2 or newer. Elemental2 is the way to go As it is mentioned in comments above, Elemental2 is the right way. I will explain it a bit. If you think about future-proof implementation (being aware of GWT3 / J2CL new approach), please do not use legacy