Giter VIP home page Giter VIP logo

lab3-restful-ws's Introduction

Web Engineering 2021-2022 / RESTful Web services

In this assignment your PR must only modify the README.md file. Please, go to the Wiki in order to get the instructions for this assignment.

Primary goal

Complete the tests of AddressBookServiceTest to tests if the service meets the HTTP semantics. Each test in AddressBookServiceTest is incomplete. For example, the method serviceIsAlive tests if:

GET /contacts

returns an empty list, but it must be extended in order to verify that GET /contacts meets the HTTP GET contract:

  • GET request is safe (it does not modify the contents of the address book)
  • GET request is idempotent (two consecutive calls return the same).

Secondary goals (:gift:)

Solutions must meet primary goals too.

Proposed:

  • Replace the current implementation (Jakarta Jersey) by a Spring MVC (Servlet) implementation
  • Replace the current implementation (Jakarta Jersey) by a Spring WebFlux (Reactive) implementation
  • Support asynchronous requests without using Spring WebFlux
  • Use JWT credentials to grant access to requests

Note: unless the goal specifies o disallows a specific framework you are free to replace the framework used in the original implementation with a different framework.

Manifest your intention first by a PR updating this README.md with your goal. If you desist of your goal, release it by a PR so other fellow can try it.

User name NIA CI Solution Score
UNIZAR-30246-WebEngineering 30246 Build Status instructions
Íñigo Aréjula 785370 CI Solution
Diego Marco 755232 Build Status AddressBookServiceTest
María Peña 780448 Build Status AddressBookServiceTest
José Marín Díez 778148 Build Status AddressBookServiceTest Support of CORS requests 🎁
Alejandro Magallón 779354 Build Status AddressBookServiceTest
Óscar Pueyo 780378 Build Status solution
Fernando Serrano 774840 Build Status Solution HTTP/2 Support 🎁
Alejandro Artal 775929 Build Status AddressBookServiceTest
Germán Garcés 757024 Build Status AddressBookServiceTest
Pablo Jordán 757166 Build Status AddressBookServiceTest
Diego García Muro 767870 Build Status AddressBookServiceTest
Jaime Conchello 776012 Build Status AddressBookServiceTest
Sergio Benítez Mombiela 755787 Build Status AddressBookServiceTest
Tomás Pelayo 779691 Build Status solution Support of HTTPS requests using self-signed certificate 🎁
Andoni Salcedo 785649 Build Status AddressBookServiceTest
Isaac Velasco 758986 Build Status AddressBookServiceTest
Mateo Vallejo Domínguez 780029 Build Status AddressBookServiceTest
Jorge Laguna 735550 Build Status AddressBookServiceTest
Guillermo Cánovas González 755848 Build Status AddressBookServiceTest
Marta Morales 780454 Build Status AddressBookServiceTest
Felipe Nonay 734941 Build Status AddressBookServiceTest
Carlos Navarro 780180 Build Status AddressBookServiceTest
Jorge Serrano 776453 Build Status Solution
Fede Barcelona 666151 Build Status AddressBookServiceTest

lab3-restful-ws's People

Contributors

780454-unizar avatar alecron avatar alejandro-artal avatar andonisalcedo avatar arejula27 avatar dmarcob avatar feer93 avatar fjlopez avatar fnonay avatar fntkg avatar guillecanovas avatar jaimecb avatar jmarindiez avatar lulay7 avatar mpenalm avatar opueyociutad avatar pablojordan24 avatar pkmniako avatar r3ngfx avatar sergiobenitez755787 avatar tembleking avatar thdgm avatar tomenos18 avatar topopelon avatar zgzserrano avatar

Watchers

 avatar  avatar

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.