Calendar & Jdbc
I wonder why the use of JDBC for Calendar is not concealed behind the DAO layer.
Shouldn't the class that implements the Calendar interface contain only business logic?
JdbcCalendar implements the Calendar interface and this class uses JDBC (with inner SqlQuery classes).
Is this a design flaw?
|