Hi,
I'm new to gwt and I'm making an app with header, left-side navigation bar, a menu on top and a panel where I going to show the content.
The content panel will have a lot of custom widgets, and the user will can move them, so I'm using gwt-dnd library.
How should I desing the UI?
- Should I put menu, navigation bar and content in the same widget? or Should them be different widgets?
- Do the mvp apply just to the container views in the content panel or the custom widgets inside them should use mvp too?
- Any other ideas?
thx a lot!!!!!!