Skip to content

RedHat-Middleware-Workshops/eap8-rhd-learning-path

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contacts

This is a simple CRUD application to manage contacts. It uses the following Jakarta EE 10 API’s:

The client side is composed of HTML and JavaScript. It receives events from the server (server-sent events) to indicate when a contact has been added, deleted or modified. The page should then be updated to reflect the changes.

You can also watch events from the http://127.0.0.1:8080/contacts/events.html page when the application is running.

Building the application:

mvn clean verify

Running the application in WildFly:

mvn clean wildfly:dev

Open a browser at the following URL: http://127.0.0.1:8080/contacts

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published