A Web application as a REST API client: how to handle resource identifiers
Several concepts related to REST conflict in my head when I try implementing it.
Sub-Resource data should be embedded in Resource entity or duplicated in NoSQL document?
I have a scenario similar to as depicted below,
Should web service response use a base class or generic class?
In my RESTful WCF web service I have something like the following response object.
How to make my web app restful
I have a web application which I want to make RESTful.
Here is the structure of the app:
Managing Alerts in Web Application Using RESTful API
I have designed a RESTful API and I am now working on creating a web application to use the service.
How to achieve N-Tier type in Codeigniter MVC [closed]
Closed 11 years ago.
How to achieve N-Tier type in Codeigniter MVC [closed]
Closed 11 years ago.
Testing a REST client against a REST Server. How to do fixtures?
When writing unit tests, it’s common to use fixtures: little testable data, so we can say:
1. Get all clients should include Willy Wonka.
2. Delete client 3, and now get clients should not include Willy Wonka anymore.
Which is simpler for REST client call to return JSON – JQuery/JavaScript or Spring RestTemplate? [closed]
Closed 11 years ago.
Can REST API be used as business layer?
I am using PHP Codeigniter MVC design pattern