Want know about CachedRowSet ?

hi everybody,

I wnat to know about CachedRowSet and exaple related to it.

and also want to know why do we use the DTO,DAO and VO in project.

Can anyone tell me about it, where i could get the details about these.

[237 byte] By [java@mania] at [2007-11-27 11:09:28]
# 1

> I wnat to know about CachedRowSet and exaple related to it.

Simply read it's API documentation ... http://java.sun.com/j2se/1.5.0/docs/api/javax/sql/rowset/CachedRowSet.html

> and also want to know why do we use the DTO,DAO and VO in project.

Separation of the Data, Business and Presentation tiers.

BalusCa at 2007-7-29 13:35:35 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...