Hi All!

I'm developing a little framework like stuff and I need the reflection
API (java.lang.reflect) which isn't part of gwt.

The problem:
I have an object (basically a dto from server) and there is an another
object which contains the grid parameters include the method name as
string, which is have to called to get the data from dto class.

To put simplier way:
DTO from server: known (e.g.: "getFilename")
Method name of DTO (contained in an setup obejct or property file): known
Goal: invoke dto.getFilename() method

In normal case, for this purpose, I use Apache BeanUtils
(http://commons.apache.org/beanutils/).

My questions:
- is there an existing solution for this? (Honestly, I wouldn't like
to invent the wheel again.)
- is there a tutorial for this?

I would like to appreciate your help!

András

-- 
- -
--  Csanyi Andras (Sayusi Ando)  -- http://sayusi.hu --
http://facebook.com/andras.csanyi
--  ""Trust in God and keep your gunpowder dry!" - Cromwell

-- 
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 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to