Skip to content

RESTful Web Services are basically REST Architecture based Web Services. In REST Architecture everything is a resource. RESTful web services are light weight, highly scalable and maintainable and are very commonly used to create APIs for web-based applications. A sample REST webservice has been designed using Java. It contains two route : /custo…

Notifications You must be signed in to change notification settings

imatulkt/REST-Webservices-using-Java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

REST Webservices using Java

RESTful Web Services are basically REST Architecture based Web Services. In REST Architecture everything is a resource. RESTful web services are light weight, highly scalable and maintainable and are very commonly used to create APIs for web-based applications. A sample REST webservice has been designed using Java. It contains two route : /customer and /accounts

About

RESTful Web Services are basically REST Architecture based Web Services. In REST Architecture everything is a resource. RESTful web services are light weight, highly scalable and maintainable and are very commonly used to create APIs for web-based applications. A sample REST webservice has been designed using Java. It contains two route : /custo…

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages