cyChop / labs--gwt-experiments

A repository for various experiments using GWT. Most projects will be only samples, not fully developed applications.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gwt-experiments

Purpose of the repository

This repository contains several experiments around GWT. Each experiment will be available in a separate branch.

To see the content of a project, please see the related branch.

License

Unless otherwise specified, this repository's content is licensed under the Apache License v2.0

Hello Maven

This project is a conversion from Eclipse's GWT plugin's sample project to a Maven project. It thus provides the basics for creating a GWT project using Maven. More instructions and explanations can be found on my blog.

The useful commands on this project are:

  • Run in hosted mode:

    mvn compile war:exploded gwt:run

  • Compile a deployable war:

    mvn package or mvn install


Cyrille Chopelet (cyChop) - June, 2012

About

A repository for various experiments using GWT. Most projects will be only samples, not fully developed applications.


Languages

Language:Java 100.0%