How to store and retrieve object of a swing component in database, java

Posted by Sunil Kumar Sahoo on Stack Overflow See other posts from Stack Overflow or by Sunil Kumar Sahoo
Published on 2010-04-12T14:57:52Z Indexed on 2010/04/12 16:03 UTC
Read the original article Hit count: 461

Filed under:
|
|

Hi I have written a small java program based on swing application. Now I want to store the object of my swing application (jframe) in database and I want to retrieve the same from database when its necessary. during retrieve i want to get the same object. I am using sqlite as database

How to achieve this functionality

Thanks Sunil Kumar Sahoo

© Stack Overflow or respective owner

Related posts about java

Related posts about swing