I am a beginner with GWT and to put a lot of my learning to work, I
have an existing web app that was written using EJB3 (jar) + JSF
(war).
What I am trying to is keep the jar as usual and replace the war using
GWT.
I have a separate lib where I put all the transfer, service interfaces
and query objects for use in the war project. Also as a part of JSF
implementation I use the transfer object in the jsp pages through the
managed beans.
My question how could this be implemented in GWT. The fear/scare is
majorly around the compile-to-javascript for the transfer and query
object.
Ideas please,
Regards.
--
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