< Ada Programming < Libraries < MultiPurpose

Matreshka is a set on Ada libraries to assist development of information systems. It includes four libraries:

  1. League - localization, internationalization and globalization of Ada applications. Key component of the library is efficient implementation of unbounded form of string of Unicode characters. Usual set of base string operations extended by locale dependent operations like case conversion and collation according to Unicode Standard, Unicode Collation Algorithm and Common Locale Database. It includes Unicode compliance regular expression engine, text decoding from large number of encodings and message translation system. Message translation system uses XLIFF format to interchange message translations with translators' tools.
  2. XML processor - provides SAX-style API to read and write XML documents. XML1.0 (Fifth Edition), XML1.1 (Second Edition), Namespaces in XML and XML Base Specifications are supported. Strings, files and sockets can be used as input source in blocking or non-blocking mode. Incremental parsing is supported.
  3. FastCGI - allows to develop Web applications and to use them with standard HTTP servers (Apache, ISS, for example).
  4. WebServices - framework to develop SOAP based web applications. Includes support for WS-Security.
  5. SQL database access - provides simple generic API to access SQL databases. Firebird/Interbase, MySQL, Oracle, PostgreSQL, and SQLite3 backends are supported now.
  6. Ada Modeling Framework - implementation of Meta Object Facility to work with modeling languages and models. Includes UML, OCL, and UML Testing Profile modules.

For more information see:

http://forge.ada-ru.org/matreshka/

This article is issued from Wikibooks. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.