0

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.

kroiz
  • 1,722
  • 1
  • 27
  • 43

1 Answers1

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