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=2.0 required=5.0 tests=BAYES_00,FORGED_MUA_MOZILLA, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,6deb3e1ddefb099 X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.204.141.4 with SMTP id k4mr1615236bku.6.1337375319884; Fri, 18 May 2012 14:08:39 -0700 (PDT) Path: e27ni11944bkw.0!nntp.google.com!news1.google.com!goblin1!goblin2!goblin.stu.neva.ru!aioe.org!.POSTED!not-for-mail From: "Nasser M. Abbasi" Newsgroups: comp.lang.ada Subject: Re: Companies Only Offering Ada-95 Compilers Date: Fri, 18 May 2012 16:07:25 -0500 Organization: Aioe.org NNTP Server Message-ID: References: <3db3e683-8054-4d69-a3f4-8afa0b2b14c3@googlegroups.com> <1992ibk3vixd0$.18ri3cfm0vnyu.dlg@40tude.net> Reply-To: nma@12000.org NNTP-Posting-Host: JFgm6aMVwmC/YQNQyUTYRQ.user.speranza.aioe.org Mime-Version: 1.0 X-Complaints-To: abuse@aioe.org User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:12.0) Gecko/20120428 Thunderbird/12.0.1 X-Notice: Filtered by postfilter v. 0.8.2 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Date: 2012-05-18T16:07:25-05:00 List-Id: On 5/18/2012 3:52 PM, Nasser M. Abbasi wrote: > > So, the picture has changed from > > app app > +----------+-----------+...... > | Java VM | Java VM | > +----------+-----------+..... > | OS | OS | > +----------+-----------+..... > > To now, almost 20 years later to become > > > HTML5/JS app HTML5/JS app > +--------------+--------------+..... > | browser 1 | browser 2 | > +--------------+--------------+..... > | OS | OS | > +--------------+--------------+..... > I'd like to make small improvement the above software architecture. I think it should be like this: 20 years ago, the vision was Java app + | JVM /|\ / | \ / | \ / | \ OS1 OS2 OS3 ..... Now it evolved to HTML5/JS app + /|\ / | \ / | \ / | \ browser1 br2 browser3 .... (mobile platforms) /|\ / | \ / | \ / | \ OS1 OS2 OS3 ..... Before, we had one JVM on top of N number of OS's. Now we have M browsers on top of the same N number of OS's. A progress, in a way. --Nasser