Maya menon wrote:
Also, As Dave wrote about session ejbs, please suggest some give work arounds
for a session ejb. Requirement is to read contents from database.
There are quite a few decent ways of doing database access; I'd probably
recommend Hibernate at this point but there are a lot of others--check
out anything regarding object relational mapping (java objects <->
database).
Any object can be put into session scope and remain available throughout
a user's visit, and it doesn't matter how that object came about
(database access, created programmatically, etc.)
Dave
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]