Table of Contents

Integration into Your Custom Platform (WIP Docs)

EAV and 2sxc can be included as part of your own custom platform or application.

You may want to do this for things such as:

  1. Access existing EAV data which was created in Dnn or Oqtane
  2. Use dynamic data to extend the data of your application
  3. Use it to extend the functionality of your application
Warning

There docs are work in progress.

Integration Overview

  1. Start with Scenario 1 - Read EAV Data

  2. Then expand to Scenario 2 - Edit EAV Data

  3. Then continue with Admin

  4. Razor

  5. ...

TODO:

  1. Provide custom core services as needed

Necessary for More Complex Scenarios

Depending on your needs, you will activate more functionality in your application:

  1. Use Apps with Queries
  2. Use Razor Templates to render data
  3. Editing in your Web-UI
  4. Multi-Site / Tenant implementation
  5. Import/Export of data
  6. App level WebApi support
  7. Image Resizer
  8. Global / shared apps

History

  • Proof of Concept implemented with 2sxc 11 in 2021
  • Finalized when integrating Oqtane in 2sxc 12
  • final docs in v13.03