cerberustesting / cerberus-core

The Open Source Test Automation Platform.
https://cerberus-testing.com
GNU General Public License v3.0
326 stars 101 forks source link

Implements Jax-RS #2034

Closed cDelage closed 8 months ago

cDelage commented 4 years ago

Jax-RS is Java API for RESTful Web Services, Is standard for Java webservice creation. Target is changed the servlet model to Webservices Rest model. it will simplify developments to using it instead of servlet model.

To learn more about Jax-RS : http://spoonless.github.io/epsi-b3-javaee/javaee_web/jaxrs.html

cDelage commented 4 years ago

Jax-RS dependency have been added in this commit : https://github.com/cerberustesting/cerberus-source/commit/6e4cac8e4435a8f080f5c0be3f760dda303a0f48

vertigo17 commented 8 months ago

We will used Spring REST API in stead.