offline resource use api

T

transkawa

any java api for writing an app that explores and downloads websites for
offline viewing or a network document object downloading api? Sorry if am
being simplistic.
 
R

Rex

transkawa said:
any java api for writing an app that explores and downloads websites for
offline viewing or a network document object downloading api? Sorry if am
being simplistic.
There's HttpClient made by the Apache Foundation(find it on
www.apache.org)- it abstracts all operations you might perform with the
HTTP protocol.
You could use that to download the web pages..don't know of anything
more specific to your requirement.
 
R

Roedy Green

any java api for writing an app that explores and downloads websites for
offline viewing or a network document object downloading api? Sorry if am
being simplistic.

I think you will find http://mindprod.com/products1.html#HTTP
will give you the basic tools for screenscraping.

The download utility will download to a file given a URL. You can then
process it from there. It is included in:

http://mindprod.com/products1.html#FILETRANSFER


see http://mindprod.com/jgloss/screenscraping.html#WEB
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,431
Messages
2,571,677
Members
48,796
Latest member
Greg L.

Latest Threads

Top