Jsf application events example
JSF provides system event listeners to handle application events which fired when application start or stop or during JSF lifecycle. JSF application events: Application Event Description PostConstructApplicationEvent JSF fires PostConstructApplicationEvent when application starts. It can be used to perform initialization tasks after application has started. PreDestroyApplicationEvent JSF fires PreDestroyApplicationEvent when application is about to shut … Read more