Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sap-samples/teched2022-ad264
SAP TechEd 2022 Session AD264: Boost Application Verticalization, Customization, and Composition
https://github.com/sap-samples/teched2022-ad264
application-development-track sample teched2022
Last synced: about 1 month ago
JSON representation
SAP TechEd 2022 Session AD264: Boost Application Verticalization, Customization, and Composition
- Host: GitHub
- URL: https://github.com/sap-samples/teched2022-ad264
- Owner: SAP-samples
- License: apache-2.0
- Created: 2022-08-30T13:12:07.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-16T12:59:07.000Z (almost 2 years ago)
- Last Synced: 2023-08-04T22:52:36.442Z (over 1 year ago)
- Topics: application-development-track, sample, teched2022
- Language: CAP CDS
- Homepage: https://www.sap.com/about/events/teched.html
- Size: 244 KB
- Stars: 9
- Watchers: 10
- Forks: 8
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![REUSE status](https://api.reuse.software/badge/github.com/SAP-samples/teched2022-AD264)](https://api.reuse.software/info/github.com/SAP-samples/teched2022-AD264)
# AD264 - Verticalization, Customization, Composition with SAP Cloud Application Programming Model
Welcome to the Hand-On Session at TechEd 2022. This repository provides both,
the session and exercises guide, as well as sample content used in the session.### Session Details
| Session ID | Title |
|---------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------|
| [AD264](https://go3.events.sap.com/sapteched/hybrid/2022/reg/flow/sap/saptech2022/sapteched2022catalog/page/catalog/session/1661198449398001XLB7) | Boost Application Verticalization, Customization, and Composition |**Description** - In this workshop you'll learn how to verticalize and
customize SaaS applications using intrinsic extensibility capabilities
of [SAP Cloud Application Programming Model](https://cap.cloud.sap).
We'll offer feature-toggled verticalizations as a SaaS provider,
see how to create and share prebuilt extension packages as SAP partners,
which customers can reuse to compose tailored solutions.## Exercises
- [Introduction](https://github.com/SAP-samples/teched2022-AD264/wiki)
- [Getting Started](https://github.com/SAP-samples/teched2022-AD264/wiki/0.-Getting-Started)
- [Exercise 1 - Building a CAP-based application (quick recap)](https://github.com/SAP-samples/teched2022-AD264/wiki/1.-Build-a-CAP-Application)
- [Exercise 2 - Deploy as extensible SaaS app (by SaaS Provider)](https://github.com/SAP-samples/teched2022-AD264/wiki/2.-Deploy-as-SaaS)
- [Exercise 3 - Adding custom extensions (by SaaS Customers)](https://github.com/SAP-samples/teched2022-AD264/wiki/3.-Custom-Extensions)
- [Exercise 4 - Providing pre-built extensions (by SAP Partners)](https://github.com/SAP-samples/teched2022-AD264/wiki/4.-Pre-built-Extensions)
- [Exercise 5 - Providing feature-toggled extensions (by SaaS Provider)](https://github.com/SAP-samples/teched2022-AD264/wiki/5.-Feature-Toggled-Extensions)
- [Summary](https://github.com/SAP-samples/teched2022-AD264/wiki/6.-Summary)## Content
This content in this repo is a so-called monorepo using npm workspaces technique.
It contains:| Folder / File | Description |
|----------------------------------------------------------------------------------------|-------------------------------------------------------|
| [exercises/](https://github.com/SAP-samples/teched2022-AD264/wiki) | A git submodule link to the repo's wiki content |
| [incidents/](https://github.com/SAP-samples/teched2022-AD264/tree/main/incidents) | The Incidents Management SaaS application |
| [x-solar/](https://github.com/SAP-samples/teched2022-AD264/tree/main/x-solar) | Pre-built verticalization for vendors of solar panels |
| [x-t1/](https://github.com/SAP-samples/teched2022-AD264/tree/main/x-t1) | Individual extension for SaaS customer _t1_ |
| [package.json](https://github.com/SAP-samples/teched2022-AD264/tree/main/package.json) | Npm workspace setup |## License
Copyright (c) 2022 SAP SE or an SAP affiliate company. All rights reserved.
This project is licensed under the Apache Software License, version 2.0 except as
noted otherwise in the [LICENSE](LICENSE) file.## Obtaining Support
Support for the content in this repository is available during the actual time of
the online session for which this content has been designed. Otherwise, you may
request support via the [Issues](../../issues) tab.