SQLJ is something like Pro*C - you can easy embed static PL/SQL into Java code. JDBC is like ODBC. It's fully dynamic and you manage your results with java code, not PL/SQL.
I'm using JDBC and I'm very pleased with it. With JDBC2 you can even implement strong security schemas, the old REF_CURSOR bug (in JDBC1) being fixed. All you have is to build stored functions and procedures in application owner schema, to define a GUI in Java (Swing or AWT) and (granting execute rights to users) calling your PL/SQL code from GUI. It's a simplistic way to port your application to GUI in Java. Off course, there's Java beans, EJB ... etc
Good luck in your actions.
Eduard Stoleru
e_stoleru@yahoo.com
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.