-
Notifications
You must be signed in to change notification settings - Fork 3
Description
Hi, I was able following the video GWT Material #1 - Project Setup and adapting a little bit stuff to use latest 2.0-rc5 version, to set up and run this demo. However what I would like to do is, starting from here, build up a real application. I know you have a lot of examples like gwt-material-demo and gwt-material-patterns but unfortunately I am not able to startup them. If I import them inside eclipse then I don't know how to setup and run them in Eclipse IDE. I receive lots of errors and the build process doesn't work. What I would really like was, starting from this archetype, which represent a basic skeleton, have a tutorial to build a real application with views, presenters, and so on. Just a sort of tutorial to understand how you structured the gwt-material-demo for example. With the menu and main slots concepts, understand how to add views and menu items so that every time you click on a item in the menu, a view is loaded as main content and so on. GWT Material #1 - Project Setup video tutorial and also the others just explain how to build the UI but not how to build the logic of the application. Could you possibly evaluate the possibility to realize a tutorial for this? Thanks.