i'm just learning GWT MVP
design pattern for weeks. now, i'd like to use this design pattern on a large web application. this application is a web ordering system wherein it has a login page and a main page. in the main page, it has buttons and a TabLayoutPanel
wherein each tab contains the web ordering step - Tab1: select item(s) Tab2: view cart Tab3: post order.
Each tab has lots of widgets that manipulates the ordering process. now, i need to ask your idea on