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,HK_NAME_MR_MRS autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,bf99c532c8230463 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-12-19 07:52:31 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!cyclone.bc.net!newsfeed.direct.ca!look.ca!wn1feed!worldnet.att.net!204.127.198.203!attbi_feed3!attbi.com!rwcrnsc52.POSTED!not-for-mail From: Mr. Caffiene Newsgroups: comp.lang.ada Subject: Re: Ada vs Java performance testing... Message-ID: <20011219105627.72368ae8.chainsaw2000@mail.attbi.com> References: <3C1EEE09.D6AB3B23@ida.his.se> Organization: Caffienated Corps. X-Newsreader: Sylpheed version 0.6.5 (GTK+ 1.2.10; i586-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Date: Wed, 19 Dec 2001 15:52:29 GMT NNTP-Posting-Host: 192.168.198.212 X-Complaints-To: abuse@attbi.com X-Trace: rwcrnsc52 1008777149 192.168.198.212 (Wed, 19 Dec 2001 15:52:29 GMT) NNTP-Posting-Date: Wed, 19 Dec 2001 15:52:29 GMT Xref: archiver1.google.com comp.lang.ada:18095 Date: 2001-12-19T15:52:29+00:00 List-Id: On Tue, 18 Dec 2001 08:19:37 +0100 Michael Andersson wrote: > Hi! > This isn't realy a Ada question but I hope you can help me out any way. > For my final year project I'm going to port my realtime 3d simulator, > written in Ada using the OpenGL API, to Java and Java3D. The reason for > this is that a company here in Sweden is interested in how the > performance as well as design i affected when using Java3D instead of > OpenGL. Could you give me any tips on how to compare to version of the > same application written in different programming languges? Do you know > of any good book on the subject? > > Best regards > /Michael Andersson Have you considered using JGNAT (the Ada to Java compiler)? If my understanding is correct, you can import Java classes and Objects into Ada code using it, including Java3D. Something to look into perhaps. Chris McDoobie