Additional RowSet impls (never used 'em):

jxUtil (used in BasicPortal):
http://sourceforge.net/projects/jxutil/

Oracle:
http://otn.oracle.com/software/tech/java/sqlj_jdbc/htdocs/jdbc9201.html

Quoting John Bigboote <[EMAIL PROTECTED]>:

> FYI
> 
> For those interested in RowSets and unaware of this
> implementation, go to Sun's Developer Early Access
> page at:
> 
> http://developer.java.sun.com/developer/earlyAccess/crs/
> 
> Included are three implementations:
> 
> 1. CachedRowSet -- a rowset that can be used to
>   * Send a set of rows across a network
>   * Send data to a thin client
>   * Add scrollability & updatability to resultset data
> 
> 2. WebRowSet -- an extension of CachedRowSet that can
> be used to send a rowset across a network in XML
> format
> 
> 3. JDBCRowSet -- a rowset that can be used to
> encapsulate a JDBC driver as a JavaBeans component
> 
> 
> The CachedRowSet and WebRowSet are disconnected
> RowSets that do not require a database connection
> during their entire lifetime.
> 
> John
> 
> 
> __________________________________________________
> Do you Yahoo!?
> Yahoo! Mail Plus – Powerful. Affordable. Sign up now.
> http://mailplus.yahoo.com
> 
> --
> To unsubscribe, e-mail:  
> <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail:
> <mailto:[EMAIL PROTECTED]>
> 


-- 
Kris Schneider <mailto:[EMAIL PROTECTED]>
D.O.Tech       <http://www.dotech.com/>

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

Reply via email to