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=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.50.92.104 with SMTP id cl8mr44673448igb.1.1411895163521; Sun, 28 Sep 2014 02:06:03 -0700 (PDT) X-Received: by 10.140.30.246 with SMTP id d109mr3845qgd.7.1411895163440; Sun, 28 Sep 2014 02:06:03 -0700 (PDT) Path: border2.nntp.dca1.giganews.com!nntp.giganews.com!a13no4780727igq.0!news-out.google.com!i10ni40qaf.0!nntp.google.com!v10no76843qac.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Sun, 28 Sep 2014 02:06:03 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=66.176.73.77; posting-account=yiWntAoAAAC1KqC_shmxJYv07B9l6LNU NNTP-Posting-Host: 66.176.73.77 References: User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <38ebef9b-8c51-4f83-9f6b-c393a61a3c4e@googlegroups.com> Subject: Re: Gnoga - The GNU Omnificent GUI for Ada From: David Botton Injection-Date: Sun, 28 Sep 2014 09:06:03 +0000 Content-Type: text/plain; charset=ISO-8859-1 Xref: number.nntp.dca.giganews.com comp.lang.ada:189229 Date: 2014-09-28T02:06:03-07:00 List-Id: I have restructured Gnoga's source base in the following way (I don't expect any big changes like this again in structure, only continued additions) Gnoga.Gui - All Gui / DOM elements Gnoga.Client - Non-GUI APIs that run on the browser side (none yet but will include things like persistant storage in the browser, client side file access, etc.) Gnoga.Server - Server side APIs, like Active Records, MySQL, SQLite bindings, Schema migration support, etc. Gnoga.Application - Application services, Singleton, Multiuser Gnoga.Types - Gnoga specific types