In this exercise we will use services based on SAP Cloud Application Programming Model Node.js and use an SAP Fiori wizard to create a user interface.
Perform all the steps in 👉 tutorial: Create a User Interface with CAP (SAP HANA Cloud)
You now have an SAPUI5 based user interface for your CAP application. But in fact we've done much more than that in this exercise. You've also added and configured the application router and "wired" the configuration between the CAP and the application router.
-
We added an Application Router to your application, but what is it really and why is it helpful?
-
We added a Standalone Approuter, but there was also an option for a Managed Approuter. What's the difference?
-
Why does the file default-env.json work? Hint it has everything to do with @sap/xsenv.
-
When we change the
Requires
section of the mta.yaml what are we doing?
Continue to 👉 Exercise 5 - Add User Authentication to Your Application (SAP HANA Cloud)