RESTful HTTP Web-Service
Budget: €8 – €30 EUR
I need a small project in Java that I have to go into with these points 1. Approach to the task 2. Architecture of the solution ( small picture ), 3. Technologies / APIs used, 4. Patterns
The task is that I write a RESTful HTTP web service to handle orders.
The service should have two interfaces:
1. Taking orders and persisting (either in-memory/map, H2/hsqldb or anything else) the same
* Input value contains article number, order quantity and logistics company (enumeration type with the Hermes and DHL characteristics)
* Output value includes subtotal, shipping cost and grand total
2. To query the item stock, the input value must request item number and the output value is number of available units
The task is that I write a RESTful HTTP web service to handle orders.
The service should have two interfaces:
1. Taking orders and persisting (either in-memory/map, H2/hsqldb or anything else) the same
* Input value contains article number, order quantity and logistics company (enumeration type with the Hermes and DHL characteristics)
* Output value includes subtotal, shipping cost and grand total
2. To query the item stock, the input value must request item number and the output value is number of available units
Related categories:
PHP
Business, Accounting, Human Resources & Legal
JavaScript
Software Architecture
RESTful