My favorites | Sign in
Google
                
Search
for
Updated Nov 12, 2008 by jaime...@google.com
ReleaseNotes_1_5_Misc  
Miscellaneous Features & Improvements

Miscellaneous Features & Improvements

The GWT class has two new convenience methods

Call Java constructors from JSNI code

Java constructors can now be called directly from JSNI via the ::new method reference.

Access underlying JS object when catching a JavaScriptException

The JavaScriptException class has been improved to provide access to the underlying JS object when catching the exception.

Improvements or changes in usage to JRE classes

Improvements to JUnit Testing and Benchmark components

Application creator now creates a default css file

If your application's name is MyApp, then the default css file will be named MyApp.css.

Binary only annotations can be used in translatable source

Of course, this is in addition to source-only annotations.

Generators Improvements

New
<rename-to>
module XML tag

The module XML file now supports an optional attribute "rename-to" which will change the name of the module produced by the compiler. This allows you to do such things as create drop-in replacements for your module by creating various working modules that can be renamed to your standard module name.

Updated Locale-specific components for standards compliance

Zero-config Lightweight Performance Metrics

Design document can be found here.

  • Provides data about the bootstrap process and RPC subsystem in code paths where user code cannot be added.
  • Supports multiple modules on the same page.
  • Incurs negligible overhead when no statistics collector function is defined.
  • Minimizes observer effects by allowing for data aggregation to be performed in post-processing.
  • Extensible: Users can follow the pattern to instrument their own code with custom metric events.


Sign in to add a comment