Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "MicroProfile/Learning Resources/MP Starter Additional Resources"

(MP Starter with JPA)
m
 
(2 intermediate revisions by 2 users not shown)
Line 3: Line 3:
 
===[[/MP Starter with JPA | MP Starter with JPA ]]===
 
===[[/MP Starter with JPA | MP Starter with JPA ]]===
 
This section will list how to expand MP Start to plug in relational database such as MySQL, PostgreSQL, etc.
 
This section will list how to expand MP Start to plug in relational database such as MySQL, PostgreSQL, etc.
 +
 +
* Open Liberty
 +
** [https://openliberty.io/guides/jpa-intro.html Guide] on using JPA with Open Liberty
 +
 +
* Payara Micro
 +
** [https://docs.payara.fish/community/docs/5.2020.2/documentation/user-guides/starter-with-jpa.html Guide] on using JPA with Payara Micro
 +
 +
[[Category:MicroProfile]]

Latest revision as of 15:09, 25 January 2024

Extending MP Starter with other Technologies

MP Starter with JPA

This section will list how to expand MP Start to plug in relational database such as MySQL, PostgreSQL, etc.

  • Open Liberty
    • Guide on using JPA with Open Liberty
  • Payara Micro
    • Guide on using JPA with Payara Micro

Back to the top