> * A bean object that represents a Row from a JDBC ResultSet
> (the names and types of the column properties cannot be known
> in advance because they are based on the SELECT statement).
>
> * A way to construct and use "value objects" that extract the
> properties of an EJB into a structure that can be utilized by a
> presentation tier technology such as JSP pages, without having
> to hand code the value object.
>
> * Support a completely arbitrary set of properties and corresponding
> values, with the ability to add and remove properties dynamically.
This sounds somewhat akin to the Java Connector Architecture, kinda,
as far as 'row' types of things.
-bob
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>