-
Notifications
You must be signed in to change notification settings - Fork 0
LAB8
sibi edited this page Nov 21, 2016
·
3 revisions
Implement a web server proxy (related to your own project) to integrate data from at least two Rest services.
- Created TWO services on the server side and hosted locally using Tomcat v8.5 server.
- To use the @GET,@PATH or similar tags Jersey JAR files were included.
Decimal to Binary Conversion

Binary to Hexadecimal Conversion

- A new Class is created that Mashes Up the two services created.
- The entire program is cropped to display in a single page(notepad).
The output is returned in JSON




The JSON which is generated in the server is parsed into the HTML.
Code which shows the parsing of the JSON coded in AnuglarJS

HTML Page

UI is created to improve user interactions by making colors attractive.



Write at least two suitable Junit Test cases for the classes created.







