How can i get the the data come from severlet?

A

Adam Jiang

Hi,
That's the suituation.
There's a website using servlet to provide some information i need. I
can only get the html they provide for me. Their data will be update
every minite, but i can not stare at it and push "reload" button to get
the new data.
How can i get the data using a Java class from the website
automatically per minite without do the tedious work above.
Any idea?
 
A

Adam Jiang

Thanks Philipp, I am sorry about my poor english :)
I mean i want get the data from a website periodically by a program
without refresh it again and again.
 
P

Philipp Leitner

Still not sure what you're trying to say :)

The "website" that you are referring to ... is this YOUR website, i.e.
the output of your servlet? Or is this some kind of third party website
that you periodically want to crawl? In that case, what "data" do you
want to get from the website?

/philipp
 
O

Oliver Wong

Adam Jiang said:
Hi,
That's the suituation.
There's a website using servlet to provide some information i need. I
can only get the html they provide for me. Their data will be update
every minite, but i can not stare at it and push "reload" button to get
the new data.
How can i get the data using a Java class from the website
automatically per minite without do the tedious work above.
Any idea?

How is your Java class getting the data?

- Oliver
 

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
473,774
Messages
2,569,598
Members
45,152
Latest member
LorettaGur
Top