JAVASCRIPT » Open Source Scripts and Programs

  Delicious Bookmark this on Delicious Share on Facebook SlashdotSlashdot It! Digg! Digg

gwt-reflection


GWT Reflection is a small framework which gives you the ability to use the reflection API on the client side of an application. Google Web Toolkit obfuscates JavaScript so it is not readable for an application at execution time. So it is hard to use any kind of reflection on the browser side of an application. To make JavaScript reflectable, some helpers were created that can memorize class descriptions at compilation time. This description will later (at runtime) help to manipulate classes, even after obfuscation.

Free   Version: n/a   Platform(s): All   Updated:  August 24, 2008

Developer:rafal malinowski Demo Download  
Rated by: 3 user(s)  
Follow Navioo On Twitter

Submit a resource