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!