Developing a front end for a public website
I was asked to write a front end application that would pull data from the following website.
Atlas of Genetics and Cytogenetics in Oncology and Haematology
Specification is that it the application should be able to send a search term and return details about the query from the website.
I have done some research on HTML parsers and feel that this would be the first step but I am new to java and require some input.
Can someone please point me as to where to begin?