Create a RESTful Web Service with Payara Server 5.194 & NetBeans
Originally published on 10 Feb 2020
Last updated on 12 Feb 2020
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
Related Posts
AI Tools for Jakarta EE at the upcoming Virtual Payara Conference
Published on 14 Nov 2024
by Dominika Tasarz
0 Comments
Virtual Payara Conference is coming next month and on Day 2 - Developer Insight - we will help you unlock the future of Jakarta EE development!
AI Tools for Jakarta EE - 12 December 2024, 3:40pm GMT - Register Here!
Join Gaurav Gupta, Senior ...
A Preview of Jakarta REST (JAX-RS) 4.0 in Jakarta EE 11
Published on 13 Nov 2024
by Luqman Saeed
0 Comments
The latest version of Jakarta REST (formerly Java API for RESTful Web Services, aka JAX-RS), Jakarta REST 4.0, will bring some notable improvements and changes as part of Jakarta EE 11. This release focuses on modernizing the specification by ...