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

SAP AEM Integration - day 5 #266

Closed
wants to merge 1 commit into from
Closed
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
27 changes: 27 additions & 0 deletions codelabs/sap-aem-int-day-5/codelab.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"environment": "web",
"format": "html",
"prefix": "https://storage.googleapis.com",
"mainga": "UA-49880327-14",
"updated": "2023-10-12T16:50:06+02:00",
"id": "sap-aem-int-day-5",
"duration": 19,
"title": "Event Enable SAP Using SAP Advanced Event Mesh - Day 5",
"summary": "Day 5/5 : This code lab walks the participant through the experience of using SAP AEM to event enable their SAP ecosystem and workflows",
"source": "sap-aem-int-day-5.md",
"theme": "",
"status": [
"hidden"
],
"category": null,
"tags": [
"aem",
"capm",
"eventportal",
"sap",
"sapbtp",
"web"
],
"feedback": "https://github.com/SolaceDev/solace-dev-codelabs/blob/master/markdown/sap-aem-int-day-5",
"url": "sap-aem-int-day-5"
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
69 changes: 69 additions & 0 deletions codelabs/sap-aem-int-day-5/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@

<!doctype html>

<html>
<head>
<meta name="viewport" content="width=device-width, minimum-scale=1.0, initial-scale=1.0, user-scalable=yes">
<meta name="theme-color" content="#4F7DC9">
<meta charset="UTF-8">
<title>Event Enable SAP Using SAP Advanced Event Mesh - Day 5</title>
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Source+Code+Pro:400|Roboto:400,300,400italic,500,700|Roboto+Mono">
<link rel="stylesheet" href="//fonts.googleapis.com/icon?family=Material+Icons">
<link rel="stylesheet" href="https://storage.googleapis.com/claat-public/codelab-elements.css">
<style>
.success {
color: #1e8e3e;
}
.error {
color: red;
}
</style>
</head>
<body>
<google-codelab-analytics gaid="UA-49880327-14" ga4id=""></google-codelab-analytics>
<google-codelab codelab-gaid=""
codelab-ga4id=""
id="sap-aem-int-day-5"
title="Event Enable SAP Using SAP Advanced Event Mesh - Day 5"
environment="web"
feedback-link="https://github.com/SolaceDev/solace-dev-codelabs/blob/master/markdown/sap-aem-int-day-5">

<google-codelab-step label="What you&#39;ll learn: Overview" duration="5">
<p>Day 5 of 5. Topics covered :</p>
<ul>
<li>Event Enabled SAP objects</li>
</ul>


</google-codelab-step>

<google-codelab-step label="What you need: Prerequisites" duration="7">
<p>Enter environment setup &amp; prerequisites here</p>


</google-codelab-step>

<google-codelab-step label="Step 1 - Event Enabled SAP objects" duration="0">
<p>Please follow the link <a href="https://asapio.com/docs/connectors/sap-aem/" target="_blank">SAP® Advanced Event Mesh</a> for instructions on setting up the ASAPIO component in your SAP landscape.</p>


</google-codelab-step>

<google-codelab-step label="Takeaways" duration="7">
<p>✅ &lt; Fill IN TAKEAWAY 1&gt;<br> ✅ &lt; Fill IN TAKEAWAY 2&gt;<br> ✅ &lt; Fill IN TAKEAWAY 3&gt;</p>
<p class="image-container"><img alt="Soly Image Caption" src="img/44f356558033e250.gif"></p>
<p>Thanks for participating in this codelab! Let us know what you thought in the <a href="https://solace.community/" target="_blank">Solace Community Forum</a>! If you found any issues along the way we&#39;d appreciate it if you&#39;d raise them by clicking the Report a mistake button at the bottom left of this codelab.</p>


</google-codelab-step>

</google-codelab>

<script src="https://storage.googleapis.com/claat-public/native-shim.js"></script>
<script src="https://storage.googleapis.com/claat-public/custom-elements.min.js"></script>
<script src="https://storage.googleapis.com/claat-public/prettify.js"></script>
<script src="https://storage.googleapis.com/claat-public/codelab-elements.js"></script>
<script src="//support.google.com/inapp/api.js"></script>

</body>
</html>
11 changes: 11 additions & 0 deletions markdown/sap-aem-int-day-5/export.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#!/bin/bash
#
# export.sh
#
# export the codelab to the right directory

# Get markdown file name
codelab_markdown_filename=`ls *.md`
rm -fr temp

claat export -o ../../codelabs/ $codelab_markdown_filename
Binary file added markdown/sap-aem-int-day-5/img/solly_wave.webp
Binary file not shown.
Binary file added markdown/sap-aem-int-day-5/img/soly.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 20 additions & 0 deletions markdown/sap-aem-int-day-5/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"name": "codelab-bootstrap",
"version": "1.0.0",
"description": "use nodemon to watch changes on md file, rebuild codelab on saves",
"main": "index.js",
"scripts": {
"watch": "nodemon --watch sap-aem-int-day-5.md --exec \"claat export -o temp/ sap-aem-int-day-5.md && ./node_modules/kill-port/cli.js --port 9090 && cd temp/sap-aem-int-day-5 && claat serve\""
},
"repository": {
"type": "git",
"url": "https://github.com/SolaceDev/solace-dev-codelabs/tree/master/markdown/sap-aem-int-day-5"
},
"keywords": [
"codelab"
],
"dependencies": {
"kill-port": "^1.6.1",
"nodemon": "^2.0.3"
}
}
41 changes: 41 additions & 0 deletions markdown/sap-aem-int-day-5/sap-aem-int-day-5.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
author: HariRangarajan-Solace
summary: Day 5/5 : This code lab walks the participant through the experience of using SAP AEM to event enable their SAP ecosystem and workflows
id: sap-aem-int-day-5
tags: SAP, AEM, Event Portal, SAP BTP, CAPM
categories:
environments: Web
status: Hidden
feedback link: https://github.com/SolaceDev/solace-dev-codelabs/blob/master/markdown/sap-aem-int-day-5

# Event Enable SAP Using SAP Advanced Event Mesh - Day 5

## What you'll learn: Overview

Duration: 0:05:00

Day 5 of 5.
Topics covered :
- Event Enabled SAP objects

## What you need: Prerequisites

Duration: 0:07:00

Enter environment setup & prerequisites here


## Step 1 - Event Enabled SAP objects

Please follow the link [SAP® Advanced Event Mesh](https://asapio.com/docs/connectors/sap-aem/) for instructions on setting up the ASAPIO component in your SAP landscape.

## Takeaways

Duration: 0:07:00

✅ < Fill IN TAKEAWAY 1>
✅ < Fill IN TAKEAWAY 2>
✅ < Fill IN TAKEAWAY 3>

![Soly Image Caption](img/soly.gif)

Thanks for participating in this codelab! Let us know what you thought in the [Solace Community Forum](https://solace.community/)! If you found any issues along the way we'd appreciate it if you'd raise them by clicking the Report a mistake button at the bottom left of this codelab.
Loading