I write an application based on JSF, EJB and JPA.
For localization I defined a messages.properties and a messages_en.properties.
Thus, I can use the translations in my .xhtml and ManagedBeans. My business-logic lies in the EJBs. Is it possible to access the Strings in my EJB Classes?