I´ve been working on some small projects using GWT MVP framework + GWT Editors framework. I have Views interfaces with fields declared like:
As suggested in this question GWT - Where should i use code splitting while using places/activities/mappers?, I created an ActivityProxy to nest my activities.
This app attempts to display its 3 views on the main display page, as follows: the AAAView at the \"top of page\"
this is a 10 million dollar question! I am developing with GWT 2.1.1, MVP framework, GIN and deploying on tomcat 6.
I would love to know from anyone who knows how we can keep the a widget in mvp static by putting it in the entry point class.Or is it recommended to include the widget in appcontroller.
I am creating a GWT application using MVP pattern. I have an index page which uses DockLayoutPanel. I have view and presenter for each section of dockLayoutPanel (ex: NorthView and NorthPresenter). I
I have a strange error I created a web application using gin,Presenter and dispatcher and then I successfully deployed in JBoss but when I
In a GWT 2.1+ app, how can I g开发者_StackOverflow中文版enerate a link to a place for external consumption?
I am trying to use the new Data Presentation Widgets (cellTable) Now for a demo I am making, I used the example from here How to use GWT 2.1 Data Presentation Widgets to create a button in a column f
I\'ve implemented a basic GWT app based on on the MVP pattern Google recommends. What I\'m trying to figure out is the best way to store navigation/history state once you fill your application with da