Skip to content
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

6802 create landing pages for ol api sp is #6889

Merged
merged 4 commits into from
Sep 18, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions modules/reference/pages/api/open-liberty-apis.adoc
Original file line number Diff line number Diff line change
@@ -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.



15 changes: 15 additions & 0 deletions modules/reference/pages/spi/open-liberty-spis.adoc
Original file line number Diff line number Diff line change
@@ -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.