From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,edd596937677ce9d X-Google-Attributes: gid103376,public X-Google-Thread: 113ae9,edd596937677ce9d X-Google-Attributes: gid113ae9,public From: Dave Wood Subject: Re: Java and ADA? Date: 1998/10/12 Message-ID: <3622F0FD.3226B320@cts.com>#1/1 X-Deja-AN: 400522320 Cache-Post-Path: wagasa.cts.com!unknown@arniek.cts.com Content-Transfer-Encoding: 7bit References: <36225628.34A81AF2@lmco.com> To: Dave Brown Content-Type: text/plain; charset=us-ascii Organization: Deja Vous Productions Mime-Version: 1.0 Reply-To: dpw@cts.com Newsgroups: comp.lang.ada,comp.lang.java.help Date: 1998-10-12T00:00:00+00:00 List-Id: Dave Brown wrote: > > Hi, > > I am updating some software. There used to be two ADA83 programs sending > objects back and forth. I need to replace one of those programs with > Java code. Is it possible to send objects between Java and ADA83 via > sockets? I'm going to do it in any case, I just want to know if it's > possible before I do :) Assuming the Ada program is compiled to native code rather than byte code, you'd probably want to do this through JNI (Java native interface). A transparent interface to JNI, called AdaJNI, is available from Ainslee Software. (This same technology will be incorporated with the next release of ObjectAda, but in the meantime you can get it directly from Ainslee.) -- Dave Wood, Aonix -- Product Manager, ObjectAda for Windows -- http://www.aonix.com