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.
So question is which method is better?
message = Messages.getString("key.one");
or
message = Messages.key_one;
We have to do some work (auto-generation and so on) to implement
second method. But first one we have already have and it works. I
think the game is not worth the candle =)
