GWTP
GWTP copied to clipboard
A complete model-view-presenter framework to simplify your next GWT project.
It's been like that for a couple of months at least. Sorry for being imprecise. 
Upgrade com.google.gwt : 2.8.0 -> 2.9.0 and uplift other dependency versions as necessary to be in synch with transitive dependency versions resolved through gwt:2.9.0.
Is there any sample to using [ltgt maven plugin](https://tbroyer.github.io/gwt-maven-plugin/)?
Is it possible to have multiple unauthorized places? Either by overriding the method that reveals the unauthorized place, or overriding a reveal method in the Gatekeeper itself? An annotation parameter...
Hi, We are working on a large scale application using GWT/GWTP. However, we are not very sure if we should continue with it, given the fact that the GWTP repository...
Running SuperDevMode for a GWTP app using GWT 2.8.0-rc1 throws a `java.lang.NoSuchMethodError` due to conflicting Servlet APIs: The Jetty web server bundled with 2.8.0-rc1 depends on 3.1.0 whereas GWTP still...
Currently the GWTP RPC CSRF protection framework works by (assuming `JSESSIONID` is not used): 1. a filter issues a random cookie with a specified name 2. on the client side...
I'm having an issue where I pass the PlaceManager from an inhered Presenter's constructor to it's super abstract Presenter constructor. Calls to revealPlace work from the inhered Presenter but not...
GWTP uses [Formfactors](http://dev.arcbees.com/gwtp/advanced/index.html) to support multiple targets like; - Desktop - Web Mobile - Tablet Next to multiple targets, i want to support multiple Desktop versions of my project by...
Is it still possible to use this tool https://github.com/ArcBees/gwtp-extensions/tree/master/gwtp-type-slot-upgrader to upgrade the slots related code and remove the warnings, when migrating from 1.4 to 1.6 ? I have tried it...