2006/7/19, Alexey Petrenko <[EMAIL PROTECTED]>:
2006/7/19, Denis Kishenko <[EMAIL PROTECTED]>: > 2006/7/13, Tim Ellison [EMAIL PROTECTED]: > > > > > > When you load the messages using a ResourceBundle they also get loaded > > all at once though, right? > Ops, you are right. Yes, but do not forget that in "usual method" you just load the ResourceBundle. Otherwise in "new Eclipse method" you also make as many searches in it as many strings you have. So startup time in the second case will significantly bigger for the large ResourceBundles.
Actually loading by Eclipse method can be optimized, but anyway Alexey is right. So old methods are the best methods =)