Skip to content

iebing/oqs

Repository files navigation

$Id$

THE OBJECT QUERY SYSTEM, release 0.1 (Jan 17, 2008)
--------------------------------------------------------------------------------
For the latest version of OQS visit the opoo.org homepage (http://www.opoo.org/)
or OQS project homepage hosted on Google (http://oqs.googlecode.com/).


1. INTRODUCTION
---------------
Object Query System(OQS)- OQS is a simple object/relational persistence and query service. OQS lets you develop
persistent classes using simple query string (Object Query String, QS). Just like native SQL, object query 
string is very powerful, it's easy to understand. 

2. LICENSING
-------------
OQS is licensed under Apache License Version 2.0 open source license.
See license.txt for more details.


3. REQUIREMENTS
---------------
The following requirements exist for building OQS:
* Required
  JDK 1.4.2 (or later)
  Spring core, jdbc, beans and dao Modules (SpringFramework 2.0 or later)
  Commons Collections 3.2
  Commons BeanUtils 1.6
  Commons Lang 2.3
  Commons Logging 1.0
  Hibernate 3.0
  jta lib

The following requirements exist for running OQS:
* Required
  JDK 1.4.2 (or later)
  Spring JDBC (SpringFramework 2.0 or later)
  Commons Collections 3.2
  Commons BeanUtils 1.6
  Commons Lang 2.3
  Commons Logging 1.0
  jta lib

* Optional
  Hibernate 3.0


----------------------------------------------------------
Object Query System
Copyright 2006-2008 Alex Lin. All rights reserved.
Project Homepage (http://oqs.googlecode.com/).

About

Automatically exported from code.google.com/p/oqs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors