Information on the Add-on
Faktor-IPS normally saves all product data in XML files. This can be loaded from the classpath by a ClassLoaderProductDataProvider
at runtime. Alternatively the faktorips-runtime-jpa
can be used to save the product data in a database. The DbProductDataProvider
is used to read this data. There are several clients for deploying to the database, which can be integrated into the build process, e.g. with Maven.
Further information can be found in the documentation.
JPA Service:
<dependency> <groupId>org.faktorips.runtimejpa</groupId> <artifactId>productdata-jpa-deployment-service<</artifactId> <version><!-- fips version --></version> </dependency>
JPA Client:
<dependency> <groupId>org.faktorips.runtimejpa</groupId> <artifactId>productdata-jpa-deployment-client<</artifactId> <version><!-- fips version --></version> </dependency>
Maven Deployment Plugin:
<dependency> <groupId>org.faktorips.runtimejpa</groupId> <artifactId>productdata-jpa-deployment-maven-plugin<</artifactId> <version><!-- fips version --></version> </dependency>