Hello,
GWT does'nt accept any kind of external jars unless these jars include
java source files and also gwt.xml modules files so we can inherit theses jars as modules in main gwt application.
isn't this a very limiting factor for GWT framework? what if i want my GWT to call some code in some third party jars that i have no control over? does this means GWT will never accept these jars?
seems very weird to me! if we cannot reuse third party jars what's the usefulness of GWT?
i guess there might be some way to call third party jars in a gwt application but i don't know where this third party jars call should occur in a GWT app? some says in server side code. does this means i need to build some proxy classes under server package of gwt app ?
any clarification about this issue?