When compiling the project, I get this obscure Exception
Looking for precompiled archives. To disable, use -Dgwt.usearchives=false
Loading archived module: jar:file:<base>/.m2/repository/com/google/gwt/gwt-user/2.5.0/gwt-user-2.5.0.jar!/com/google/gwt/user/User.gwtar
[WARN] Unable to read: jar:file:<base>/.m2/repository/com/google/gwt
it1352
2
2019-05-19
For a GWT application which I build with the GWT Maven Plugin (gwt-maven-plugin), I can run the GWT Development environment with
mvn compile war:exploded gwt:run
and then launch a browser. This requires that the browser provides the GWT Developer Plugin. (Firefox 6 for example does not yet support the GWT Plugin).
Does the GWT Maven Plugin also
it1352
1
2019-05-19
I am using smart GWT to develop my application, to create the structure of the application I am using GWT components. The HTML code snippet is as below:
<div class="container">
<div id="pagePanel" ></div>
</div>
In my pagePanel div all the components are added. As I add components dynamically in the pagePanel div, the
it1352
0
2020-11-24
We are looking at integrating a full-blown GWT (Google Web Toolkit 2.0) application with an existing ASP.NET 3.5 application. My first gut reaction is that this is a horrible frankenstein idea. However, the customer has insisted that we use this application developed by a third-party.
I have almost NO CONTROL over the development of the GWT app.
it1352
2
2019-05-08
Please note, not interested in using the Google-Eclipse plugin; I want to manage all dependencies manually.
Just downloaded the GWT 2.5.1 SDK and am looking at all the JARs it ships with:
gwt-api-checker.jar requestfactory-apt-src.jar
gwt-codeserver.jar requestfactory-client.jar
gwt-dev.jar requestfactory-client-src.jar
gwt-e
it1352
4
2019-05-15
I'm trying to create a Maven Web Application project with Google Web Toolkit in NetBeans 6.9. I've followed the steps shown on this video: http://www.youtube.com/watch?v=M-iVZ5TJ21w
After creating the project and adding GWT to the frameworks my project compiles and deploys to Tomcat nicely. Now i like to change the default GWT version from 2.0.3 t
it1352
1
2019-05-19
I am trying to use smart Gwt, Listgrid.
I am using both com.google.gwt.user.client.ui and smart gwt.
I have value in a ListGridRecords[] records.
I am unable to set the values in table.
this piece of code is in composite.
public TableDocument(Action action) {
initWidget(getTablePanel());
}
private HorizontalPanel getTablePanel() {
it1352
1
2019-05-19
Question for all the GWT gurus out there - which is the best GWT widgets library out there? And why?
List based on the answers:
Default
Sencha GXT
Smart GWT
Vaadin
GWT-Bootstrap
GwtBootstrap3
Rocket GWT (inactive)
Tatami (inactive)
ErraiFramework
GWTMaterialDesign
И наконец- новое поколение основанное на JsInterop:
GWT Polymer Elements
GWT
it1352
0
2019-05-19
I tried to use Guave 15.0 with GWT 2.5.1 but it fails to compile. I use the compiler parameter -strict. In my module gwt.xml I have:
<inherits name="com.google.common.collect.Collect"/>
I my classpath I added:
guava-15.0.jar
guava-gwt-15.0.jar
When I try to compile I get the following error:
Compiling module test.Tttt
Validating u
it1352
3
2019-05-19
My friend and I want to develop a big web2.0 project. We decided to write it in Java because we love it and we are good at it and the other libraries which we will use are written in Java (Apache Lucene, Apache Cassandra ...). and we choose GWT as a framework. We love google, google technologies, google apis.
and I want to ask do you think that G
it1352
1
2019-05-19