Hi
I have some JAR file, I need to reference it from GWT Source package. How can I accomplish that? should I create module and inherit it?
Thanks
Hi
I have some JAR file, I need to reference it from GWT Source package. How can I accomplish that? should I create module and inherit it?
Thanks
It's a bit long and complex so I'll put some checks you need to do:
<inherits name='myExtensionFullPath'
/>
If the Jar is not compatible with GWT, then you'll need to have it in your server side and wrap it to be called with GWT-RPC.
Hope it helps.