Search code examples
javagoogle-app-enginehtmlunit

Using HtmlUnit/HttpUnit under GAE


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?


Solution

  • HtmlUnit 2.8 supports GAE according to the release notes.