Friday, April 29, 2011

Re: Web page and Html parsing

If You are totally novice try gwtquery, on gwt side try ex:
NodeList<Node> nodes =
Document.get().getElementById(containerId).getChildNodes();
On Apr 28, 11:48 am, fillky <filca...@gmail.com> wrote:
> what is the best way to connect to any web page and parse data from it
> in GWT?? Please give some advice like trusted gwt api, classes. Thanks

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.

No comments:

Post a Comment