O2DBIWiki: Difference between revisions

From BRF-Software
Jump to navigation Jump to search
imported>JomunaChoudhuri
No edit summary
imported>JomunaChoudhuri
No edit summary
Line 22: Line 22:
** [[/IntroScope| The scope of O2DBI]]
** [[/IntroScope| The scope of O2DBI]]
** [[/IntroFeatures| O2DBI Features]]
** [[/IntroFeatures| O2DBI Features]]
** [[/O2DBIWiki/IntroORMapping| Object-relational mapping]]
** [[/IntroORMapping| Object-relational mapping]]
** [[/O2DBIWiki/IntroRequirements| Requirements]]
** [[/IntroRequirements| Requirements]]
* Working with O2DBI
* Working with O2DBI
** [[/O2DBIWiki/WorkingDesigner| The O2DBI Designer]]
** [[/WorkingDesigner| The O2DBI Designer]]
** [[/O2DBIWiki/WorkingXMI| Converting XMI files]]
** [[/WorkingXMI| Converting XMI files]]
** [[/O2DBIWiki/WorkingGenerator| Generating perl code]]
** [[/WorkingGenerator| Generating perl code]]
* Using the generated code
* Using the generated code
** [[/O2DBIWiki/CodeOverview| Overview of the generated modules]]
** [[/CodeOverview| Overview of the generated modules]]
** [[/O2DBIWiki/CodeBackend| Backend - connecting to databases]]
** [[/CodeBackend| Backend - connecting to databases]]
** [[/O2DBIWiki/CodeMaster| Master - central instance]]
** [[/CodeMaster| Master - central instance]]
** [[/O2DBIWiki/CodeClasses| Classes - the generated interface]]
** [[/CodeClasses| Classes - the generated interface]]
** [[/O2DBIWiki/CodeExtensions| Extending the generated interface]]
** [[/CodeExtensions| Extending the generated interface]]
* [[/O2DBIWiki/FeaturesTODO| Features and TODO]]
* [[/FeaturesTODO| Features and TODO]]
* [[/O2DBIWiki/FAQ| FAQ]]
* [[/FAQ| FAQ]]


== Other Issues ==
== Other Issues ==

Revision as of 13:49, 24 August 2005

O2DBI Overview Page

O2DBI - Introduction

O2DBI is a codegenerator for SQL-based data management layers. Based in a description of class hierarchies, it produces ready-to-use perl classes for storing and retrieving data.

Main features:

  • support for arbitrary complex class hierarchies
  • polymorphic queries within class hierarchies
  • easily extensible classes without adding another layer
  • simple interface
  • XML based description of classes

O2DBI is used in nearly all applications developed at the CeBiTec.


Documentation

Other Issues

For more information about project setup, license, application examples, and publications, please go to the O2DBI website.

Contact

Please send an e-mail for account requests or questions concerning the use of "Software" to: MailTo(software AT cebitec DOT uni DASH bielefeld DOT de)

For bug reports, please use our bug reporting system BugZilla.

Author: Burkhard Linke