Jsoup with GWT (Make JAR compatible)

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.

+3
source share
2 answers

You can use any java decompiler to extract Java classes and add them to the src folder. Or you can download sources and attach them to the project. Must work.

UPD

  • , .
  • . Java, GWT- (java- > js). .

UPD2

, 4 . .

0

, . JSoup RPC- .

0

All Articles