Questions tagged [java-ee-8]

Please utilize this tag for inquiries related specifically to Java Enterprise Edition 8.

What are the steps to integrating a chat feature into my web application using Vue and Java EE?

I have developed a Web Application using Vue.js, REST(JSON), and Java EE with Payara Server as the backend. Now I am looking to integrate a chat feature into my application. The chat should include fixed chat rooms (global, groups) as well as private user ...