The Ext Speeder User’s Guide will take you through the process of setting up Ext Speeder environment and configuring it for maximum performance. It will also give an introduction to the Ext Speeder graphical tool and to the generated REST API.
Download
Download the Complete User’s Manual as pdf | Download |
Configuring the settings.xml-file
To quickly get started, copy the following code into your Maven settings.xml-file:
<servers> <server> <id>speedment-enterprise</id> <username>YOUR USERNAME</username> <password>YOUR PASSWORD</password> </server> <server> <id>speedment-enterprise-snapshots</id> <username>YOUR USERNAME</username> <password>YOUR PASSWORD</password> </server> </servers> <profiles> <profile> <activation> <activeByDefault>true</activeByDefault> </activation> <repositories> <repository> <id>speedment-enterprise</id> <name>Speedment Enterprise Repositories</name> <url>http://repo.speedment.com/nexus/content/repositories/releases/</url> </repository> <repository> <id>speedment-enterprise-snapshots</id> <name>Speedment Enterprise Snapshot Repositories</name> <url>http://repo.speedment.com/nexus/content/repositories/snapshots/</url> </repository> </repositories> <pluginRepositories> <pluginRepository> <id>speedment-enterprise</id> <name>Speedment Enterprise Repositories</name> <url>http://repo.speedment.com/nexus/content/repositories/releases/</url> </pluginRepository> <pluginRepository> <id>speedment-enterprise-snapshots</id> <name>Speedment Enterprise Snapshot Repositories</name> <url>http://repo.speedment.com/nexus/content/repositories/snapshots/</url> </pluginRepository> </pluginRepositories> </profile> </profiles>
Creating a New Project
Depending on which IDE you are using, continue on with one of the links below: