Book Image

Java EE 8 Application Development [Video]

By : Tomasz Lelek
Book Image

Java EE 8 Application Development [Video]

By: Tomasz Lelek

Overview of this book

This course is the perfect guide to create a Java EE 8 application. You'll build a real-world chat application and will learn the best patterns and techniques in Java EE. You'll build a business model for a chat application with CDI and JSON. First, you'll create the skeleton of the business model. Moving on, you’ll learn to add features to the model such as user, message, and chat. Once you’ve set the model, you'll develop a connection between chat client and server using Websockets. Then, you'll create a REST API for other front-end JSclient applications. Finally, you'll develop a UI for the chat application by using the latest version of Java Server Faces JSF 2.3. By the end of the course, you'll be able to create a full-fledged web application using the new features of Java EE 8. The code bundle for this course is available at https://github.com/PacktPublishing/-Java-EE-8-Application-Development
Table of Contents (5 chapters)
Chapter 3
Developing Connection Between Chat Client and Server Using Websockets (JMS)
Content Locked
Section 1
Creating WebSocket Server
In this video, we will get an introduction about the WebSocket. Also, we will look at an example to create a webSocket server. - Create a WebSockets project - Create a WebSockets server side