comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » Java and IDL
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Re: Java and IDL [message #39894 is a reply to message #39766] Tue, 15 June 2004 07:42 Go to previous messageGo to previous message
Michael Wallace is currently offline  Michael Wallace
Messages: 409
Registered: December 2003
Senior Member
Actually, an easier route is to go to Chapter 8 of the External
Development Guide and read up on Java-IDL integration. There is an
example of a program which uses Java for the GUI and IDL for the
processing underneath. The only gotcha is that the main program needs
to be written in IDL and Java is called from IDL.

Use Callable IDL only if you really need to call IDL from Java. Keep in
mind that this is a much more difficult route since there is no direct
way to use callable IDL in Java. You'd need handle the callable IDL in
C and then create JNI mappings from Java to the C library just created.
Neither Callable IDL or JNI are that easy to work with if you've never
touched them before.

-Mike

Haje Korth wrote:
> You should look at the IDL External Development Guide under sction "Callable
> IDL".
>
> Cheers,
> Haje
>
>
> "Pushya" <pushyar@yahoo.com> wrote in message
> news:39e6dba3.0406141037.4667df67@posting.google.com...
>
>> Hello
>>
>> I have some questions about integrating Java and IDL. If I wanted
>> to create a GUI in java and call pre-written IDL code(and methods
>> too), from the GUI, is the possible? Any help or pointers in the right
>> direction will be appreciated.
>>
>> Thanks
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Previous Topic: QROMB and parameters
Next Topic: bug in polyfiilv

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Sat Nov 29 11:32:36 PST 2025

Total time taken to generate the page: 0.32303 seconds