Re: Presentation Layer Design Question

2002-04-16 Thread @Basebeans.com
Subject: Re: Presentation Layer Design Question From: Vic Cekvenich <[EMAIL PROTECTED]> === Can't speak for Craig, but the Beans give me a way to isolate the DB layer. I use CachedRowSet to hold Result and have meta data at any time. It is one step and does not do mapping. Since t

Presentation Layer Design Question

2002-04-16 Thread Adolfo Miguelez
Hi All, I am wondering about a design issue since I can not figure out why Craig implemented in that way. Any light or opinion would be appreciated. The point is that usually, AFAIK, results from database queries are planned to be stored in ArrayLists of beans. This ArrayList of beans is sent