Skip to content
This repository has been archived by the owner on Mar 17, 2021. It is now read-only.

Quick start

Phillip Kruger edited this page Jul 24, 2017 · 23 revisions

Quick start

You need a Java EE 7 Server. This has been tested with:

  • Wildfly 10.1.0
  • TODO: Test other

Get the code:

git clone https://github.com/phillip-kruger/notes-example.git

Compile and deploy to running server, example wildfly:

mvn clean install -Pwildfly

The application:

Semantic UI with Javascript connecting to Websocket: http://localhost:8080/notes-example/notes.html

Swagger UI that allow access to REST Endpoints: http://localhost:8080/notes-example/api/apiee/

Log file to see the CDI Events: http://localhost:8080/notes-example/stompee/

Clone this wiki locally