News

Now I will explore the “internals” of this simple HTTP Object Tunneling. A POST request to an URL is quite easy to write in Java. This task is handled inside the HttpObjectRequest exec() method.
Request handling is the bread and butter of Java web application development. In order to respond to requests from the network, a Java web application must first determine what code will respond ...
A RESTful APIs tutorial Designers have two key elements to consider in the development of a RESTful Java API: The URL pattern Which HTTP method to use The first important principle this RESTful APIs ...