Skip to content

Spring and jsf integration CRUD example (Primefaces)

Notifications You must be signed in to change notification settings

yektas/springJSF-CRUD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

springJSF-CRUD

Spring and jsf integration CRUD example (Primefaces)

Docker Side :

For run the entire stack with docker level you need to know some tricks. I've changed the pom.xml file for the wildfly configuration.

Before you clone the last version of project :

  /dockerize_jsf/project/clone.sh ## for clone the last version of project . (from master branch.)
<configuration>
  <jbossHome>/usr/local/wildfly-8.0.0.Final</jbossHome>
  <hostname>wildfly</hostname>
  <username>admin</username>
  <password>devops#abcder123</password>
</configuration>
 

Copy and paste to the configuration block at above to the project/springJSF-CRUD/pom.xml file.

End of the all .

  docker-compose build 
  docker-compose up 
  

About

Spring and jsf integration CRUD example (Primefaces)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •