Friday, July 20, 2012

Migrating Java Project to GWT

Hi guys,

I am new with Google Web Toolkit, and I have a migration project to start with. It is an application in Java that I have to migrate to web using GWT.

As I am starting with, I am not finding many helpful websites about this topic, and I thought you as more experienced guys could lead me to more helpful sources. 

My first issue is that in the original project I have a JPanel extended class as the container for everything. And in GWT I have a RootPanel that doesn't work/add/get  JPanels, only with Widgets.

Would I have to write everything from scratch in GWT because there is no possible mapping between a JPanel-based project and a Widget-based one?

Or anyone could please let me know where in the web I can find information about mapping between legacy Java systems and new GWT ones?

Thank you for your help!

--
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/-/T_HMgufh1QgJ.
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