Hi,
I want to develop an application that returns information about a given input website.
As an example, if a user input a given website address to it, it needs to return information about that website.
Let's say that that the user enters
www.google.com, in this case the application has to return some brief information about google.
Now the question is : Is that possible doing it with
java, so i can open a socket on the site and read some given information ?
Are there any methodologies that let me do so ?
Thanks in advance ...