Hi, What's the norm / best practices for saving/retrieving application settings in a EJB3 app? I'm using maven as a build tool, and I have a multi module project.
I was thinking of putting some properties file on some common module that would be available application-wise as a jar but I'm not sure if an EJB is more suited for this.
Edit: The application properties should be configurable per environment. My main issue is how to expose the properties to the rest of the container, my secondary issue is how to save them in a environment-dependent way