I want to use Jsoup as an external JAR with GWT on the client side. But Jjoup is not intended for GWT. (no .gwt.xml).
I will need to pack the Java files along with the class files and the .gwt.xml file in order to be able to use it as a module and inherit it in GWT.
But I do not know how to do this.
Link: Jsoup - http://jsoup.org/
thank
EDIT: My application has only a client side. No server side.
source
share