Book Image

Building Web Services with Java Network Programming [Video]

By : Peter Verhas
Book Image

Building Web Services with Java Network Programming [Video]

By: Peter Verhas

Overview of this book

Web services drive networking on the web and have been at the center of modern application architecture. Regardless of language or platform, understanding how web services work is a serious skill. This course explores web services: the concepts, commands, and tools that allow you to communicate and share data between applications. You will learn how to use HTTP services in synchronous and asynchronous modes by configuring an HTTP client. You will also explore protocols such as SOAP, and REST and shares simple programming tips for writing web services that are as efficient as possible. Plus, you'll learn how to secure your communications across the web with security standards and create key-store and server applications that use symmetric and asymmetric encryption for client and server. By the end of this video tutorial you will be equipped to handle WebSocket functionality supported by servlets in Java and will have mastered advanced concepts well enough to build web services, ensuring the audience is able to understand and secure network applications through encryption and by interfacing with other languages. The Github repository to this video course is: https://github.com/PacktPublishing/Building-Web-Services-with-Java-Network-Programming
Table of Contents (6 chapters)
Chapter 6
Network Interoperability
Content Locked
Section 4
Debugging Network Programs
In this video, we will be debugging network programs. - Learn how to debug applications that use networking - Debug some of the previous applications and describe the Google Chrome debug tools - Visit another, lower level application and use Wireshark to see the network traffic