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.
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>
<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>
<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.
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.
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>
<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>
<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.