-
28 Mar 2012 1:13 PM #1
Ext GWT 3.0 Release Candidate is now available
Ext GWT 3.0 Release Candidate is now available
Ext GWT 3.0 Release Candidate is now available
This release candidate build is the culmination of our series of beta builds. The release candidate includes a host of features, enhancements, and bug fixes. We've made many changes to solidify this release, and many of these changes were driven by discussions with the community here in the forums. Here are a few highlights:
- A new Desktop Example showing off customization of Ext GWT 3.0 components
- Generics updates to better support covariance and contravariance
- Documentation refresh
- API naming consistency updates
- Layout performance improvements
- CellComponent redraw optimizations
- Improved chart resize logic
- And over 140 bug fixes
Your feedback has been invaluable to us throughout the betas, and now we're eager to hear from you as you try out this release candidate build. We welcome your continued feedback and discussion here on the Ext GWT Community Forums. Remember that the bugs forum is the fastest way to bring a problem to the attention of our engineers and is our preferred way of receiving bug reports from you.
Upgrading to the release candidate
Manual upgrade: As before, we have a zip archive available for download.

Maven: In your POM, update your dependency to version 3.0.0-rc.
Thanks for all your interest and involvement throughout the development of Ext GWT 3.0. We can't wait to finish up Ext GWT 3.0 so you can start using it to build the next generation of web applications.Edmund Leung
Sencha Product Management
-
28 Mar 2012 10:56 PM #2
Some of the feature we finished informally.
Some of the feature we finished informally.
We really should wait for you guys, anyway thanks for the efforts
孩儿他爹
-
29 Mar 2012 1:02 AM #3
The Maven dependency isn't available yet?
-
29 Mar 2012 5:56 AM #4
-
29 Mar 2012 12:11 PM #5
-
30 Mar 2012 12:31 AM #6
Strange... I just replaced -beta4 with -rc (previously, we just changed -beta3 to -beta4 and it worked) but I get a "Failed to resolve artifact" message, missing "com.sencha.gxt:gxt:jar:3.0.0-rc", trying "central" (repo1.maven.org/maven2) among others.
I do see the page you link to, so I don't understand (but I have little Maven experience...).
-
30 Mar 2012 1:34 AM #7
It takes some time to get to Maven central. I use nexus and added Sonatype releases to nexus but you could put it in your pom.xml as a repo for the time being:
<repository>
<id>sonatype-releases</id>
<name>Sonatype Releases</name>
<url>https://oss.sonatype.org/content/repositories/releases/</url>
</repository>Last edited by sblommers; 30 Mar 2012 at 1:38 AM. Reason: pom data error fix
-
3 Apr 2012 3:57 PM #8
Code:mvn install:install-file -DgroupId=com.sencha.gxt -DartifactId=gxt -Dversion=3.0.0-rc -Dpackaging=jar -Dfile=gxt-3.0.0-rc.jar -DgeneratePom=true


Reply With Quote