Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add new @EnableAutoDeployment annotation #96

Open
jxblum opened this issue Sep 3, 2020 · 0 comments
Open

Add new @EnableAutoDeployment annotation #96

jxblum opened this issue Sep 3, 2020 · 0 comments

Comments

@jxblum
Copy link
Contributor

jxblum commented Sep 3, 2020

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant