How to configure a start up managed bean?

Viewed 5054

I want a managed bean to run internally on start up in my JSF web application when the application loads. How can I write this class and configure in Glassfish?

1 Answers
Related