Originally posted by alberto gonzalez:
Hi There,
First I just want to mention that I am new to the world of servlets.
I am building a Web App and I am using the ServletContext a lot. I just wanted to know if there are any problems when doing this, does it slow the app if you store a lot of objects in the ServletContext or if this Objects are too big (although I am guessing you just store a reference to them). Is it better to create static variables?. I want to know if I am doing things the way they are supposed to be done or basically get some tips on what the best way to do things is.
Thanks