Hello,
I am trying to figure out the best way to return listings in EJBs. I have seen returning arrays, Collections of entity beans and there is a RowSet class. What's the most effectve/Efficient way to perform this?
Thanks
Marc Boorshtein
-
Most Effective Way To Retrieve Lists... (1 messages)
- Posted by: Marc Boorshtein
- Posted on: September 20 2002 15:53 EDT
Threaded Messages (1)
- Most Effective Way To Retrieve Lists... by hoi tsang on September 21 2002 19:13 EDT
-
Most Effective Way To Retrieve Lists...[ Go to top ]
- Posted by: hoi tsang
- Posted on: September 21 2002 19:13 EDT
- in response to Marc Boorshtein
it really depends on what type of data you want to get.
check out the EJB Design Pattern book...