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=-0.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,5f5005f2e54d1fc9,start X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!postnews.google.com!q23g2000yqd.googlegroups.com!not-for-mail From: "RasikaSrinivasan@gmail.com" Newsgroups: comp.lang.ada Subject: jgnat - Date: Mon, 15 Mar 2010 11:55:41 -0700 (PDT) Organization: http://groups.google.com Message-ID: NNTP-Posting-Host: 209.104.243.242 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: posting.google.com 1268679382 27991 127.0.0.1 (15 Mar 2010 18:56:22 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Mon, 15 Mar 2010 18:56:22 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: q23g2000yqd.googlegroups.com; posting-host=209.104.243.242; posting-account=mZyFSQoAAABfOmklsh1d8TPbS2LncUKl User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.8) Gecko/20100214 Ubuntu/9.10 (karmic) Firefox/3.5.8,gzip(gfe),gzip(gfe) Xref: g2news2.google.com comp.lang.ada:10550 Date: 2010-03-15T11:55:41-07:00 List-Id: All Looking for ideas. I am experimenting with Jgnat - ada targeting the jre. The goal is to experiment with GUI using Java Swing/Awt from Ada. Also will be trying to access some libraries developed in java. Looking for some ideas on how to organize such a project: - First for the entire JRE - I am not sure if I will need bindings to the entire library - probably only the high level interfaces. Should I plan on generating bindings for all of JRE and genering an ali for them? Any pointers appreciated. Cheers, srini