-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create Jakarta EE Samples #390
Comments
Some suggestions:
|
Do you want to create samples per suggestion and Jakarta EE compatible application server? Or should there be one example project showing different aspects/use cases how to use JNoSQL with an underlying database? IMHO it is important to have comparable code. In the demo-ee project, the projects/code is different per submodule. And if there is one "template" project, it could be migrated to the different application servers. |
one by database we already have here: It would be great if we had more integration servers among Jakarta EE techs. About the templates, I like it! |
It's possible to manage more than one different application server per Maven profile, then we could reuse the same code base with many Jakarta EE specs together with JNoSQL. Of course, as much specs are put to work together more complex the sample will become! But, feel free to contribute with this repo, @GeorgHenkel 👍 |
Following @otaviojava 's suggestion, I can contribute by implementing example code using JNoSQL with JSF to add to the https://github.com/jnosql/demo-ee repository. Starting work... 👍 |
As a:
It's needed to add more code samples to the https://github.com/jnosql/demo-ee repo.
The text was updated successfully, but these errors were encountered: