Chapter 6: Building Web Applications Using Real-World Examples
In the previous two chapters, you learned about creating and managing Business Objects, as well as creating and managing Service Connections. These two chapters are very important as regards this particular chapter as we are going to use both Business Objects and Service Connections throughout this chapter and in those that remain. So, it is really important to read the previous two chapters in detail.
In this chapter, we'll execute various use cases that are taken from real-world examples. We'll start by creating a web application and different web pages, where we will communicate with Business Objects to pull and push data. We'll be creating a few other web pages where I will demonstrate how to fetch data from external REST APIs using a Service Connection. We'll create variables that will be used to pass data between two different pages. We will work with JavaScript in the web application and show...