Skip to content

FiddleBe/UI5-BusinessObjectModel

Repository files navigation

UI5-BusinessObjectModel

A new BusinessObjectModel for UI5 apps

The ui5 businessobject model is an extension of UI5's json model, but with a couple of added layers.

  • offline storage of data via indexeddb
  • every entity in the model can be an instance of a business object of you choice. (a bese businessobject is available for you to extend)
  • introduction of changeRecords (using timeslices)
  • Built-in synchronization mechanisms.

The essence of the BOM can be found in the model-folder and the manifest.json file in this project. the businessobject example can be found under /model/businessobject/Monster.js and /model/businessobject/monster/Dragon.js (subtypes)

The entire application is just one big showcase of what you can do with a BOM (although not exhaustive)

In the control folder, you can also find a very convenient sync control, which you can include on any view, with a single statement. this control is not yet entirely finished, but there will be more fixes in the coming months.

The server side is just a simple generic PHP service handler, which allows you to store anything in a table with blob-content.

You can see the showcase running on https://businesobjectmodel.fiddle.be try not to screw it up. Please. (showcase is temporarily not functioning due to technical reasons)

Fair use policy: You are allowed to use the BOM (BusinessObjectModel) on your projects, but only non-commercial. In other words, you are not allowed to charge your customer money for it. When you use the BOM on a project, kindly send me an email with the customer story and the use case, and indicate whether I may share the use case anonymous, or not.

thank you.

About

A new BusinessObjectModel for UI5 apps

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published