Hi,
I have a screen where i have 2 input fields. One is TextField where user can enter and the second one is DropDown Box.I have a data which comes from database and once i get it, i display it in the dropdown box, so user can select from the DropDown Box.
The thing is the values which i get from database, i should be able to store in a some persistent state.
Advantage is i don't have to query it again and again and also the other application can also access that data without going to database. I don't want to use Session or any server side storage.
Can anyone help me in storing the values in
java bean or some toher java object and storing in persistence way.
Thanks,
Senthil