GWT Beta Version 1.1 Available
Friday, August 11, 2006
As promised in the last episode (this still counts as early August, right?) , we're happy to report that today is the day! Version 1.1 of GWT is now available. We ended up being able to wrap in a few additional bug fixes and feature requests to hopefully make your development even more productive. So, in addition to the new features we mentioned previously, GWT 1.1 also includes:
- Automatic resource injection
Modules can contain references to external JavaScript and CSS files, causing them to be automatically loaded when the module itself is loaded. gwt-servlet.jar
Deploy this jar to add RPC to your servlet-based webapps without having to manually crack opengwt-user.jar
to remove the servlet API classes.- Javadoc-style API documentation
By popular demand :-) - An automatic mechanism to stop the browser from caching the
.nocache.html
file for your module.