Free download list

Released Package Size
Jun 10, 2010 audao_1.5.zip (AuDAO standalone version) 6.4 MB
Jun 10, 2010 audao-runtime-1.5.jar (AuDAO parent DAO classes and utilities) 38 KB
Jun 10, 2010 audao-runtime-gql-1.5.jar (GQL Dynamic Parser see documentation) 43 KB
Jun 10, 2010 audao-runtime-gqlext-1.5.jar (Extended GQL Dynamic Parser - see documentation) 226 KB
Jun 10, 2010 audao-sources-1.5.zip (including GQL and Extended GQL grammars for ANTLR and gqlext.jsp) 236 KB
Jun 10, 2010 audao-gae-gwt-emul-1.5.zip (GAE datastore core classes - source for GWT emulation) 15 KB

AuDAO is an open-source project hosted at http://code.google.com/p/audao/.

Free Online Tool

Try our free online DAO generator.

Upload the configuration XML file and get the generated SQL scripts and Java classes for free !

Free GQL Parser

Download source or binary of our open-source GQL parser.

Query q =
 new GqlDynamic()
  .parseQuery(
   "SELECT * FROM Ent");
All GQL features are supported. More...