Re: what's ReflectionHelper.loadClass(String) does?

2012-11-08 Thread Ben St. Pierre
It's used by dev mode to load classes dynamically.  GWT production code 
would be unable to use this.

On Monday, October 3, 2011 12:27:07 PM UTC-6, Elhanan wrote:

 hi.. it seems there is some sort of partial reflection support in gwt, but 
 can i use it? is it the same as class.forname?


-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/Zf7sB34ldO0J.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



what's ReflectionHelper.loadClass(String) does?

2011-10-03 Thread Elhanan
hi.. it seems there is some sort of partial reflection support in gwt, but 
can i use it? is it the same as class.forname?

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/gKu9qoevNaIJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.