GithubHelp home page GithubHelp logo

ncherfaoui / create-rest-apis-with-jax-rs Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 12 KB

JAX-RS provides portable APIs for developing, exposing, and accessing Web applications designed and implemented in compliance with principles of REST architectural style.

License: MIT License

Java 100.00%

create-rest-apis-with-jax-rs's Introduction

NetworkManagement

NetworkManagement est une application RESTful pour la gestion des configurations réseau. Le projet a été initialement récupéré sur restfulapi.net et a été mis à jour pour utiliser les dernières dépendances Jakarta EE.

Mise à jour de JavaX à Jakarta

Le projet a été mis à jour pour utiliser Jakarta EE, avec tous les packages renommés de javax.* à jakarta.*.

Prérequis

  • Java 8 ou une version ultérieure
  • Maven
  • Tomcat

Vous pouvez vérifier si vous avez les prérequis en exécutant :

java -version
mvn -version

Installation

Pour installer le projet, exécutez la commande suivante :

mvn clean install

Déploiement

  1. Naviguez jusqu'au répertoire racine de votre projet.
  2. Construisez le projet avec mvn clean install.
  3. Déployez le fichier .war généré dans le répertoire target sur votre serveur Tomcat.
  4. Démarrez votre serveur Tomcat.

API

L'application fournit plusieurs endpoints REST :

  • GET http://localhost:8080/NetworkManagement/network-management/configurations : Récupère toutes les configurations.
  • GET http://localhost:8080/NetworkManagement/network-management/configurations/{id} : Récupère une configuration spécifique par son ID.
  • POST http://localhost:8080/NetworkManagement/network-management/configurations : Crée une nouvelle configuration.
  • PUT http://localhost:8080/NetworkManagement/network-management/configurations/{id} : Met à jour une configuration existante.
  • DELETE http://localhost:8080/NetworkManagement/network-management/configurations/{id} : Supprime une configuration existante.

create-rest-apis-with-jax-rs's People

Contributors

ncherfaoui avatar renovate[bot] avatar

Watchers

 avatar

create-rest-apis-with-jax-rs's Issues

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

This repository currently has no open or pending branches.

Detected dependencies

maven
pom.xml
  • org.apache.maven.plugins:maven-compiler-plugin 3.13.0
  • org.jboss.resteasy:resteasy-jaxrs 3.15.6.Final
  • org.jboss.resteasy:resteasy-jaxb-provider 7.0.0.Alpha2
  • org.jboss.resteasy:resteasy-servlet-initializer 7.0.0.Alpha2
  • junit:junit 4.13.2
  • jakarta.xml.bind:jakarta.xml.bind-api 4.0.2

  • Check this box to trigger a request for Renovate to run again on this repository

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.