I've found some similar (or exactly the same?) questions about loading files in EJB.
But I'm curious is it even right choice or not.
- I'm going to send a email to client (say password recovery html email?)
- I have more than two EJB clients (multiple JSF applications).
- I want to make a method which
loads html file and change some parts(username, new password) and sends it as a HTML email.
Is it possible or recommended doing this in SLSB?
Or has it (loading html and sending it via @Session) to be done in each JSF applications?
Can anybody please tell how to load file located in archive in SLSB? Is it even allowed? Does the evil java.io restriction affect those files in the archive?