hi,
i have a 2-tier non managed standalone application which does update,insert and read for a auction database.
How do i get hibernate (if possible) to query the database at certain intervals and return the latest data from the database ?
It is a multiuser system, so different users could be using a screen, eg., for updating the auction details while others are inserting other auction details on a java JFC Swing JTable auction screen. I want it to be able to update the screen automatically when new data is available without the user having to reinitialise the screen.
Is there any way to do it ? I am new to both HIbernate and JFC so ..., not sure where this problem really sits. Thanks for your patience.
regards
tony
|