Registry / web-framework / gwtp-mvp-client

gwtp-mvp-client

JSON →
library1.5.3javamavenunverified

Model-View-Presenter framework for GWT applications, providing client-side MVP support.

<dependency> <groupId>com.gwtplatform</groupId> <artifactId>gwtp-mvp-client</artifactId> <version>1.5.3</version> </dependency>
INSTALL
IMPORT
SIG · GWTP-MVP-CLIENT
G
gwtp-mvp-client
web-frameworkjavav1.5.3
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

MvpEntryPoint
com.gwtplatform.mvp.client.MvpEntryPoint

Initialize GWTP MVP framework in a GWT application.

import com.gwtplatform.mvp.client.MvpEntryPoint; import com.google.gwt.core.client.EntryPoint; public class MyApp implements EntryPoint { public void onModuleLoad() { MvpEntryPoint.initialize(); } }
Debug
Known issues
breakingGWTP 1.5.x requires GWT 2.8.x; incompatible with GWT 2.9+.
fix
Use GWTP 1.6+ or downgrade GWT to 2.8.x.
affects: <=1.5.3
Upgrade
Version history
1.5.3latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
10
Resources
gwtp-mvp-client — mvn dependency:get gwtp-mvp-client · libregistry