Skip to main content

View Renderer with Redis Caching

· One min read
TeaQL Code Gen
Core Contributor

The view rendering system gained Redis-backed persistent caching, and the Service Request framework landed.

Redis View Cache

UserContext now includes DataStore/Redis DataStore:

+ Redis-backed view data storage
+ View parser with template rendering
+ Customizable empty view support

Service Request Framework

+ Service request controller registry
+ Processor-based request handling
+ Request path prefix configuration

UI Template Renderer

Template renderer for generating UI views from domain models using ObjectMapper for JSON serialization.

Generator Updates

  • Service request controller/processor generation
  • Request path prefix configuration
  • Candidate preparation generation
  • viewObject and JsonMe support