How do you make the com.gwtent.client.test.annotations.Id to be
understandable by GWT?



On Thu, Nov 27, 2008 at 6:57 AM, [EMAIL PROTECTED]
<[EMAIL PROTECTED]> wrote:
>
> 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 Google-Web-Toolkit@googlegroups.com
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