CHAPTER7

Implementing CRUD in a Mobile Backend

In this chapter, we are going to implement portions of the mobile backend that delivers the Surf Shack app we discussed in earlier chapters. In Chapter 6, the business objects (BOs) and relationships were described declaratively, and the Mobile Cloud Service (MCS) generated the Express routes for us to perform CRUD operations on those business objects. As you’ll recall, CRUD refers to the ability to create, read, update, and delete data. Although this data is presented as an API from MCS, it’s actually implemented within a database table so that it can be persisted. That data can live anywhere—from ...

Get Oracle Mobile Cloud Service Developer's Guide now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.