Hi,
Since the user has to navidate through several screens, how to manage the data.
Ex:
Screen 1: (Fill up all the fields)
|
Screen 2: (Fill up some fileds)
|
|
Screen 3: (Fill up some fields)
If its a JSP/Servlet application, we can maintain the data in Http Session and finally save the data when the user pushes SAVE BUTTON in SCREEN 1.
Since this is a Swing based application, I need to save the data in each screen to the database, and when I navigate from Screen 3 to screen 1, I need to read the data from database etc...
I'd like to know if there is any way by which I can maintain the data temporarily and then finally save the data to database.
Thanks,
Suresh Selvaraj