User Tools

Site Tools


tanszek:oktatas:iss_t:jax-rs_web_service

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
tanszek:oktatas:iss_t:jax-rs_web_service [2023/05/14 15:52] – létrehozva kneheztanszek:oktatas:iss_t:jax-rs_web_service [2025/04/14 08:45] (current) knehez
Line 1: Line 1:
-Java - JAXRS+Java - JAX-RS 
 + 
 +Install //Apache Maven// from the official website.
  
 <code> <code>
 git clone https://github.com/wildfly/quickstart.git git clone https://github.com/wildfly/quickstart.git
 cd jaxrs-client cd jaxrs-client
 +</code>
 +
 +Build the documentation:
 +
 +<code>
 +mvn clean package -Pdocs
 +</code>
 +
 +
 +Build the source code of the example:
 +
 +<code>
 +mvn clean install
 +</code>
 +
 +Install WildFly application server from the official webpage, and start it as follows:
 +<code>
 +cd wildfly_installation_folder/bin
 +./standalone -c standalone-full.xml
 +</code>
 +
 +Deploy application to wildfly locally:
 +
 +<code>
 +mvn clean install
 +</code>
 +
 +Start tests:
 +
 +<code>
 +mvn verify -Parq-remote
 </code> </code>
  
 ---- ----
  
tanszek/oktatas/iss_t/jax-rs_web_service.1684079524.txt.gz · Last modified: 2023/05/14 15:52 by knehez