diff --git a/java/_menu.md b/java/_menu.md index 984673608..1ae118400 100644 --- a/java/_menu.md +++ b/java/_menu.md @@ -24,7 +24,6 @@ # [Multitenancy](multitenancy) # [Security](security) # [Spring Boot Integration](spring-boot-integration) -## [CAP plugins w/o CDS Model](cap-plugins-in-spring-boot-apps) # [Developing Applications](developing-applications/) ## [Building](developing-applications/building) ## [Running](developing-applications/running) @@ -38,4 +37,6 @@ # [Integrating Applications](../../java/integrating-applications/) ## [Unified Customer Landscape](../../java/integrating-applications/ucl) # [Building Plugins](building-plugins) +# [BTP Services in CAP apps](btp-services-in-cap-apps) +# [BTP Services in non-CAP apps](btp-services-in-non-cap-apps) # [Migration Guides](migration) diff --git a/java/btp-services-in-cap-apps.md b/java/btp-services-in-cap-apps.md new file mode 100644 index 000000000..f64ba7f5a --- /dev/null +++ b/java/btp-services-in-cap-apps.md @@ -0,0 +1,17 @@ +--- +synopsis: > + This section covers how CAP Java applications can integrate with SAP BTP services using CAP plugins. +status: released +--- + +# Integrate CAP Applications + + + +{{ $frontmatter.synopsis }} + +CAP Java offers a [variety of plugins that integrate with SAP BTP services](../plugins/). To use a plugin in your CAP Java application, add the corresponding Maven dependency to your `pom.xml`. Depending on the plugin, you may also need to add or modify your CDS model. Refer to the [plugin documentation](../plugins/#as-plugin-for-cap-java) for plugin-specific setup instructions. diff --git a/java/cap-plugins-in-spring-boot-apps.md b/java/btp-services-in-non-cap-apps.md similarity index 97% rename from java/cap-plugins-in-spring-boot-apps.md rename to java/btp-services-in-non-cap-apps.md index cdd4e0ec7..30e97e9a3 100644 --- a/java/cap-plugins-in-spring-boot-apps.md +++ b/java/btp-services-in-non-cap-apps.md @@ -4,7 +4,7 @@ synopsis: > status: released --- -# Use CAP Plugins in Spring Boot Applications without a CDS Model +# Integrate non-CAP Applications