Page 1 of 1

--JVx with Maven

PostPosted: Wed Jan 30, 2013 2:47 pm
by Development@SIB


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