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)
(MP Starter with JPA)
Line 6: Line 6:
 
* Open Liberty
 
* Open Liberty
 
** [https://openliberty.io/guides/jpa-intro.html Guide] on using JPA with 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

Revision as of 02:05, 16 June 2020

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