index.md
944 Bytes
4. Reference (Maintainer Track)
For Java developers maintaining or extending the framework itself.
This chapter is for the people who will modify BusinessBaseController, add a new
metadata table to the gds* family, or wire in a new third-party integration.
- The runtime: BusinessBaseController & friends — the metadata-driven dispatch loop.
-
Generic procedure dispatch —
GenericProcedureCallControllerdeep dive. -
Cache invalidation on metadata change —
ConsumerChangeGdsModuleThreadand friends. -
SQL templates (
xlyEntry/templesql/) — runtime SQL generation. -
Multi-service deployment —
xlyApivsxlyEntryvsxlyInterface. - Activiti integration — version skew, schemas, custom delegates.
STUB. Each sub-page will be filled with a real code-trace once the matching slice exercises it.