Re: ANNOUNCE: HtmlUnit 2.3 now supports GWT 1.5

2008-11-24 Thread bmihura

I'd like to know how to use HtmlUnit in GWT. I'm completely new to
GWT, so I'm probably missing something very basic.

I took a guess by downloading the latest "htmlunit-2.3.zip", and then
copying all of its .jar files into GWT's root directory where its
other .jar files are. Then I tried the line

import com.gargoylesoftware.htmlunit.WebClient

in one of my existing .java files which otherwise works perfectly. A
little red error flag shows up (in Eclipse) that says "The import
com.gargoylesoftware cannot be resolved."

How do I make my .java file link to that HtmlUnit code?

Bruce

On Sep 30, 5:59 am, Ahmed Ashour <[EMAIL PROTECTED]> wrote:
> Dear all,
>
> It is a pleasure to announce thatHtmlUnit2.3 is released, and GWT
> support is one of its main points.
>
> The other additions:
>     - Better generics: which eliminates casting for the most commonly
> used 'get' methods.
>     - Add Firefox 3 support, and making Internet Explorer 7 the
> default browser.
>     - Various bug fixes, the change log resides 
> inhttp://htmlunit.sourceforge.net/changes-report.html#a2.3
>
> Awaiting your feedback on your live GWT projects.
>
> Yours,
> Ahmed
--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



making a programmatic browser

2008-11-23 Thread bmihura

How do I make a programmatic browser that can interact with an
arbitrary website? I want it to act like a person would; it should
enter text, select menu items, click checkboxes, then push buttons
that post that information.

For example, I’d like to programmatically check a few shopping
websites like Ebay and CraigsList every day for rare items, and
automatically get an email whenever one of these items shows up.

--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---