Calling a method for application scope

I have a method that initializes a hashtable.

That method should be called once when my web app starts, I need to load that hashtable into memory so whenever a user needs a value from that hashtable, it readily access the hashtable and doesn't load it everytime it is called. How do I do that?

[308 byte] By [pauster007a] at [2007-11-27 6:34:25]
# 1
Just put it in the application scope in the faces-config.xml?
BalusCa at 2007-7-12 18:00:48 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...