Dave Newton replied:
> In general, I have pretty strong feelings against using "raw" 
> ResultSets despite the overhead of copying data... anything 
> other than raw JDBC will see the same behavior whether it's a 
> full ORM or something as simple as a RowSetDynaClass (from 
> Jakarta BeanUtils).

Yeah, I agree.  I have pretty strong feeling against worrying about the
efficiency of object creation in the context of a http transaction and a
database transaction.  The in-memory data copy is the least of the
concerns.

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

Reply via email to