Trace: • Use Your Own Objects at the Server
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
jvx:common:setup:maven [2018/02/02 09:59] admin created |
jvx:common:setup:maven [2024/08/20 13:42] (current) admin |
||
---|---|---|---|
Line 1: | Line 1: | ||
~~NOTRANS~~ | ~~NOTRANS~~ | ||
- | ~~Title: JVx with Maven~~ | + | ~~Title: JVx With Maven~~ |
- | JVx is available in all public Maven repositories, e.g. [[http://search.maven.org/#search|ga|1|jvx|http://search.maven.org/]] | + | JVx is available in all public Maven repositories, e.g., [[https://search.maven.org/search?q=jvx|http://search.maven.org/]] |
Use following dependency in your pom.xml: | Use following dependency in your pom.xml: | ||
Line 16: | Line 16: | ||
</file> | </file> | ||
- | for your server project, and following dependency: | + | for your server project and following dependency: |
<file xml> | <file xml> | ||
Line 28: | Line 28: | ||
</file> | </file> | ||
- | or your client project. | + | 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. | 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: | + | It's also possible to create a new JVx project based on JVx's archetype: |
<file script> | <file script> | ||
Line 42: | Line 42: | ||
</file> | </file> | ||
- | The archetype creates your new Application project, see it [[http://www.youtube.com/watch?v=UJmm2oZY5JM|in action]]. | + | The archetype creates your new application project, see it [[http://www.youtube.com/watch?v=UJmm2oZY5JM|in action]]. |
\\ | \\ | ||
**<fs 20px>Note</fs>** | **<fs 20px>Note</fs>** | ||
- | You can use the snapshot repository if you want to use [[https://dev.sibvisions.com/jvx.nightly/|nightly builds]]: | + | You can use the snapshot repository if you want to use [[https://collab.sibvisions.com/jvx.nightly/|nightly builds]]: |
<file xml> | <file xml> |