Create a RESTful Web Service with Payara Server 5.194 & NetBeans

Photo of Andrew Pielage by Andrew Pielage

 

In this vlog I go back to basics to demonstrate the starting steps of creating a RESTful Web Service using Payara Server and NetBeans. I’ll cover where to get the latest release of Payara Server from, how to add the server to NetBeans, and how to create a super basic web application with a JAX-RS endpoint. I’ll also briefly cover how to debug your applications deployed to Payara Server. Hope you find it helpful!

Note - this blog is an update of the original: https://blog.payara.fish/create-a-restful-web-service-with-payara-server-netbeans


Environment Details

  • Windows 10

  • Java 11.0.6

  • Apache NetBeans 11.2

  • Payara Server 5.194

 

Comments