Calling custom code implementation during LiveCycle Server Startup
- Abhijit Ghosh, TRT Engineer @ Adobe
We were recently working on a customer scenario who wanted to make a custom code call during server startup.In order to achieve the same you would need to implement theLoad interface in your custom component as described below:
In the component.xml you would need to use the load-class tag in for the classes which implement the same and are to be loaded.
---
Read the complete post at Adobe LiveCycle Blog.




