Results 1 to 5 of 5
- 07-10-2010, 06:26 PM #1
Member
- Join Date
- Aug 2009
- Posts
- 16
- Rep Power
- 0
- 07-10-2010, 06:31 PM #2
See posting at:
How to retrieve information from website using java - Java
- 07-10-2010, 06:32 PM #3
- Join Date
- Sep 2008
- Location
- Voorschoten, the Netherlands
- Posts
- 11,377
- Blog Entries
- 7
- Rep Power
- 17
- 07-10-2010, 06:34 PM #4
the web site probably does not have an official web services API/
so then I guess creating some kind of HTTP client (e.g. commons-httpclient) to invoke HTTP GET requests to the site with the appropriate URL and parameters to have it display the page you are interested in.
And then having some kind of heuristic to parse and interpret the HTML response you get from that.
- 07-10-2010, 06:34 PM #5
- Join Date
- Sep 2008
- Location
- Voorschoten, the Netherlands
- Posts
- 11,377
- Blog Entries
- 7
- Rep Power
- 17
Similar Threads
-
[Java] getting links from website source
By pietertje in forum New To JavaReplies: 6Last Post: 07-01-2010, 09:36 PM -
Issues with a particular website (Java + forms)
By aromes in forum Advanced JavaReplies: 1Last Post: 04-13-2009, 03:16 AM -
How to download website (Get all link in website)
By finalmem in forum Advanced JavaReplies: 0Last Post: 11-12-2008, 08:43 AM -
Kode Java Website
By wsaryada in forum Reviews / AdvertisingReplies: 4Last Post: 01-18-2008, 09:16 PM -
website java button layout
By abcdefg in forum AWT / SwingReplies: 0Last Post: 12-25-2007, 04:44 PM


LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks