Got any recommendations on books?
Real life books, not theoretical stuff.
I'm looking for code samples that send HTTP requests to J2EE servers. Probably simple servlets, but I may change the backend to do REST. Not sure.
Got any recommendations on books?
Real life books, not theoretical stuff.
I'm looking for code samples that send HTTP requests to J2EE servers. Probably simple servlets, but I may change the backend to do REST. Not sure.
Hi Alfred,
JavaScript doesn't distinguish backend where it sends requests. Backend can expect requests in different formats, and the Frontend (JavaScript) is able to send requests in different formats.
I'd recommend you to choose books yourself. A large number of examples can be found in the official documentation on http://jquery.com