Re: How to integrate Jsoup in GWT

2013-01-10 Thread Philippe Lhoste
On 09/01/2013 07:48, Kaustav Mukherjee wrote: Can you tell me how to implement the jSoup on the server-side? That is, what to do with jSoup jar file downloaded from the official site so that I can use it in the server side script to scrape web pages? You have put the code using Jsoup, as you

Re: How to integrate Jsoup in GWT

2013-01-08 Thread Kaustav Mukherjee
Can you tell me how to implement the jSoup on the server-side? That is, what to do with jSoup jar file downloaded from the official site so that I can use it in the server side script to scrape web pages? On Saturday, January 5, 2013 12:06:40 AM UTC+5:30, Andy King wrote: It appears that

How to integrate Jsoup in GWT

2013-01-04 Thread Kaustav Mukherjee
https://lh3.googleusercontent.com/-FBzYyCieKgo/UOa6yv16jaI/ANQ/ECOiZQ1G-RY/s1600/gwt1.png I am trying to develop a simple app with *Jsoup*. For that, I have replaced the default code in the *StockWatcher.java* file from GWT with my code, which requires *Jsoup*. I have downloaded the

Re: How to integrate Jsoup in GWT

2013-01-04 Thread Andy King
It appears that Jsoup may be intended for use on the server-side of the application, and yet you are using it on the client side. If you want to use it in the client then you'll have to make the source code available to the GWT compiler, and the source is in the