Hi all, after hacking externalizer
( and using it in my project ) i came with idea 
which could save another piece of coding work. 

So, we processed out static final strings and 
generated message bundles. 
But we still have to type everywhere:

FooBarTranslator.getString(FooBar.BLURGE);

Instead, XRAI could do this at startup time:
inject correct looked up message value into static
field -> it saves typing and eliminates needs for
some resource lookups.

First use could be xdoclet itself.

And I wrote up some though about improvement 
( redesign ) of remote facade - see it under:
XDT-44
regards,

=====
Konstantin Priblouda ( ko5tik )    Freelance Software developer
< http://www.pribluda.de > < play java games -> http://www.yook.de >
< render charts online -> http://www.pribluda.de/povray/ >

__________________________________________________
Do you Yahoo!?
Faith Hill - Exclusive Performances, Videos & More
http://faith.yahoo.com


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to