1. refactor a dal with hibernate,dao,services and unit of work : how to put all togheter stackoverflow.comi'm refactoring a jsf web application dal which uses hibernate and the dao pattern, at the moment each data acces class handles its own session and transaction into each method (a ... |