-
May 21st, 2009, 02:10 PM
#1
Spring SQLJ tutorial
I am new to SQLJ. I am planning to use Spring SQLJ extension. I have created one sqlj file. How can i convert it to .java file without having any reference to any database ?. Is there any document which explains about how to use Spring SQLJ...Step by Step guide ?
-
May 25th, 2009, 01:10 AM
#2
Re: Spring SQLJ tutorial
Hi Saravanan,
you need to use the SQLJ translator to generate the .java file from the .sqlj file. The translator unfortunately is shipped by the database vendor (IBM & oracle that i am aware of), although there is vendor specific that should be generated.
If you pull this extension from the repository and build it, the build process will download the oracle translator. Alternately for Oracle, you can get it from here http://download.oracle.com/otn/utili...1/jpub_102.zip
For IBM - https://www14.software.ibm.com/webap...ce=swg-idsjs11
Will update the links for getting started documentation
thanks
Mario
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules