Skip to content

chkal/jax14-jsf-gwt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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