diff --git a/modules/reference/pages/api/open-liberty-apis.adoc b/modules/reference/pages/api/open-liberty-apis.adoc new file mode 100644 index 0000000000..addc7f5b80 --- /dev/null +++ b/modules/reference/pages/api/open-liberty-apis.adoc @@ -0,0 +1,13 @@ +:page-layout: general-reference +:page-type: general +:page-description: Open Liberty provides a set of APIs that you can use to build, deploy, and manage Java applications. These APIs include features for handling HTTP requests, managing security, implementing RESTful services, and interacting with databases. +:page-categories: Open Liberty APIs +:seo-title: Open Liberty APIs documentation +:seo-description: Open Liberty provides a set of APIs that you can use to build, deploy, and manage Java applications. These APIs include features for handling HTTP requests, managing security, implementing RESTful services, and interacting with databases. + += Open Liberty APIs + +Open Liberty provides additional application programming interfaces (APIs) which extend and complement the Jakarta and MicroProfile APIs. These APIs enable various Liberty capabilities that go beyond the Jakarta and MicrProfile specifications, with a strong focus on security. + + + diff --git a/modules/reference/pages/spi/open-liberty-spis.adoc b/modules/reference/pages/spi/open-liberty-spis.adoc new file mode 100644 index 0000000000..cd956d5315 --- /dev/null +++ b/modules/reference/pages/spi/open-liberty-spis.adoc @@ -0,0 +1,15 @@ +:page-layout: general-reference +:page-type: general +:page-description: Open Liberty SPIs, or Service Provider Interfaces help you to extend and customize the behavior of the Open Liberty application server. +:page-categories: Open Liberty SPIs +:seo-title: Open Liberty SPIs documentation +:seo-description: Open Liberty SPIs, or Service Provider Interfaces help you to extend and customize the behavior of the Open Liberty application server. + += Open Liberty SPIs + +Open Liberty Service Provider Interfaces (SPIs) enable the extension and customization of various runtime capabilities. Using user features, these SPIs promote flexibility and maintainability by enabling developers to add new functions, incorporate extensions, or connect Open Liberty with other systems without altering the core software. + + + + +