Ce contenu n'est pas disponible dans la langue sélectionnée.
9.4. The CarMart Quickstart Using JBoss Application Server
9.4.1. Build the CarMart Quickstart to the JBoss Application Server Copier lienLien copié sur presse-papiers!
Obtain the supported JBoss Data Grid Library Mode distribution files.
Procedure 9.1. Build CarMart to JBoss Application Server
Install the Maven Repository
For initial testing in a small team, extract the JBoss Data Grid Maven repository to a directory on the local system:unzip jboss-datagrid-maven-repository-6.0.0.zip
$ unzip jboss-datagrid-maven-repository-6.0.0.zipCopy to Clipboard Copied! Toggle word wrap Toggle overflow For further information about the installation methods available to install the JBoss Data Grid Maven repository, refer to Chapter 4, Install and Use the Maven Repository.Start JBoss Application Server
Use the following to start the JBoss Application Server:$JBOSS_HOME/bin/standalone.sh
$JBOSS_HOME/bin/standalone.shCopy to Clipboard Copied! Toggle word wrap Toggle overflow Build your Application
Use the following command to build your application using Maven:mvn clean package -Plibrary-jbossas -Ddatagrid.maven.repo=file:///path/to/unpacked/jdg/maven/repository
$ mvn clean package -Plibrary-jbossas -Ddatagrid.maven.repo=file:///path/to/unpacked/jdg/maven/repositoryCopy to Clipboard Copied! Toggle word wrap Toggle overflow