Questions tagged [gwt-mvp]

This is an implementation of the Model-View-Presenter pattern for GWT.

This is an implementation of the Model-View-Presenter pattern for GWT (Google Web Toolkit) based on the "GWT App Architecture Best Practices - Ray Ryan" GWT Model-View-Presenter is a design pattern for large scale application development. Being derived from MVC, it divides between view and logic and helps to create well-structured, easily testable code

124 questions
0
votes
1 answer

Where to place SignIn logic when using GWT MVP

I'm developing another GWT application, but this time I'm using GWT's MVP Activity, Place, etc. classes. My question is about the placement of "Are they signed in yet" check. When a user enters the site using a link that contains the "dashboard"…
-1
votes
1 answer

How to determine to use cached activity in GWT MVP?

I have a GWT application with MVP pattern. I have two views in a page. Filter and Result view. When I choose any filter, I am calling goto() to go to the current place. This functionally works fine. But it rewrites a Filter view also. I dont want…
Sree
  • 921
  • 2
  • 12
  • 31
-2
votes
1 answer

How Build GWT Application using MVP

I have great experience in programming by using java and other languages. I need anyone who has great experience in using GWT with MVP to explain how to build GWT Application using MVP: View package : explain what should be in view class. Client…
Moe
  • 197
  • 6
-4
votes
2 answers

Find the token in GWT

Interestingly one of the developer of application is on leave and there is no way I can reach him. We have a GWT application and we are trying to load a page temporarily with passing a token to a place. But since he has forgotten to document the URL…
Sam
  • 2,352
  • 4
  • 32
  • 45
1 2 3
8
9