Skip to content

i-Cell-Mobilsoft-Open-Source/frappee

Repository files navigation

frapp:ee

Frapp:ee Documentation

Frapp:ee is a collection of ORM solutions. Its structure is modular, and almost everything can be overridden at the project level. The framework is based on coffee-ee modules.

Maven central

Frapp:ee can also be found in the official maven repository as well, it is enough to reference necessary BOM objects in the project which handles each sub-modules automatically:

dependencyManagement settings
<dependencyManagement>
    <dependency>
        <groupId>hu.icellmobilsoft.frappee</groupId>
        <artifactId>frappee-bom-project</artifactId>
        <version>${version.hu.icellmobilsoft.frappee}</version>
        <type>pom</type>
        <scope>import</scope>
    </dependency>
</dependencyManagement>
usase of modules
<dependencies>
    <dependency>
        <groupId>hu.icellmobilsoft.frappee</groupId>
        <artifactId>frappee-hibernate-batch</artifactId>
    </dependency>
    ...other frapp:ee modules...
</dependencies>

For more detailed documentation please see: frapp:ee documentation

Copyright © 2020 i-Cell Mobilsoft Zrt.

1. Frapp:ee Dokumentáció

A frapp:ee ORM megoldások implementációs gyűjteménye. A felépítése moduláris, és felülírható projekt szinten szinte minden. A keretrendszer a coffee-se moduljaira épít.

2. Maven central

A frapp:ee megtalálható az official maven repository-ban is, a projekten elég behúzni a BOM-ot mely minden almodult lekezel:

dependencyManagement beállítások
<dependencyManagement>
    <dependency>
        <groupId>hu.icellmobilsoft.frappee</groupId>
        <artifactId>frappee-bom-project</artifactId>
        <version>${version.hu.icellmobilsoft.frappee}</version>
        <type>pom</type>
        <scope>import</scope>
    </dependency>
</dependencyManagement>
modulok használata
<dependencies>
    <dependency>
        <groupId>hu.icellmobilsoft.frappee</groupId>
        <artifactId>frappee-hibernate-batch</artifactId>
    </dependency>
    ...egyéb frappee:ee modulok...
</dependencies>

Bővebb leírás a frapp:ee dokumentáció oldalon található.

Copyright © 2020 i-Cell Mobilsoft Zrt.