Quantcast
Channel: Client server architecture in RESTful web applications - Stack Overflow
Browsing all 4 articles
Browse latest View live

Answer by Cormac Mulhall for Client server architecture in RESTful web...

There is nothing in REST or HTTP that dictates what should be returned to the client (html, json, etc). That is up to the application you are building.The web as it has been for the last 25 years is...

View Article



Answer by Nasruddin for Client server architecture in RESTful web applications

As said by Robert, Yes! you technically correct. Generally at RESTFul level we have various Providers for JSON parsing which flows from server to client with help of RESTFul annotations. And reloading...

View Article

Answer by Robert Levy for Client server architecture in RESTful web applications

Yes, you are correct. There are all kinds of variations on the theme but this is the general concept of "single page web apps". The webserver delivers a "plain" html page and a bunch of javascript. The...

View Article

Client server architecture in RESTful web applications

I will like some clarification about how client server architecture should work for a modern web app with a RESTful back-end.In a web application, the client is the browser, the server is the web...

View Article
Browsing all 4 articles
Browse latest View live




Latest Images