Sorry for the confution.

The idea is other, is something like this:

The data base have some products information, and i want to send this information to an user, the goal is to format the data using an JSP template, and produce a HTML page and send it by email....

Something like this:

EJB COMPONENT ---> Get data form the DB.
  |
  |----------------------------> Get the JSP template (Page)
  |
  |-----------------------------> Execute the template with the data
  |
  |-----------------------------> Send the result by email.

I want to send a beatifull EMAIL to the user....

There is not a servlet involved, becouse of is a proccess that is 100% executed in the EJB container. The mails has to be send in batch proccess.

I will have a proccess that every night sends the emails to the users.

I will appreciate a lot your help.

Thansk.




Message sent with MISIVA.
Visit us at http://www.pragma.com.co/misiva
_______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to