Re: EJB's and Collections of Objects

2002-12-09 Thread Michael Lee
There's a pattern called value objects (or view objects) you may want to check out. Mike Lee - Original Message - From: "Gemes Tibor" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Monday, December 09, 2002 7:13 AM

Re: EJB's and Collections of Objects

2002-12-09 Thread Gemes Tibor
2002. december 9. 12:52 dátummal Jordan Thomas ezt írtad: > Is there a "standard" or better way to get my objects out into my struts > application? I think that it is rather straightforward and clean. Is it working for you? Is it fast enough? Does it suit your needs? If yes, there is no problem.

EJB's and Collections of Objects

2002-12-09 Thread Jordan Thomas
Hi, I have a finder method associated with an EJB that returns a collection of objects. I don't want to call the get Methods in my struts action class, in my JSP's or in form classes as I would like to keep everything in the same transaction. So what I was going to do was use a session bean which