Skip to content

sarahaoui/WebService-Rest-Conversion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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