Tuesday, February 28, 2012

using GWT to simplify a big stack of data transformation

Hi,
I'm trying to simplify the stack of a web application (based on J2EE)
that takes an XML profile from backend convert it in a POJO (with some
XML data binding tool) and then throughout several data
transformations it becomes a view bean and then presented in
JavaScript. The idea is to simplify this stack using XMLBeans to
generate automatically the POJO and using directly this POJO in the
GWT application (without any intermediate transformation). Do you
think is it possible to use this strategy, in particular using a
normal POJO in the GWT application?

Thanks a lot for your help

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

No comments:

Post a Comment