View on GitHub RESTX     the lightweight Java REST framework
Improve This Page

Setting up a restx project in Netbeans

Instructions are provided here for only supported build tools Maven.

Ivybeans plugin for netbeans is no more maintained.

Maven

To setup your RESTX project inside Netbeans with Maven support you will need to:

  • create and configure the project for maven (choose pom in “generate module descriptor”)
  • open in Netbeans as a maven project.
  • run the app using AppServer main class.

Enable and configure annotation processing

It seems that on netbeans 8.0 it is not possible to configure “compile on save” with the java 8 annotation processor. By the way, a “build” action generate all the sources :

RestX hello world open in Netbeans