Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/newk5/primefaces-morphia-samples
Code samples of morphia+primefaces
https://github.com/newk5/primefaces-morphia-samples
Last synced: about 1 month ago
JSON representation
Code samples of morphia+primefaces
- Host: GitHub
- URL: https://github.com/newk5/primefaces-morphia-samples
- Owner: newk5
- Created: 2021-12-17T05:30:30.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2021-12-19T00:07:55.000Z (about 3 years ago)
- Last Synced: 2024-10-31T17:44:31.519Z (3 months ago)
- Language: Java
- Size: 66.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Primefaces-morphia-samples
Contains a few samples of how to use morphia in combination with primefaces, for now only has an example of how to use a generic MorphiaLazyDataModelYou can run this with ```mvnw quarkus:dev``` or if you're using netbeans, right click the project--->Run maven--->RUN.
Keep in mind, this demo expects you to have a local mongodb instace running on port 27017 without authentication configured. If you want to use authentication, please configure the connection in ```AppBean.java```