hjhgitw / crm

Sample to show off new domino-ui features

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

crm

This is a sample UI to show off some of the new domino-ui version capabilities and features. It is not meant to be a real app and does not have any real business logic, data is static and not all navigation items link to a new page.

How to run

  • Build the project mvn clean verify

  • Super Development mode :

In one terminal run mvn tomcat7:run -pl *-server -am -Denv=dev

In another terminal run mvn gwt:codeserver -pl *-client -am

  • For production get the war from the target folder and deploy it to your preferred application server

About

Sample to show off new domino-ui features

License:Apache License 2.0


Languages

Language:Java 94.5%Language:CSS 2.9%Language:HTML 2.6%