HTTP client-server application - Part 2 (Arabic)

Опубликовано: 24 Июль 2026
на канале: Haitham Seada
3,230
6

This the second part of a video tutorial explains how to build a client / server application that uses Hyper Text Transfer Protocol. The server side is a java web application hosted by a servlet container (here: Glassfish). The client side is a normal java desktop application. The user of the client inserts two numbers then presses "Submit" to send the numbers to the servlet in the form of an HTTP request. The servlet adds the two numbers and return a message to the client in the HTTP response.