Hi
I have an application based on eclipse GEF, and am trying to build one based on GWT which has the same functionality.
I am a new user , so please excuse me if this is a very basic question
We have a a lot of existing java code, and libraries which need to be used.
It does appears that the GWT compiler does look for a module definition , if any code from those libraries can be used.
My question is
- Would i need to change the existing jars, to add a module definition to each of them ?
- DOes the GWT compiler need the actual source code too for each of these.
If that is indeed the case, it might make the porting of an existing application to GWT difficult.
Any pointers are appreciated
Best Regards
Ani