How can I add a JavaScript library to a GWT project and call its functions from the java code?
I want to use node-uuid.
Asked
Active
Viewed 119 times
1 Answers
1
Wrap the library's function calls in GWT using JS Overlay Types. Then use the resulting Java calls conveniently and with full IDE support.

Boris Brudnoy
- 2,405
- 18
- 28