Can you use Java Reflection api in GWT client -


is possible use java reflection api in gwt client side? want use reflections find value of property on javabean. possible?

i've been there , solution indeed use deferred binding , generators. can see use of generators overcome lack of reflection in gwt client here:

http://jpereira.eu/2011/01/30/wheres-my-java-reflection/

hope helps.


Comments

Popular posts from this blog

android - Spacing between the stars of a rating bar? -

html - Instapaper-like algorithm -

c# - How to execute a particular part of code asynchronously in a class -