Ext GWT 3.0.0 Developer Preview 3 is now available.
Printable View
Ext GWT 3.0.0 Developer Preview 3 is now available.
Not sure if I'm missing something, but I don't see release notes for this version. The release notes in the download is blank. Can you post the release notes or some info about what to expect in this version?
Ext GWT 3.0.0 Developer Preview 4 Now Available.
The release is also available in Maven central. to get the snapshot releases, you will need to add the following repository section to your pom.xml:
Release notes for DP4 can be found in the download.Code:<source lang="xml"><repository>
<id>sonatype-snapshots</id>
<name>Sonatype Snapshots</name>
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository></source>
Can someone please provide instructions to import the samples in eclipse?
Thanks
Amit
Is there a final release date set yet?
Hi:
How does one add and run the following code in Eclipse?
gxt-3.0.0-dp4\examples-src
Thanks
Leonid
Just a note to people trying to get this running on GWT 2.4.0. The uibinder-bridge jar provided is looking for the release candidate version of GWT. I had to unjar the files and change the UiBinderGenerator to look for the standard "2.4.0" GWT version string and then repack the jar with the changes.
Brian --
What happens in GWT 2.4 if you don't do this?
It was failing on the GWT compile step in our build scripts.