JPublisher & oracle dependent code [message #312335] |
Tue, 08 April 2008 10:41 |
custom_made
Messages: 1 Registered: April 2008 Location: Maryland
|
Junior Member |
|
|
I am very new in Oracle Advanced Queuing and in JPublisher. I am planning to AQ for a publish-and-subscribe application. I first define a queue type with oracle. Then I could use JPublisher to translate the type into a Java class. The generated class contains the attributes (mapped to java types) and provide assessors. Then my Java application code simply include the generated class in my package. I am not using the PL/SQL at all. i.e. I would run:
jpub -user=<id>/<pwd>
-sql=<queue type>
-usertypes=oracle
-methods=false
Question. Based on the way I am planning to use JPublisher, does JPublisher generate oracle database objects and code that is oracle dependent, or if JPublisher is simply a tool which generates straight-up Java code that runs in a regular Java JVM (not one with Oracle attached).
Thanks for any info,
Ted
|
|
|