News

Parts 1 through 3 of this four-part series on developing Web services in Java SE first presented an overview of Web services and Java SE’s support for developing them. The series then focused on ...
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.