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 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,fe18532892e54b83 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news3.google.com!news2.volia.net!fu-berlin.de!newsfeed.arcor.de!newsspool2.arcor-online.net!news.arcor.de.POSTED!not-for-mail Newsgroups: comp.lang.ada Subject: Re: programming a web with ADA From: Georg Bauhaus In-Reply-To: <1161104378.743103.235820@i42g2000cwa.googlegroups.com> References: <1161104378.743103.235820@i42g2000cwa.googlegroups.com> Content-Type: text/plain Content-Transfer-Encoding: 7bit Organization: # Message-ID: <1161120208.6090.10.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.6.1 Date: Tue, 17 Oct 2006 23:23:28 +0200 NNTP-Posting-Date: 17 Oct 2006 23:16:03 CEST NNTP-Posting-Host: 899050df.newsspool2.arcor-online.net X-Trace: DXC=3YFf=849GTl[F<50eo:0knA9EHlD;3Ycb4Fo<]lROoRa4nDHegD_]ReZbaeNi7X7PcTiQOITnENobFU`4:K;4eRgOCObFVnQT6cTTmgQcE[ARf X-Complaints-To: usenet-abuse@arcor.de Xref: g2news2.google.com comp.lang.ada:7020 Date: 2006-10-17T23:16:03+02:00 List-Id: On Tue, 2006-10-17 at 09:59 -0700, ogalve wrote: > I have investigated a little and I believe that there is a language > called JGNAT but I don't find documentation that explains its use. JGNAT, and also AppletMagic, are compilers that translate Ada programs for the JVM. You can write Ada programs and execute them on the JVM. There are some limitations as regards full Ada 95 language support. The class files generated by JGNAT and AppletMagic need backwards compatibility switches turned on when you run them. (JGNAT is not a language, it is GNAT targetting the JVM.)