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 1
Servlet Fundamentals
Content Locked
Section 4
Cookie Handling in Servlet
In this video, we will take look at cookie handling in servlet. - Explain why cookies are needed and how to access and set cookies from the servlet environment - Create sample code that display different message the first time and then it remembers that we have already visited the page based on a cookie - Show how to delete a cookie in the Chrome browser