my current web applicatin has to be filled with application scope variables, what is the best way to handle it. Is it possible to place a bean or serialsed bean on the context(application scope) ... every operation is based on application variable only so there will be lot of data changes in it...
eg i want to store all the user who are login and using the web application , and many such details ...
everything i want to store in the application scope instead of cookies or sesssion.
Can anyone tell me best practise for it?
i want to store in a place like
servlet context....