=========================================================================================================================== Project : PLSQL-Commons Authors : arnold@reuser.info and dimtri.lambrou@gmail.com
Welcome to PLSQL Commons!
PLSQL Commons is a project focused on creating and maintaining reusable PLSQL components. Components that will enrich the PLSQL programmer's toolkit. Components that promote the programmers shift from solving purely technical problems to actual business problems.
This library include solutions for standards logging, unittesting, template engine and a lot more of easy use functionality:
* PLSQLLogging is Logging Framework
* PLSQLUnitTest is UnitTesting? Framework
* PLSQLMapCollection is Collection Map
* PLSQLUtility is Wrapped Apache Commons and many more
* PLSQLTempateEngine is PlSQL Template Engine like Velocity
o Settings
o Parse/Syntax
o Content (Lists(mvp) + templates)
o Write
* PLSQLCompare is generation of .equals(): for all simpel datatypes and complex datatypes including tables, records and xml
* PLSQLConvert is generation of .toString(): for all simpel datatypes and complex datatypes including tables, records and xml
http://code.google.com/p/plsql-commons/ You can monitor all new activity at our home page. Let us know if you want to hear about new versions and sure any feeds back is very appreciated.
For executing the install script you need to use sqlplus and have setup an Oracle database and user.
- Unzip the file, you can use winzip.
- Connect to your database schema you like to install PLSQL-Commons and execute the installPLSQLCommons.sql file.
- Connect to your database schema you have install PLSQL-Commons in and execute the removePLSQLCommons.sql file.
see http://www.apache.org/licenses/LICENSE-2.0
See home page and included unit tests which are our main documents.
Please use the system available on the homepage for reporting bugs and to request features.