Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/veltzer/myworld-pf
Myworld implemented in prime faces
https://github.com/veltzer/myworld-pf
java myworld prime-faces
Last synced: about 1 month ago
JSON representation
Myworld implemented in prime faces
- Host: GitHub
- URL: https://github.com/veltzer/myworld-pf
- Owner: veltzer
- License: gpl-3.0
- Created: 2016-07-06T10:12:36.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-09-11T09:15:34.000Z (4 months ago)
- Last Synced: 2024-09-11T12:30:26.953Z (4 months ago)
- Topics: java, myworld, prime-faces
- Language: HTML
- Homepage: https://github.com/veltzer/myworld-pf
- Size: 116 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Support: support/pluginCustomization.ini
Awesome Lists containing this project
README
# myworld-pf
Myworld implemented in prime facesto compile: mvn compile
to package: mvn package
to run: mvn tomcat:run
to deploy: mvn tomcat7:deploy
- remember to run ~/install/apache-tomcat-XXX beforehand
- deploy does not build, remember to build before.
- deploy does not undeploy, remember to undeploy before.create eclipse project:
mvn eclipse:eclipse