Projects/KdeFinance/Alkimia: Difference between revisions

    From KDE TechBase
    No edit summary
    No edit summary
    Line 11: Line 11:


    The [[KdeFinance/Alkimia/Usecases|Use-Case page]] lists some user centric use case examples for applications making use of Alkimia.
    The [[KdeFinance/Alkimia/Usecases|Use-Case page]] lists some user centric use case examples for applications making use of Alkimia.
    ==libalkimia==
    We found there is a need to share code between financial applications. There are some common classes we all use. They will become part of [[KdeFinance/Alkimia/libalkimia|libalkimia]].
    ==Alkimia D-Bus server==
    Another purpose of the Alkimia project will be sharing financial data between applications. We will provide a D-Bus server with a well defined interface to the outside world. It should be easy to use for every application (see use cases). This will be done by the [[KdeFinance/Alkimia/dbus-server|Alkimia D-Bus server]]

    Revision as of 09:15, 25 April 2010

    Alkimia

    Definition

    Alkimia is the infrastructure for common storage and business logic that will be used by all financial applications in KDE. The target is to share financial related information over application bounderies.

    The Name

    Alkimia is the Arabic word al-kimia (الكيمياء) for alchemy. That has a nice relationship to gold and thus to money and was picked for that reason on the first sprint of the KDE Finance Group.

    Use Cases

    The Use-Case page lists some user centric use case examples for applications making use of Alkimia.

    libalkimia

    We found there is a need to share code between financial applications. There are some common classes we all use. They will become part of libalkimia.

    Alkimia D-Bus server

    Another purpose of the Alkimia project will be sharing financial data between applications. We will provide a D-Bus server with a well defined interface to the outside world. It should be easy to use for every application (see use cases). This will be done by the Alkimia D-Bus server