eclipse / jnosql

Eclipse JNoSQL is a framework which has the goal to help Java developers to create Jakarta EE applications with NoSQL.
Other
229 stars 72 forks source link

Create Jakarta EE Samples #390

Open dearrudam opened 1 year ago

dearrudam commented 1 year ago

As a:

It's needed to add more code samples to the https://github.com/jnosql/demo-ee repo.

otaviojava commented 1 year ago

Some suggestions:

georgleber commented 1 year ago

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.

otaviojava commented 1 year ago

one by database we already have here: https://github.com/JNOSQL/demos-se

It would be great if we had more integration servers among Jakarta EE techs.

About the templates, I like it!

dearrudam commented 1 year ago

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 :+1:

angelobms commented 8 months ago

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... 👍