Hi,
a) You need the source code so that GWT can translate it to JS ->
should be no issue for open source libraries
b) Those libraries have to restrict themselves to classes and methods
of those classesemulated by GWT -> that's probably gonna be hard to
respect for rich libraries. The emulated p
is it possible to use third party Java utility libraries, such as
-Guava
-Apache Commons/CommonBeanUtils
-Data Structure Algorithm libraries (for Graph/Tree algorithms:eg.
JUNG)
in GWT ?
I know that if they use Reflection it cannot be used,
but for the ones I mentioned,
and in general Utility