Hi, zujee,

  I have a reflection implement for GWT client code, and it support
get Annotation's value at runtime.

  http://code.google.com/p/gwt-ent/
  The test case:
http://code.google.com/p/gwt-ent/source/browse/trunk/gwtent/test/com/gwtent/client/test/ReflectionTestCase.java

  Hope that helps :)
James

On Nov 26, 5:46 pm, zujee <[EMAIL PROTECTED]> wrote:
> Hi experts,
> I have an interface which extends ImmutableResourceBundle
>
> and inside that
> @Resource("com/MyPath/MyConstants.properties")
>     public abstract TextResource properties();
>
> and its working fine.
> but I need to change the filename after reading the XML file .
> eg:
> <MySettings>
> <PROPERTYFILE TYPE="STRING">MyConstants_C1.properties</PROPERTYFILE>
> </MySettings>
>
> from that I need to set the reosuece path as
> @Resource("com/MyPath/MyConstants_C1.properties") in run time.. is
> that possible?
>
> thanks and regards
> Zujee
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to