SingletDao Keep it elegant.

 

Home

Downloads

JavaDoc

Wiki

Help

Open Discussion

Support

SingletDAO is a simple java data access frame work to access data in database. A Single Data Access Object to access data in database and eliminates writing custom DAOs. Easy to plug-in. Easy to manage SQL queries. Supports JSON.

Ease Development.     Increase Productivity.     Reduce Cost.     

Features

  • A Single Data Access Object to access data in database and eliminates writing custom DAOs
  • Add data layer instantly to your web app. Helps to plug in data access layer easily and quickly
  • Native SQL
  • Supports insert,insertUpdate,update,read,delete(C.R.U.D). DDL method - executeDDL
  • read methods return either JSON or 2D String Array which fits well with Web2.0 (JQuery/Datatable etc.,) web applications
  • Manage sql queries in xml configuration. XML configuration files can be placed in url or local path
  • Low memory footprint
  • Can be easily used with Spring JDBC frame work(Sample App)




Added Features

  • Added validation for input fields with query fields. I fields in query doesn't exist in input fields.
  • Added functionality to ignore additional input fields that doesn't exist in query.

Downloads


News

SingletDAO1.0.5 released.Download


Have Questions?

Please write to singletdao@gmail.com

Your feedback is important to improve the framework.


Review

Please write your review here
or write to singletdao@gmail.com


Find Bugs ?

Please post here