Rest API Java + Postgresql
REST API DOCUMENTATION Rest API REST (REpresentational State Transfer) is an architectural style, and an approach to communications that is often used in the development of Web services . The REST style emphasizes that interactions between clients and services is enhanced by having a limited number of operations (verbs). Flexibility is provided by assigning resources (nouns) their own unique Universal Resource Identifiers (URIs). Because each verb has a specific meaning (GET, POST, PUT and DELETE), REST avoids ambiguity. REST API IDE At first I choose Eclipse for developing RestApi sample application but there is lots of disadvantage are there while using eclipse.some sample things are below Disadvantage: You have to install lots of application to run restapi.I install Eclipse Mars.2 Release (4.5.2), JDk 1.7,tomcat 8.5.6 and jersey Framew...