Another reflection API post

2010-01-28 Thread Daniel Le Clere
beyond me as to why there exists no implementation of the reflection API. Javascript loves to be reflected and is by far at its most efficient when you are making use of it. I am aware that there are a number of third party libraries available and deferred binding partially fills this purpose at c

Reflection API

2010-01-11 Thread Suelmar Zanetti
Gwt doesnt have native support to JAVA reflection API. I found 2 projects that implements reflection API to GWT. http://gwtreflection.sourceforge.net/#textme http://code.google.com/p/gwt-ent/wiki/UseReflection Anyone already used these solutions ? Are there another solutions to lack of