piranhacloud / piranha-guides

Repository containing the sources behind our guides for everything Piranha
2 stars 0 forks source link

Piranha Guides

Each of the links below point to a guide on piranha.cloud.

Note that the source material for each guide comes from this GitHub repository and you should see a Maven module for each guide that is published on our website.

Piranha Core Profile

  1. Create a JSON REST service
  2. Create a REST service
  3. Debugging a REST service with NetBeans
  4. Debugging a REST service with VSCode
  5. Testing with JUnit 5 and Arquillian
  6. Piranha Core Profile on Project CRaC

Piranha Embedded

  1. Create a Hello World web application
  2. Create an Piranha Embedded JLink application
  3. Running Piranha Embedded with Spring Boot
  4. Running Piranha Embedded with Spring Boot and Project Loom
  5. Create a Piranha Embedded GraalVM application

Piranha Micro

  1. Create a Hello World web application

Piranha Server

  1. Create a Hello World web application

Piranha Servlet

  1. Create a Faces application
  2. Create a Hello World web application
  3. Create a Pages application
  4. Create a WebSocket application
  5. Run a web application on Piranha Servlet with CRaC

Piranha Web Profile

  1. Create a Faces application
  2. Create a Hello World web application
  3. Create a Jakarta REST service
  4. Testing with JUnit 5 and Playwright
  5. Create a Jakarta Pages web application