This website uses cookies for visitor traffic analysis. By using the website, you agree with storing the cookies on your computer.More information

--JVx with Maven

Documents for the development of and with JVx.

--JVx with Maven

Postby Development@SIB » Wed Jan 30, 2013 2:47 pm



This article is outdated - please use our new system at

https://doc.sibvisions.com




JVx is available in all public Maven repositories, e.g. http://search.maven.org/#search|ga|1|jvx

Use following dependency in your pom.xml:

Syntax: [ Download ] [ Hide ]
<dependencies>
  <dependency>  
     <groupId>com.sibvisions.jvx</groupId>  
     <artifactId>jvxall</artifactId>  
     <version>2.5.1</version>  
  </dependency>
<dependencies>

for your server project, and following dependency:

Syntax: [ Download ] [ Hide ]
<dependencies>
  <dependency>  
     <groupId>com.sibvisions.jvx</groupId>  
     <artifactId>jvxclient</artifactId>  
     <version>2.5.1</version>  
  </dependency>
<dependencies>

for your client project.

The jvxall artifact contains client and server classes. The jvxclient artifact does not contain server classes and is about 200Kb smaller. Use the client artifact for your applications and jvxall only on server-side within your application server like Tomcat, JBoss.


It's also possible to create a new JVx project based on JVx' archetype:

Code: Select all
GroupId:    com.sibvisions.jvx
ArtifactId: jvxapplication-archetype
Version:    2.5.1
Repository: http://repo1.maven.org/maven2/

The archetype creates your new Application project, see it in action:
http://www.youtube.com/watch?v=UJmm2oZY5JM
User avatar
Development@SIB
 
Posts: 325
Joined: Mon Sep 28, 2009 1:54 pm

Return to Documentation