[jsword-devel] Msg classes
DM Smith
dmsmith555 at gmail.com
Sun Apr 3 07:18:31 MST 2005
Joe Walker wrote:
>
> Yeah, I saw the same and wondered the same.
>
> It all looked like good news, except that you needed to maintain 2
> files rather than one, or use Eclipse based tools to maintain the
> resource files.
We already maintain 2 files Msg.java and Msg.properties. This is really
no different than their solution.
From an interface design perspective, their solution is very similar to
ours.
But, ours has the advantage of type safety. We can say that a message
has to be of type MsgBase. This helps us enforce i18n.
>
> Did you get where the memory savings came from?
>
> Joe.
More information about the jsword-devel
mailing list