aspose file tools
The moose likes Servlets and the fly likes Accessing Servlet Context Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Servlets
Reply Bookmark "Accessing Servlet Context " Watch "Accessing Servlet Context " New topic
Author

Accessing Servlet Context

Ratheesh Narayanan
Ranch Hand

Joined: Oct 30, 2004
Posts: 38
Hi,

How costly is it, to retrive a string data from ServletContext on every request?

I have a RequestListener which will retrive two string values from a ServletContext on every request and data in these strings will be same across all the requests, it doesn't change. What would you suggest? Write a raw code to fetch out the strings on every request or a wrapper data object which maintain the strings once its initialized?

Thanks in advance!
Ratheesh


SCJP 1.4 & SCBCD 1.5
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35237
    
    7
Is there any particular reason you can't store the values in static fields in the listener object?


Android appsImageJ pluginsJava web charts
Ratheesh Narayanan
Ranch Hand

Joined: Oct 30, 2004
Posts: 38
Yes, it's a good decision!

Even I was thinking of maintaining this in a static field, but it was not primary solution for me, till I see your reply. You made me to re-think.

Thanks a lot!
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Accessing Servlet Context
 
Similar Threads
First/Previous/Next/Last Page
encoded string reading from problem database /itext -very urgent
servletconfig object
Problem Using ScheduledThreadPoolExecutor
First/Previous/Next/Last Page