-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
6802 - Create landing pages for OL API/SPIs
Create landing pages for OL API/SPIs #6802
- Loading branch information
1 parent
520c256
commit f9148a5
Showing
2 changed files
with
24 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,12 @@ | ||
: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. | ||
|
||
With Liberty's xref:ROOT:zero-migration-architecture.adoc[Zero Migration] policy, you can rest assured that future releases will continue to provide these APIs. |
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,12 @@ | ||
: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. | ||
|
||
With Liberty's xref:ROOT:zero-migration-architecture.adoc[Zero Migration] policy, you can rest assured that future releases will continue to provide these SPIs. |