creating DAO layer from java beans(setter and getter methods)

Can anybody explain me how to create an adapter layer (DAO layer) from java beans with no connection and transaction code inside DAO layer?
[146 byte] By [sheenu-a] at [2007-11-27 6:52:38]
# 1
Sure, have another layer do the transaction work.Your DAO would make us of this layer.
filestreama at 2007-7-12 18:27:13 > top of Java-index,Java Essentials,Java Programming...