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 part of the JRE is defined
here: http://code.google.com/webtoolkit/doc/latest/RefJreEmulation.html

If (b) can't be satisfied and you want  anyway to stick to those libs,
you have to use GWTRPC to make requests from your client to those
libraries hosted on the server and then use RPC back for the results.

The other way is to fork the libraries (if licence permits) to adapt
them to the GWT emulation if possible.

regards

didier

On Dec 10, 11:44 pm, zixzigma <[email protected]> wrote:
> 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 Libraries/jars.
>
> is it possible ?
> do they work ?

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to