[ANN] OrindaBuild 3.0 - A utility that writes Java to call OracleSQL Statements and PL/SQL procedures.
| announce@orindaFRUITBATsoft.com 21 Nov 2003 16:48 GMT | Page rating:  |
What is OrindaBuild?
====================
OrindaBuild™ is a utility that automatically writes Java™ code to access
Oracle® databases. OrindaBuild takes files containing SQL statements and
generates matching Java source files to run them. It can also examine a
database and write access code for its PL/SQL procedures, packages,
functions and sequences. By automating the tedious task of writing
access code, it can dramatically improve productivity and quality.
OrindaBuild also helps to reduce the time taken for Java code to catch
up with database design changes.
How does it work?
=================
OrindaBuild has a Swing GUI to choose PL/SQL™ procedures or files
containing SQL statements. Specify the location for code generation, add
your comments and other configuration information and click Generate.
All the source you need is either created or ships with the product.
There is no runtime component and your code continues to work when your
license expires.
Design features:
================
Intuitive and straightforward - A Swing GUI lists existing PL/SQL
objects and makes creating code trivial.
No mysterious runtime component - Everything is done with human readable
source code.
No precompilers needed - No requirement to use SQLJ.
Large object support - BLOBs, CLOBs and BFILE parameters can be treated
as java.io.File objects.
Pay-As-You-Go Licensing - OrindaBuild is available for periods ranging
from one month to a year. When the license expires you can maintain the
code by hand. Generated code does not stop working because your licence
has expired.
No Schema Changes - OrindaBuild does not create any additional database
objects such as Procedures or Tables.
PL/SQL Support:
===============
Cursor Support - Cursors can't be left open and are returned in a
spreadsheet like data structure.
Understands Oracle's privileges - Can call PL/SQL objects owned by other
users or referred to by Synonyms.
Support for BOOLEAN parameters - Can call PL/SQL procedures with BOOLEAN
parameters without having to create an additional procedure.
Support for records as parameters - Can call PL/SQL Procedures that have
%ROWTYPE, %TYPE, PL/SQL Package Record and Oracle Object Type Parameters
provided they don't have nested records.
SQL Support:
============
Simple user interface - The only thing users have to do is name and give
data types to parameters. This can be done with either the Java user
interface or by placing special comments after parameters in the SQL file.
Supports all legal SQL statements - OrindaBuild will make a runnable
Java class out of any file that containts a valid SQL statement
All query results can be cached - SELECT statements are turned into
classes which can cache query results
Compatible with SQL*Plus - OrindaBuild turns the '&' character into '?'
and removes surrounding quotes when reading SQL files. Files which are
runnable in SQL*Plus will turn into runnable Java source code without
modification.
Downloading OrindaBuild
=======================
Orinda Software's web site is located at:
http://www.orindasoft.com/
A fully functional Version of OrindaBuild can be downloaded from:
http://www.orindasoft.com/public/Pages.php4?location=Downloadtwo&adsrc=UNV30001
About Orinda Software
=====================
Orinda Software is a privately held startup located in Dublin, Ireland.
Orinda's mission is to create easily usable products that improve
productivity for people who use Oracle, Java and JDBC.
Orinda Software is a Sun Independent Software Vendor and a Paypal
Verified Merchant.
"OrindaBuild" and "Orinda Software" are trademarks of Orinda Software, Ltd.
------------------------------------------------------------------------
Remove FRUITBAT for a valid Email address..
www.orindasoft.com - Makers of OrindaBuild
OrindaBuild generates Java JDBC access code for calling PL/SQL Procedures.
No comments at this time. Why not be the first?