Skip to content

Sample code from the live coding session at JAX 2018 conference.

Notifications You must be signed in to change notification settings

thfro/jax2018-jax-rs2.1-jsonb-cdi2.0

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Code samples from JAX 2018

Live Coding with JAX-RS 2.1, JSON-B & CDI 2.0

This code is for demonstration purposes only.

  • Download latest Development Build of Open Liberty from https://openliberty.io/downloads/ and store the file locally.

  • Edit pom.xml and replace the path in <assemblyArchive> with your local path.

  • Build the project, deploy to Open Liberty and start the server: mvn package liberty:start-server

  • Rebuild project and redeploy (keep server running): mvn package liberty:install-apps

  • An executable JAR containing both Open Liberty and the application can be found in target/server-samples.jar

Test requests:

About

Sample code from the live coding session at JAX 2018 conference.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published