Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chkal/jax14-jsf-gwt
http://jax.de/2014/sessions/jsf-vs-gwt-jsf-und-gwt
https://github.com/chkal/jax14-jsf-gwt
Last synced: about 6 hours ago
JSON representation
http://jax.de/2014/sessions/jsf-vs-gwt-jsf-und-gwt
- Host: GitHub
- URL: https://github.com/chkal/jax14-jsf-gwt
- Owner: chkal
- Created: 2014-05-13T15:29:41.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-05-13T16:09:59.000Z (over 10 years ago)
- Last Synced: 2024-05-01T19:34:03.578Z (7 months ago)
- Language: Java
- Size: 453 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JSF + GWT integration example
http://jax.de/2014/sessions/jsf-vs-gwt-jsf-und-gwt
## App1: helloworld
To run the application with embedded Tomcat 7.0:
mvn tomcat7:run-war
To start the GWT CodeServer:
mvn gwt:run-codeserver
## App1: bms
Deploy the application to a JEE7 compatible app server (like Wildfly).
To start the GWT CodeServer:
mvn gwt:run-codeserver