views:

263

answers:

3

Hi,

I'm trying to load the DOM of web pages in my application (running under Google App Engine), using HtmlUnit, HttpUnit or any similar library.

Did anyone manage to do something similar?

Thanks Gilad

A: 

There is a patch being worked on to fill this need, though it's doubtful it will land in the next release(2.8)

antony.trupe
A: 

HtmlUnit 2.8 supports GAE according to the release notes.

Matt H
A: 

hy im also using htmlunit to get DOM of webpages.

heres some of the portion of my code

WebClient wc=new WebClient();

HtmlPage page1= wc.getPage("http://ww.google.com/");

on that line of webclient im getting error while running it locally using google plugin for eclipse

java.net.URLStreamHandler is a restricted class.

Please help

Wether htmlunit is still not supported by google apps ??

usman raza