Originally posted by Jeanne Boyarsky:
Alan,
Some databases have a "materialized view." This is a view that stores/caches a copy of the query and is used when the query is expensive. Do you know if you have a materialized view or a regular view?
Originally posted by Gopikrishna Madishetti:
In your case you may have many number of views created and that are accessed by the users a lot.
Originally posted by Chandra Bhatt:
The scenario is bit obscure to me. I doubt if that is anything
to do with using table for viewing the data or using the view.
Originally posted by Ben Souther:
That article is pretty old and out of date.
These days, something like that would be put in a plain old java object that is initialized and bound to scope from a contextListener.
Even still, static methods are not going to be able to access member variables. This is the case whether the class is a servlet or not.
Originally posted by Ben Souther:
Also, you're calling static methods from your servlet's class file from your tag. Why are you doing this?
Originally posted by Velika Srbija:
How?
Originally posted by pravanya Gullapudi:
i know that java.lang is an important package. why it is important?
2) How do you force garbage collection in Java ?