Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Save more on your purchases! discount-offer-chevron-icon
Savings automatically calculated. No voucher code required.
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletter Hub
Free Learning
Arrow right icon
timer SALE ENDS IN
0 Days
:
00 Hours
:
00 Minutes
:
00 Seconds
Arrow up icon
GO TO TOP
Java EE 7 Development with NetBeans 8

You're reading from   Java EE 7 Development with NetBeans 8 Develop professional enterprise Java EE applications quickly and easily with this popular IDE

Arrow left icon
Product type Paperback
Published in Jan 2015
Publisher Packt
ISBN-13 9781783983520
Length 364 pages
Edition 3rd Edition
Languages
Tools
Arrow right icon
Author (1):
Arrow left icon
David R Heffelfinger David R Heffelfinger
Author Profile Icon David R Heffelfinger
David R Heffelfinger
Arrow right icon
View More author details
Toc

Table of Contents (13) Chapters Close

Preface 1. Getting Started with NetBeans FREE CHAPTER 2. Developing Web Applications Using JavaServer Faces 2.2 3. JSF Component Libraries 4. Interacting with Databases through the Java Persistence API 5. Implementing the Business Tier with Session Beans 6. Contexts and Dependency Injection 7. Messaging with JMS and Message-driven Beans 8. Java API for JSON Processing 9. Java API for WebSocket 10. RESTful Web Services with JAX-RS 11. SOAP Web Services with JAX-WS Index

Building our own WebSocket applications


In the previous section, we saw how NetBeans provides sample WebSocket applications we can use as a base for our own projects. In this section, we will build a web application that contains a WebSocket server endpoint that will populate a form with default values.

To build a WebSocket application, create a web application project by going to File | New Project, selecting the Java Web option from the Categories list, and selecting Web Application from the Projects list.

Then, we pick a name and location as usual.

The Java API for WebSocket was introduced in Java EE 7; therefore, we must select this Java EE version if we want to develop WebSocket applications. The default values in this step of the wizard are sensible and can be used as they are:

In our example, we will be using JSF for the user interface. Therefore, we need to select JavaServer Faces from the Frameworks list.

Now, we are ready to develop our WebSocket application.

Developing the user interface...

lock icon The rest of the chapter is locked
CONTINUE READING
83
Tech Concepts
36
Programming languages
73
Tech Tools
Icon Unlimited access to the largest independent learning library in tech of over 8,000 expert-authored tech books and videos.
Icon Innovative learning tools, including AI book assistants, code context explainers, and text-to-speech.
Icon 50+ new titles added per month and exclusive early access to books as they are being written.
Java EE 7 Development with NetBeans 8
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime
Modal Close icon
Modal Close icon