SPWrapper 0.5.3 review

Download
by rbytes.net on

SPWrapper project analyzes Oracle database system tables, finds out parameter names and types, and writes the Java code necessary for

License: GPL (GNU General Public License)
File size: 0K
Developer: Giovanni Bricconi
0 stars award from rbytes.net

SPWrapper project analyzes Oracle database system tables, finds out parameter names and types, and writes the Java code necessary for calling stored procedures.

Do you ever needed to use stored procedures from java code? Perhaps you had to write first the stored procedure, then you had to write that boring java code with all those register parameters and getInt/getString etc.

Then perhaps you needed to change some parameters and had to check and correct the java code. And what about double checking that the connection was closed and the exception catched in the right way?

I had to do it a lot of times... then I realized that once you have written and compiled the stored procedure in you database all the needed information about parameters is available. A program could read this information and write for me the needed java code.

SPWrapper is the result of this idea. Currently it works with the Oracle database, but in the future I plan support other databases.

What's New in This Release:
The Netbeans 5.0 plugin has been introduced.

SPWrapper 0.5.3 search tags