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.

So question is which method is better?

message = Messages.getString("key.one");

or

message = Messages.key_one;
First of all you should define "better" for this case :)
I've tried to express my vision in the previous email.

SY, Alexey

--
Alexey A. Petrenko
Intel Middleware Products Division

---------------------------------------------------------------------
Terms of use : http://incubator.apache.org/harmony/mailing.html
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to