Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 610 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 610 Bytes

CANOSP Open Liberty Jakarta EE 9 Demo

Demo project using Jakarta EE 9 specifications with Open Liberty.

Running the application

  1. Clone the repo
git clone https://github.com/kathrynkodama/demo-jakarta.git
  1. Download and Install Eclipse IDE: https://www.eclipse.org/downloads/

  2. Run devmode

mvn liberty:dev
  1. Wait for application to start up and then visit the DemoServlet http://localhost:9080/demo

Use with LSP4Jakarta

Example of a snippet, diagnostic and quick fix for Jakarta Servlet:

LSP4Jakarta Servlet snippet, diagnostic and quick fix