tazammal iqbal

Greenhorn
+ Follow
since Oct 01, 2014
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by tazammal iqbal


If user request for any other report, above steps are repeating again to populate filter page, which is obviously not a good design as connecting to database again and again is very expensive. So, I have decided to change the design.

I have decided to use OSCache to cache the filter values (Bean objects) at server (user�s session). So that, if user would go to see another report then a filter page with cached filter values will be presented to him/her. In this way we are not going to hit the database server again until user�s session expired.




______________________
iqbal
9 years ago

I'm not sure what you mean by running installing a webstart application or not. Are you referring to creating shortcuts or working offline?

The only "are you sure" I can think of offhand has to do with a program that wants all-permissions and is either not signed or the user has not yet accepted to trust the signed code. Exact wording can help with the search for the cause of the problem





________________________
iqbal
9 years ago
I want to create a new instance of a Java model class for each new request coming to a servlet.
How to do that without doing that in doGet() or doPost().











_______________
iqbal
9 years ago