The version you will use with the evaluation license we provide here has the following configuration:
SMALL size
1 session
DEXHA disabled
If you have commercial interest or need to upgrade to another configuration, Take a look at the licenses section and the price list.
(*) Notice that 4.8 release has an important change in the data format. Before switching to 4.8 you should backup your current database and then restore it with the new version.
For more information about the backup & restore functionalities, take a look at the Maintenance & Monitoring chapter from the User Manual.
Maven Repository
You can also test DEX through Apache Maven:
Java DEX
<dependency>
<groupId>com.sparsity</groupId>
<artifactId>dexjava</artifactId>
<version>4.8.1</version>
</dependency>
JDEX
<dependency>
<groupId>edu.upc.dama</groupId>
<artifactId>jdex</artifactId>
<version>4.8.1</version>
</dependency>