How to detect client character encoding?
I programmed a telnet server using C as programming language but I have a problem to send characters with emphases (é, è, à …). The character encoding is different between the telnet clients (windows, linux, putty, …).
How to implement error handling/returning while streaming a message
Say someone calls a web service on a server, the relevant data is being retrieved in batches and the message is being streamed to the client. In the middle of the message some kind of exception is encountered. My current implementation sort of just stops streaming the (in this case soap) message and starts streaming an error message, but obviously the result won’t be a valid message or even valid XML.
Pattern for checking online service availability
I’m not sure that this is entirely on-topic, but I’ll try to make it so.
Pattern for checking online service availability
I’m not sure that this is entirely on-topic, but I’ll try to make it so.
Pattern for checking online service availability
I’m not sure that this is entirely on-topic, but I’ll try to make it so.
What’s the point with HATEOAS on the client-side?
As I currently understand HATEOAS is basically all about sending together with each response links with information about what to do next. One simple example is easily found on the internet: a banking system together with an account resource. The example shows this response after a GET request to an account resource
What’s the point with HATEOAS on the client-side?
As I currently understand HATEOAS is basically all about sending together with each response links with information about what to do next. One simple example is easily found on the internet: a banking system together with an account resource. The example shows this response after a GET request to an account resource
Separation of logic from presentation results in repetition of code
Here’s what I’ve been thinking.
what are the limits of the client server architecture [closed]
Closed 9 years ago.
what are the limits of the client server architecture [closed]
Closed 9 years ago.