RE: Convert PL/SQL to Java

2002-08-19 Thread John Dunn

Does that actually convert PL/SQL to java, or just put some sort of java
wrapper around the PL/SQL?

John

 -Original Message-
 From: [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED]]
 Sent: 16 August 2002 07:23
 To:   Multiple recipients of list ORACLE-L
 Subject:  Re: Convert PL/SQL to Java
 
 I didn't see a reply to this but apparently Jdeveloper 9i can do this
 
 From the 91 Help file
 
 Generating Java Source Code for Oracle Objects and PL/SQL Packages 
 To generate Java classes for an object type or package, right-click an 
 object type or package in JDeveloper's Navigator pane. You can also 
 right-click a folder, such as the Object Types folder or the PL/SQL 
 Packages folder, to generate Java classes for all of the objects or 
 packages it contains. Choose Generate Java from the menu to open the 
 JPublisher Wizard. Click Help for instruction on using the wizard. The 
 generated classes are added to JDeveloper's Navigator pane for the Project
 
 and Package you specified.
 
 Cheers
 
 --
 =
 Peter McLarty   E-mail: [EMAIL PROTECTED]
 Technical ConsultantWWW: http://www.mincom.com
 APAC Technical Services Phone: +61 (0)7 3303 3461
 Brisbane,  AustraliaMobile: +61 (0)402 094 238
 Facsimile: +61 (0)7 3303 3048
 =
 A great pleasure in life is doing what people say you cannot do.
 
 - Walter Bagehot (1826-1877 British Economist)
 =
 Mincom The People, The Experience, The Vision
 
 =
 
 This transmission is for the intended addressee only and is confidential 
 information. If you have received this transmission in error, please 
 delete it and notify the sender. The contents of this e-mail are the 
 opinion of the writer only and are not endorsed by the Mincom Group of 
 companies unless expressly stated otherwise. 
 
 
 
 
 
 
 Barry Deevey [EMAIL PROTECTED]
 Sent by: [EMAIL PROTECTED]
 15-08-2002 07:03 PM
 Please respond to ORACLE-L
 
  
 To: Multiple recipients of list ORACLE-L
 [EMAIL PROTECTED]
 cc: 
 Fax to: 
 Subject:Convert PL/SQL to Java
 
 
 Good morning,
 
 Does anybody know of a utility that can convert PL/SQL code to Java code??
 
 Thanks in advance for any replies.
 
 Barry
 -- 
 Please see the official ORACLE-L FAQ: http://www.orafaq.com
 -- 
 Author: Barry Deevey
   INET: [EMAIL PROTECTED]
 
 Fat City Network Services-- (858) 538-5051  FAX: (858) 538-5051
 San Diego, California-- Public Internet access / Mailing Lists
 
 To REMOVE yourself from this mailing list, send an E-Mail message
 to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
 the message BODY, include a line containing: UNSUB ORACLE-L
 (or the name of mailing list you want to be removed from).  You may
 also send the HELP command for other information (like subscribing).
 
 
 
 -- 
 Please see the official ORACLE-L FAQ: http://www.orafaq.com
 -- 
 Author: 
   INET: [EMAIL PROTECTED]
 
 Fat City Network Services-- (858) 538-5051  FAX: (858) 538-5051
 San Diego, California-- Public Internet access / Mailing Lists
 
 To REMOVE yourself from this mailing list, send an E-Mail message
 to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
 the message BODY, include a line containing: UNSUB ORACLE-L
 (or the name of mailing list you want to be removed from).  You may
 also send the HELP command for other information (like subscribing).
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: John Dunn
  INET: [EMAIL PROTECTED]

Fat City Network Services-- (858) 538-5051  FAX: (858) 538-5051
San Diego, California-- Public Internet access / Mailing Lists

To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).



RE: Convert PL/SQL to Java

2002-08-19 Thread Naveen Nahata

What about SQLJ? You can wrap the entire PL/SQL code inside a SQLJ file and
use it as such without converting it into Java

HTH
Naveen

-Original Message-
Sent: Monday, August 19, 2002 4:03 PM
To: Multiple recipients of list ORACLE-L


Does that actually convert PL/SQL to java, or just put some sort of java
wrapper around the PL/SQL?

John

 -Original Message-
 From: [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED]]
 Sent: 16 August 2002 07:23
 To:   Multiple recipients of list ORACLE-L
 Subject:  Re: Convert PL/SQL to Java
 
 I didn't see a reply to this but apparently Jdeveloper 9i can do this
 
 From the 91 Help file
 
 Generating Java Source Code for Oracle Objects and PL/SQL Packages 
 To generate Java classes for an object type or package, right-click an 
 object type or package in JDeveloper's Navigator pane. You can also 
 right-click a folder, such as the Object Types folder or the PL/SQL 
 Packages folder, to generate Java classes for all of the objects or 
 packages it contains. Choose Generate Java from the menu to open the 
 JPublisher Wizard. Click Help for instruction on using the wizard. The 
 generated classes are added to JDeveloper's Navigator pane for the Project
 
 and Package you specified.
 
 Cheers
 
 --
 =
 Peter McLarty   E-mail: [EMAIL PROTECTED]
 Technical ConsultantWWW: http://www.mincom.com
 APAC Technical Services Phone: +61 (0)7 3303 3461
 Brisbane,  AustraliaMobile: +61 (0)402 094 238
 Facsimile: +61 (0)7 3303 3048
 =
 A great pleasure in life is doing what people say you cannot do.
 
 - Walter Bagehot (1826-1877 British Economist)
 =
 Mincom The People, The Experience, The Vision
 
 =
 
 This transmission is for the intended addressee only and is confidential 
 information. If you have received this transmission in error, please 
 delete it and notify the sender. The contents of this e-mail are the 
 opinion of the writer only and are not endorsed by the Mincom Group of 
 companies unless expressly stated otherwise. 
 
 
 
 
 
 
 Barry Deevey [EMAIL PROTECTED]
 Sent by: [EMAIL PROTECTED]
 15-08-2002 07:03 PM
 Please respond to ORACLE-L
 
  
 To: Multiple recipients of list ORACLE-L
 [EMAIL PROTECTED]
 cc: 
 Fax to: 
 Subject:Convert PL/SQL to Java
 
 
 Good morning,
 
 Does anybody know of a utility that can convert PL/SQL code to Java code??
 
 Thanks in advance for any replies.
 
 Barry
 -- 
 Please see the official ORACLE-L FAQ: http://www.orafaq.com
 -- 
 Author: Barry Deevey
   INET: [EMAIL PROTECTED]
 
 Fat City Network Services-- (858) 538-5051  FAX: (858) 538-5051
 San Diego, California-- Public Internet access / Mailing Lists
 
 To REMOVE yourself from this mailing list, send an E-Mail message
 to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
 the message BODY, include a line containing: UNSUB ORACLE-L
 (or the name of mailing list you want to be removed from).  You may
 also send the HELP command for other information (like subscribing).
 
 
 
 -- 
 Please see the official ORACLE-L FAQ: http://www.orafaq.com
 -- 
 Author: 
   INET: [EMAIL PROTECTED]
 
 Fat City Network Services-- (858) 538-5051  FAX: (858) 538-5051
 San Diego, California-- Public Internet access / Mailing Lists
 
 To REMOVE yourself from this mailing list, send an E-Mail message
 to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
 the message BODY, include a line containing: UNSUB ORACLE-L
 (or the name of mailing list you want to be removed from).  You may
 also send the HELP command for other information (like subscribing).
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: John Dunn
  INET: [EMAIL PROTECTED]

Fat City Network Services-- (858) 538-5051  FAX: (858) 538-5051
San Diego, California-- Public Internet access / Mailing Lists

To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
--
Please see the official ORACLE-L FAQ: http://www.orafaq.com
--
Author: Naveen Nahata
  INET: [EMAIL PROTECTED]

Fat City Network Services-- (858) 538-5051  FAX: (858) 538-5051
San Diego, California-- Public Internet access / Mailing Lists

To REMOVE yourself

Convert PL/SQL to Java

2002-08-15 Thread Barry Deevey

Good morning,

Does anybody know of a utility that can convert PL/SQL code to Java code??

Thanks in advance for any replies.

Barry
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Barry Deevey
  INET: [EMAIL PROTECTED]

Fat City Network Services-- (858) 538-5051  FAX: (858) 538-5051
San Diego, California-- Public Internet access / Mailing Lists

To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).



Re: Convert PL/SQL to Java

2002-08-15 Thread Peter . McLarty

I didn't see a reply to this but apparently Jdeveloper 9i can do this

From the 91 Help file

Generating Java Source Code for Oracle Objects and PL/SQL Packages 
To generate Java classes for an object type or package, right-click an 
object type or package in JDeveloper's Navigator pane. You can also 
right-click a folder, such as the Object Types folder or the PL/SQL 
Packages folder, to generate Java classes for all of the objects or 
packages it contains. Choose Generate Java from the menu to open the 
JPublisher Wizard. Click Help for instruction on using the wizard. The 
generated classes are added to JDeveloper's Navigator pane for the Project 
and Package you specified.

Cheers

--
=
Peter McLarty   E-mail: [EMAIL PROTECTED]
Technical ConsultantWWW: http://www.mincom.com
APAC Technical Services Phone: +61 (0)7 3303 3461
Brisbane,  AustraliaMobile: +61 (0)402 094 238
Facsimile: +61 (0)7 3303 3048
=
A great pleasure in life is doing what people say you cannot do.

- Walter Bagehot (1826-1877 British Economist)
=
Mincom The People, The Experience, The Vision

=

This transmission is for the intended addressee only and is confidential 
information. If you have received this transmission in error, please 
delete it and notify the sender. The contents of this e-mail are the 
opinion of the writer only and are not endorsed by the Mincom Group of 
companies unless expressly stated otherwise. 






Barry Deevey [EMAIL PROTECTED]
Sent by: [EMAIL PROTECTED]
15-08-2002 07:03 PM
Please respond to ORACLE-L

 
To: Multiple recipients of list ORACLE-L [EMAIL PROTECTED]
cc: 
Fax to: 
Subject:Convert PL/SQL to Java


Good morning,

Does anybody know of a utility that can convert PL/SQL code to Java code??

Thanks in advance for any replies.

Barry
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Barry Deevey
  INET: [EMAIL PROTECTED]

Fat City Network Services-- (858) 538-5051  FAX: (858) 538-5051
San Diego, California-- Public Internet access / Mailing Lists

To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).



-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: 
  INET: [EMAIL PROTECTED]

Fat City Network Services-- (858) 538-5051  FAX: (858) 538-5051
San Diego, California-- Public Internet access / Mailing Lists

To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).