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.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,8e0cb57b5e30a8be,start X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!j33g2000cwa.googlegroups.com!not-for-mail From: kk_oop@yahoo.com Newsgroups: comp.lang.ada Subject: Java wrappers around Ada? Date: 22 Mar 2006 05:01:31 -0800 Organization: http://groups.google.com Message-ID: <1143032491.488772.259820@j33g2000cwa.googlegroups.com> NNTP-Posting-Host: 70.106.83.129 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: posting.google.com 1143032499 32689 127.0.0.1 (22 Mar 2006 13:01:39 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Wed, 22 Mar 2006 13:01:39 +0000 (UTC) User-Agent: G2/0.2 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.8) Gecko/20050511,gzip(gfe),gzip(gfe) Complaints-To: groups-abuse@google.com Injection-Info: j33g2000cwa.googlegroups.com; posting-host=70.106.83.129; posting-account=bpC0tQwAAAAFvEfLVRfM_BbbKvfOCzQV Xref: g2news1.google.com comp.lang.ada:3554 Date: 2006-03-22T05:01:31-08:00 List-Id: Hi. My team has a bunch of legacy Ada code. Our new code is being written in Java. However, we still have many complex algorithms written in thousands of lines of Ada. Rather than rewriting the tested/validated Ada code in Java, we'd like to create a Java facade that would delegate to the Ada code, thereby making the Ada code available to newer Java client objects. Is this reasonable (as opposed to rewriting everything in Java)? Anyone know what mechanisms/libraries would support such an approach? Thanks! Ken