gwt-mvp
GWT Activity and Editor Framework
I´ve been working on some small projects using GWT MVP framework + GWT Editors framework. I have Views interfaces with fields declared like:[详细]
2023-02-26 08:53 分类:问答GWT RunAsync - Strange behavior in release mode
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.[详细]
2023-02-25 00:58 分类:问答How to I properly use ActivityMapper/ActivityManager in order to position views displayed on a main page layout?
This app attempts to display its 3 views on the main display page, as follows: the AAAView at the \"top of page\"[详细]
2023-02-22 18:20 分类:问答GWT: development mode behaves different from server mode
this is a 10 million dollar question! I am developing with GWT 2.1.1, MVP framework, GIN and deploying on tomcat 6.[详细]
2023-02-22 14:52 分类:问答how u maintain a static menu bar in gwt using mvp framework
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.[详细]
2023-02-21 20:08 分类:问答GWT MVP pattern - change different parts of page on an event
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[详细]
2023-02-20 22:23 分类:问答Issue when trying to Deploy GWT web application in Jboss
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[详细]
2023-02-17 11:33 分类:问答GWT Anchor to Place?
In a GWT 2.1+ app, how can I g开发者_StackOverflow中文版enerate a link to a place for external consumption?[详细]
2023-02-15 16:38 分类:问答Data Presentation Widgets + MVP
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[详细]
2023-02-15 14:46 分类:问答Preserving navigation/history state in GWT with MVP pattern
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[详细]
2023-01-29 12:50 分类:问答