Hello! Proud to announce the 0.5 release of JingDAO and the 0.2 release of JingSQL -- a Data Access Object (DAO) framework.
JingDAO is built on both Avalon and Pico and supports types I, II, and III IoC patterns (avalon, bean, and pico respectively). It was designed to be simple (only one XML config file) but very flexible. No contracts are imposed on the DAO interfaces or implementations themselves. JingSQL is a very simple parser that uses Avalon and Velocity (though it should work fine within Pico). Velocity is used to parse SQL templates, allowing separation of SQL queries from JDBC code. JingDAO and JingSQL are still both under development, but should be stable enough to use and play around with. Much of my motivation for this project was to better understand Avalon and Pico and how they can "play nice together." Find out more at http://jingdao.sf.net Thanks! -- jaaron <http://jadetower.org> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
