Faktor-IPS Add-ons
Here you find all information on the Faktor-IPS add-ons.
Here you find all information on the Faktor-IPS add-ons.
Faktor-IPS offers a number of optional functions, which can be installed as an add-on. Depending on project requirements, you can use the add-ons separately or in any combination. For the installation in Eclipse, the update manager is entered in the update site as a source. Faktor-IPS should be already installed. If you need an older version of an add-on, deactivate the option “Show only the latest versions of available software” in the update manager.
All add-ons are subject to the same license as Faktor-IPS unless otherwise specified.
In addition to the plugins used at development time, there are extensions for the runtime libraries.
This add-on offers specific extensions for the runtime environment, such as additional classes for executing formulas with Groovy and distributed deployment of product data using EJBs.
Download:
<dependency> <groupId>org.faktorips</groupId> <artifactId>faktorips-runtime-productdataprovider-ejbclient</artifactId> <version><!-- fips version --></version> </dependency>
Deployment of product data in a database and access to it via JPA.
Download:
<dependency> <groupId>org.faktorips.runtimejpa</groupId> <artifactId>productdata-jpa-deployment-client</artifactId> <version>23.6.0</version> </dependency>
Maven-Plugin:
<plugin> <groupId>org.faktorips.runtimejpa</groupId> <artifactId>productdata-jpa-deployment-maven-plugin</artifactId> <version>23.6.0</version> </plugin>
The following table shows which plugin version corresponds to which Faktor-IPS version (title line):
Add-on | 21.6 | 21.12 | 22.6 | 22.12 | 23.6 | 24.1 | 24.7 |
---|---|---|---|---|---|---|---|
Produkt variants | 21.6 | 21.12 | 22.6(*) | 22.12 | 23.6 | 24.1 | 24.7 |
Product Release Add-ons | 21.6(*) | 21.12(*) | 22.6 | 22.12(*) | 23.6(**) | 24.1(**) | - (***) |
MultiEdit | - | 21.12 | 22.6 | 22.12 | 23.6 | 24.1 | 24.7 |
Runtime-Add-ons | 21.6 | 21.12 | 22.6 | 22.12 | 23.6 | 24.1 | 24.7 |
Runtime-Add-on-JPA | 21.6 | 21.12 | 22.6 | 22.12 | 23.6 | 24.7 |
(*) Product Release Features depend on Eclipse Team Providers for CVS/SVN in the Eclipse version used, SVNKit only with Java 11
(**) CVS no longer supported
(***) SVN also no longer supported