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.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,a77b930ddfb44a4e,start X-Google-Attributes: gid103376,public From: Michael Erdmann Subject: ** ASCL 0.5 released ** Date: 2000/11/12 Message-ID: <3A0F00A3.D9FA8DD2@snafu.de>#1/1 X-Deja-AN: 692816871 Content-Transfer-Encoding: 7bit Organization: http://www.snafu.de/~boavista X-Accept-Language: en Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 Newsgroups: comp.lang.ada Date: 2000-11-12T00:00:00+00:00 List-Id: **************************************** Application Standard Components Library (ASCL) Release Note Version 0.5 **************************************** The ASCL is written in Ada95 using the GNU Ada 95 compiler on a Linux (Suse 6.3) plattform. The intention of this software is to provide a frame work of medium sized components in order to ease the implementation of small client/server applications. The architecture of the library addresses the following design objectives: * A Common base class for ASCL components providing debugging/trace support and other basic services. * Seperation between ASCL library domains and common support code. * Clear seperation between library and the environment by means of abstract interfaces. The library is split into the basic support packages and the so called domain packages. The basic support packages are providing the following services: * Connection oriented network interfaces. * Complete Server package including a abstract session model. * Simple container. * Debugging & Trace facilities. * Online Confguration Managers. * Communication between ASCL objects via events. The domain packages are covering the following doamins: * File Handling as trace files, configuration files. * SQL/Data Base Support. * MySQL binding. * Distributed objects. * Transaction management for ASCL objects. * Socket communication. As i understand this release as an early draft of the ASCL, i am extremly open for review comments on the basline document and on the already existing code which is located at: http://www.snafu.de/~boavista/ascl.html Regards M.Erdmann