As the name implies, a CRUD (Create, Read, Update, Delete)
application is supposed to not only access the underlying data, but
also to allow the user to perform the entire set of operations to
manipulate that data, including create, update, and delete
operations.
This article illustrates how you can build a CRUD application
that supports both data access and data manipulation operations. To
build the article sample, you will use Oracle
JET,
Oracle Database, Oracle REST Data...