Im building an application to store and manage Student Marks and Im gonna use Java Persistence (JPA) to do the Database work for me. So Ill be retrieving the data from the database into Objects. And then Ill want to display the Data in the objects as a JTable. And I need support for auto Updating. Like when an user updates a data in the table, then the corresponding object must get modified.
And can anyone suggest a system that would Exactly mimic Datagrid in .NEt. Like, when you press a "New entry" button, a new row will be created and users can enter data into it. Can anyone please help me??