File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Sockets and Internet Protocols and the fly likes browser less surfing Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Sockets and Internet Protocols
Reply Bookmark "browser less surfing" Watch "browser less surfing" New topic
Author

browser less surfing

Sahil Sharma
Ranch Hand

Joined: Aug 27, 2003
Posts: 152
hi

i have a requirement where in i have to navigate through a website using a java program and read the conent from a table displayed on the third or fourth jsp page.

I am able to connect a website and login as well using HttpURLConnection. but not sure how to traverse to the 2nd or 3rd page.

Is there any api available for this?

thanks.
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35253
    
    7
Yes, there is. Both HtmlUnit and jWebUnit (which uses HtmlUNit underneath) make it real easy to browse web sites programmatically.


Android appsImageJ pluginsJava web charts
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: browser less surfing
 
Similar Threads
Proxy settings problem
Dynamic mobile website
is there any way besides cookie to keep user info?
Designing Website using Apache HTTPD
redirecting or forwarding to another website