Sample web applications to demonstrate WComponents and provide "starter" projects
A live demo of the sample applications are available at the following links:
If you wish to build the samples you will need Apache Maven installed. Minimum requirements are Maven 3.2.2
and Java 7
.
Follow these commands to fetch the sample source, build and run:
git clone https://github.com/bordertech/wcomponents-samples.git
(first time only)cd wcomponents-samples
mvn install
- Change to the sample's
war module
directory you wish to run (egcd client-app-sample/client-war
) mvn jetty:run
- Access sample at http://localhost:8080/app