Open
Description
The @EnableAutoDeployment
annotation will auto-deploy all application code required on the server, such as, but not limited to:
- Callbacks (
CacheListener
,CacheLoader
,CacheWriter
, etc) - Functions
- Transitive Dependencies used by the Callbacks and Functions, like application domain (model) classes and their dependencies, and so on.
Once the application required components are "deployed", then SBDG will proceed to register the Callbacks and Functions as necessary, automatically, as well.