Skip to content
This repository has been archived by the owner on Feb 23, 2020. It is now read-only.

Latest commit

 

History

History

gwt-mt-widgets-spring-gwtp

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

gwt-mt-widgets-spring-gwtp

A set of widgets and handlers for gwt applications using gwt-bean-validators - REST calls based on restygwt

Maven integraten

The dependency itself for GWT-Projects:

    <dependency>
      <groupId>de.knightsoft-net</groupId>
      <artifactId>gwt-mt-widgets-spring-gwtp</artifactId>
      <version>0.55.3</version>
    </dependency>

GWT Integration

What you still have to do, inherit GwtMtWidgets into your project .gwt.xml file:

<inherits name="de.knightsoftnet.mtwidgets.GwtMtWidgetsSpringGwtp" />