The CoreLinux++ Abstract Framework Library (libclfw++) is a library meant to facilitate the development of commonly used frameworks for C++ applications. It does this by providing common classes and the abstractions of frameworks for extension.
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.
Diese Version verfeinert Metaklasse Auflösung und die Möglichkeit, die Schema-Klasse definieren, die für Schema instanziieren Modellierung oder bei der Wiederherstellung von fortbestehen.
Tags:
Minor feature enhancements
This release refines MetaClass resolution and the
ability to define which Schema class to
instantiate for Schema modeling or when restoring
from persist.
Diese Version ermöglicht ein sehr mächtiges Framework Persistenz Abstraktion, auf der Prämisse, dass die tatsächliche Storage-Service-Code (das, was in konkreten Dienstleistungen bestehen unter der Abstraktion gebaut) soll intelligent genug, um Hinweise aus der Domäne Beschreibungen (Begriffe) in ein Schema, das definiert ist zu unabhängig von der Art der Lagerung Dienst die Anwendung auswählt. Said Begriffe bestimmt die Art gespeichert werden, zusätzlich zu anderen Informationen, und es ist die Aufgabe der Storage-Service, um die Daten Layout und Service-Execution im Sinne von deren Umsetzung zu verwalten. Diese Pressemitteilung enthält das Schema und Modellierung Konzept konstruiert und Dienstleistungen.
Tags:
Major feature enhancements
This release enables a very powerful framework persistence
abstraction, built on the premise that the actual storage service code
(that which implements concrete persist services beneath the
abstraction) should be intelligent enough to take guidance from domain
descriptions (concepts) defined in a schema that is independent of the
kind of storage service the application selects. Said concepts define
the types to be stored, in addition to other information, and it is
the job of the storage service to manage the data layout and service
execution as defined by its implementation. This release contains the
Schema and Concept modeling constructs and services.
Die abstrakte Bibliothek laden Rahmen wurde umgerüstet, um die bisherige Arbeit (0.2.5) mit Ontologien und Metaklassen getan zu nutzen. Dies hat die Einführung der ersten konkreten Rahmen Umsetzung aktiviert: libclfll + + 0.1.0.
The abstract Library Load framework was refitted to leverage the previous work (0.2.5) done with Ontologies and MetaClasses. This has enabled the creation of the first concrete framework implementation: libclfll++ 0.1.0.
Viele Änderungen im Zusammenhang mit der Meta-System gemacht wurden. Wesentliche Änderungen in der Benutzeroberfläche von der vorherigen Version wurden. Diese Version erfordert CoreLinux + + 0.4.30 und libuuid.
Many changes pertaining to the Meta system were made. Significant interface changes from the previous version were made. This version requires CoreLinux++ 0.4.30 and libuuid.
MetaType unterstützt nun auch die statische Methode oder Funktion Versand ohne das Erfordernis eines Objekt-Instanz. Ein Fehler, der verhinderte RPM installiert wurde behoben.
MetaType now supports static method or function dispatching without the requirement of an object instance. A defect which prevented RPM installs was fixed.