/WebService-Rest-Conversion

Conversion Web Service based on the Rest architecture

Primary LanguageJava

WebService-Rest-Conversion

Our “Conversion” web service contains two methods :

  • Conversion Dollar To Dinar (double montant).
  • Conversion Euro To Dinar (double montant).

Rest architecture :

  • The development of web services with JaxRS is based on POJO (Plain Old Java Object) using specific JaxRS annotations.
  • The configuration of the JaxRS Servlet is required to bridge between HTTP requests and annotated Java classes.

Conversion class implementation :

Rafa-CSS

Web.xml file :

Rafa-CSS

Execution :

Rafa-CSS

Rafa-CSS