The solution to this problem is using the javax.sql.RowSet
which is serializable.  The key problem with sending the
ResultSet to the servlet that it is actually not serializable
since it holds a connection to the database.  For more information
on how to accomplish what I just said please visit
http://www.theserverside.com and download a (free) copy
of the EJB Design Patterns pdf.  Its Data Transfer RowSet
design pattern talks about this in more detail.

-Jay
J2EE, EJB, JSP developer.
p.s. use JSP it will make your life easier.

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff EJB-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to