Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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.

  1. I'm going to send a email to client (say password recovery html email?)
  2. I have more than two EJB clients (multiple JSF applications).
  3. 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?

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.