Java and web pages

Posted by Filippo on Programmers See other posts from Programmers or by Filippo
Published on 2012-10-05T21:49:55Z Indexed on 2012/10/05 21:52 UTC
Read the original article Hit count: 254

Filed under:
|
|
|

Hello everyone and thank you in advance for the answers. I have a question concerning not how to do something, but with which instruments. Let's say, I want to write a simple application in Java that connects to a news website (e.g. CNN), parses the html document and prints on screen the news. Another example : my application retrieves and prints on screen soccer results from Eurosports.

What do I need to do that? External libraries? Or maybe what I'm looking for is already included in JavaEE? Could this be helpful? >>http://jsoup.org/<<

Thank you everyone again and have a nice day.

© Programmers or respective owner

Related posts about java

Related posts about html