We're thinking of building a client/server application where the server side would be an EAR application with some Session Beans exposing the API. We would like to know if there's something like the ServletContextListener for the web modules in EJB modules so we can know when the application in the server side is started.
Thanks is advance.