An open API service indexing awesome lists of open source software.

https://github.com/moraeslucas/restfulapp

RESTful Web Service in Java containing several web application services
https://github.com/moraeslucas/restfulapp

Last synced: 13 days ago
JSON representation

RESTful Web Service in Java containing several web application services

Awesome Lists containing this project

README

        

# RESTfulApp
This is a Restful Service which contains several web services that return their response in both JSON and XML:

> JSON result samples
{"Celsius Value":100,"Fahrenheit Value":212}
{"Celsius Value":150,"Fahrenheit Value":302}
{"Celsius Value":200,"Fahrenheit Value":392}

![screenshot](./Results-Screenshot.jpg)

## Additional Description
This Restful Service was developed in Java using using Apache Tomcat as the web server:

![screenshot](./Apache-Screenshot.jpg)

For even more information, please refer to the file [Application-Guide.pdf](./Application-Guide.pdf)

## References
Crunchify article[^1]
[^1]: https://crunchify.com/