Hi All,
I'm new to smartgwt, great framework.
Is there a utility class to convert Record to POJO and vice versa ?
I thought about writing one by myself but I'm unable to add the Java reflection classes.
My server side is managed by spring and my RPC send/retrieve pojos and it would be nice if I will be able to automatically convert them into Record in order to populate my ui components.
Thanks in advance
Dekel
I'm new to smartgwt, great framework.
Is there a utility class to convert Record to POJO and vice versa ?
I thought about writing one by myself but I'm unable to add the Java reflection classes.
My server side is managed by spring and my RPC send/retrieve pojos and it would be nice if I will be able to automatically convert them into Record in order to populate my ui components.
Thanks in advance
Dekel
Comment