Upside Down Architecture!
You just need to change the way you look at the world! A building entrance in New York.
The Art of Changing | Confessions of a Pragmatic Intellectual's Mind on The Constant in Life, Change!
You just need to change the way you look at the world! A building entrance in New York.
What you need Eclipse Tomcat Terminal What you have to do Setting up environment First of all you have to add the following lines to your .bash_profile (or .bashrc? what do you think? in mac .bash_profile, in linux .bashrc) export JPDA_ADDRESS=8000 export JPDA_TRANSPORT=dt_socket (You can change the port 8000 to the port of your choice). …
These are some good videos and tutorials about RESTful Architecture. It is architecture. you can use it using HTTP protocol HTTP requests GET PUT DELETE HEAD POST Cacheable: the response can be cashed along the wayIdempotent: The request can be done multiple timesSafe: There are no side effects using that. Get: Safe, Idempotent, Cacheable PUT:…