Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 MorphiaLazyDataModel

You 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```