Avinash:

...Adding to what Jacob says below: if you are writing your own, this is a good
link to study:

http://java.sun.com/blueprints/corej2eepatterns/Patterns/DataAccessObject.html

Regards,
Geeta

"Hookom, Jacob" wrote:

> It's always on a case by case basis.  When and how much do you need at a
> given time?  Hibernate/JDO/OJB/etc can handle these things for you via a
> config to specify lazy relationships.
>
> When you are talking about web application with read data (data purely
> pushed to the view like a list of persons with addresses), then the best way
> IMHO is to write a special view object and query for this case.
>
> List View Objects
> Select By Id
> Grab Business Object By Id


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to