2sxc 9.7 with JSON Persistence and File-Based Types
Pre-release
Pre-release
A lot of internal features necessary for future enhancements:
- Full JSON serialization and deserialization of content-types
- Dynamic Entities with known Type-Definition
- Definition of Dynamic Entities - which are entities with unknown content-type
- Full JSON serialization and deserialization of such dynamic entities
- File system provider DataLoader which uses the file-System as a repository
- Currently only providing Global content-types
- New Global Content-Type Providers
- Code provided content-type definitions
- file-system provided global content-type definitions (using File System Provider)
- System loader automatically picks up "globally" registered content-types from file system
- Db changes
- Added fields AppId and ContentType to Entities table
- System can now load json entities from db
- DB can now store entities which are not registered in the db
- DataSources used in the visual query designer can now request custom named content-types