My favorites | Sign in
Google
                
Search
for
Updated Aug 28, 2008 by galgwt.reviews
DevGuideInterop  
Integrate your GWT applications with handwritten or third-party !JavaScript using JavaScript Native Interface (JSNI)

Interoperability

Often, you will need to integrate GWT with existing handwritten JavaScript or with a third-party JavaScript library. Occasionally you may need to access low-level browser functionality not exposed by the GWT class API's. The JavaScript Native Interface (JSNI) feature of GWT can solve both of these problems by allowing you to integrate JavaScript directly into your application's Java source code.

Specifics

JavaScript Native Interface (JSNI) Mix handwritten JavaScript into your Java source code.


Sign in to add a comment