Dear Team,
I am writing a Swing application for my project which gets the user information and saves it in a database and then displays in a JTable.
I thought like, instead of manually updating the data from our client website, why not read the data from the site and update required field in my database and then show in JTable.
our client website contains fileds like ticket no, date, description ...etc . I want to read the data from those fields.
FYI i am writing code in Java SE. Please advise, is there any methods available for doing this.
Thanks in advance