-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #6889 from OpenLiberty/6802-Create-landing-pages-f…
…or-OL-API-SPIs 6802 create landing pages for ol api sp is
- Loading branch information
Showing
2 changed files
with
28 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
|
||
|
||
|
||
|
||
|