rorymurray
Programmer
I am developing a servlet that will be avilable to multiple users to create their own timetable.
I store users classes in an array, then display the timetable array.
My only problem is that when multiple users are using it at once, I need a new instance of the servlet to be created, so the users don't put their classes into the same arrays.
Any pointers?
Thanks
I store users classes in an array, then display the timetable array.
My only problem is that when multiple users are using it at once, I need a new instance of the servlet to be created, so the users don't put their classes into the same arrays.
Any pointers?
Thanks