Skip to content
Open
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
3 changes: 2 additions & 1 deletion java/_menu.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -38,4 +37,6 @@
# [Integrating Applications](../../java/integrating-applications/) <!-- INTERNAL -->
## [Unified Customer Landscape](../../java/integrating-applications/ucl) <!-- INTERNAL -->
# [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)
17 changes: 17 additions & 0 deletions java/btp-services-in-cap-apps.md
Original file line number Diff line number Diff line change
@@ -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

<style scoped>
h1:before {
content: "Java"; display: block; font-size: 60%; margin: 0 0 .2em;
}
</style>

{{ $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.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ synopsis: >
status: released
---

# Use CAP Plugins in Spring Boot Applications without a CDS Model
# Integrate non-CAP Applications

<style scoped>
h1:before {
Expand Down Expand Up @@ -71,4 +71,4 @@ cds.messaging.services.messaging.kind: file-based-messaging

After that, you can use the CAP messaging feature in your application. For details, refer to the [Messaging documentation](./messaging).

<div id="alesi-cds-feature-ucl" />
<div id="alesi-cds-feature-ucl" />
Loading