aspose file tools
The moose likes Performance and the fly likes ResourceBundle and performance 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 » Performance
Reply Bookmark "ResourceBundle and performance" Watch "ResourceBundle and performance" New topic
Author

ResourceBundle and performance

Mark Webb
Greenhorn

Joined: Aug 31, 2002
Posts: 10
I was wondering what kind of performance hit my program is taking by using ResourceBundles instead of loading the information using the Properties class. I have 5 files that I load using a ResourceBundle, and knowing the the ResouceBundle class uses reflection..etc, there must be some performance degredation versus loading the information into the JVM using the Properties class.
Thanks in advance for the help.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: ResourceBundle and performance
 
Similar Threads
ResourceBundles & Properties
Resource bundle or Properties
properties file using the ResourceBundle class?
Properties
Initizalization parameters for Apache Soap server classes?