Browsing projects by Tag(s)

Select a tag to browse associated projects and drill deeper into the tag cloud.

Showing page 1 of 1

The eobjects.org MetaModel is a project created for maximum reuse of a domain model of the database domain. The MetaModel is a model that contains classes that represent the structure of a database (schemas, tables, column, relationships) and interaction with the database (queries) using ... [More] SQL/LINQ-style expressions. In short a model for modelling (hence the word "metamodel") data in databases and other datastores like CSV-files, MS Access files and Excel spreadsheets. [Less]

5.0
 
  0 reviews  |  2 users  |  48,853 lines of code  |  6 current contributors  |  Analyzed 6 days ago
 
 

The java-sql-generator is a framework to generate syntactically correct SQL statements with Java language. It provides uniform, typesafe, and (reasonably) easy way to create SQL statements using provided API's. It is specifically designed to handle even really complex SQL clauses. In fact, the ... [More] API's were designed by looking at SQL 99 BNF ( http://savage.net.au/SQL/sql-99.bnf.html ) in one monitor, and creating the corresponding Java API in another monitor. However, there are many things omitted from automated BNF conversion, so that API would remain usable and simple. [Less]

0
 
  0 reviews  |  1 user  |  13,615 lines of code  |  2 current contributors  |  Analyzed 1 day ago
 
 

A light weight library that will map java objects to a sql(mysql) database. This library will support the reading from and writing to a sql database. The library allows the programmer to easily select objects from the database and write them back when needed.

0
 
  0 reviews  |  0 users  |  4,103 lines of code  |  1 current contributor  |  Analyzed 7 days ago
 
 

jaLISQJava language integrated and type safe SQL queryingjaLISQ offers type-safe and language integrated SQL querying for the Java programming language. If you want to help out and know SQL and/or Java and/or Eclipse plugin development please don't hesitate to drop me a line at wwechsung (at) ... [More] web.de. jaLISQ uses JDBC metadata to generate Java representations of SQL. As regards typesafety this enables programs using jaLISQ to bind to the data layer at the earliest possible time. jaLISQ project goalscreate a typesafe way to compose SQL in Java programs. provide SQL syntax highlighting and assisting and auto completion as well as inline documentation from within Java programs enable easy SQL refactoring with respect to the DB schema jaLISQ scopeSQL Metadata to Java artifacts generator Java DSL styled API (domain specific language) for creating typesafe DML statements. Plugins for Netbeans and Eclipse to enable transparent integration of jaLISQ support for ANSI SQL 99 and major SQL dialects (MySQL, MSSQL, Oracle) Not in scope:jaLISQ is not supposed to be an ORM or database cache. DDL and dynamic DDL. jaLISQ will not support tables that are subject to dynamic structure changes. The assumption of this project is that usage of jaLISQ will largely follow this process: -> define DB schema -> run jaLISQ artifact generator -> deploy and ensure that test and production db use the same schema Project governance style: Benevolent Dictator / Meritocracy Documentation style: user documentation > all Project philosophy: Get stuff done Target group: Java Application developers [Less]

0
 
  0 reviews  |  0 users  |  1,299 lines of code  |  0 current contributors  |  Analyzed 2 days ago
 
 
 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.