gwt-mvp Questions

6

I am using the GWT Activities and Places framework to structure my application and it is turning out nicely. One thing that annoys me though is that the ActivityMapper implementation is (1) receivi...
Fairchild asked 27/4, 2011 at 10:39

8

Solved

What is your favorite GWT MVP Framework, and the reason behind your choice? Mvp4g GWTP GWT 2.1 Built in gwt-mpv gwt-pectin guit Other platform (please provide link) Own solution (with boile...
Qulllon asked 9/12, 2010 at 14:21

4

I am searching GWT Design to setup project. I could use MVP(GWTP) or JBoss Errai. I haven't decided yet. Is there anyone who experienced in one of these? You can give advantages and disadvantage...
Cadaverine asked 13/9, 2010 at 10:36

2

Solved

Following the documentation on places & activities + MVP, for each page I have to create: a place an activity a tokenizer (I have to implement the tokenizing logic) an interface for the prese...
Seline asked 8/8, 2013 at 12:22

2

On an existing project we’re using MVP (hand crafted) reasonably well. It’s understood and does mostly what we need. For a new project I'm looking at using the MVP framework built into GWT 2....
Lowther asked 2/2, 2011 at 14:9

3

Solved

What is the best practise to update Activity state on Place change? Imagine you have an activity with view that displays list of categories and list of items in the category. If different category ...
Thermomotor asked 22/8, 2012 at 12:26

4

In a GWT 2.1+ app, how can I generate a link to a place for external consumption? For instance, say I want to create a link to Place1. For internal consumption I could do presenter.goTo(new Place1...
Purplish asked 8/3, 2011 at 6:56

2

Solved

I am using GWT MVP and UiBinder to create an app with a DockLayoutPanel. I want the north and south docks to be static, containing buttons and links. I want to have dynamic views in the center and ...
Fry asked 23/11, 2011 at 15:33

1

Solved

I have a GWT App and I am using GWT MVP with Places / Activities. My application layout is something like MENU | CONTENT The Menu and the Content displays will change dynamically and one changes...
Buonarroti asked 4/5, 2011 at 6:55

2

Solved

I'm starting to develop a large GWT application, and after reading a lot of articles and blog posts, I'm trying to understand what is the difference between the 2.2 Model-View-Presenter and the 2.1...
Labanna asked 17/3, 2011 at 16:30

2

Solved

I just read this article and it did confuse me a lot. Secondly, this model allows us to minimize our use of GWTTestCase, which relies on the presence of a browser, and, for the bulk of our code...
Cretic asked 6/3, 2011 at 16:50

1

Solved

How does it work? I see no tags defined for example to add a CellTable in a UiBinder.ui.xml file, like The documentation is sparse on this. So if it doesnt work, where should I put the cell wid...
Simeon asked 15/11, 2010 at 15:18

3

Solved

I am doing my first steps with GWT. I have a question after reading: Large scale application development and MVP Large scale application development and MVP - Part II In the first example the P...
Mismate asked 22/7, 2010 at 12:56

3

Solved

A question for all the GWT gurus out there. I'm a newbie in GWT and am trying to understand the best practices of coding a GWT application. I have gone through "Large scale application developmen...
Sporades asked 31/5, 2010 at 10:55

2

I'm just learning GWT so I'm still trying to sort out all of its quirks and features. I'm reading through the example they give illustrating the MVP pattern, and I pretty much get it, except I'm wo...
Peshawar asked 1/4, 2010 at 14:30
1

© 2022 - 2024 — McMap. All rights reserved.