Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 297 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 297 Bytes

SampleRestServer

A sample REST server to do REST tests. Client is integrated. Currently the following is implemented:

  • TEXT_PLAIN
  • APPLICATION_XML
  • APPLICATION_JSON

Grizzly HTTP Server is used. Netbeans 16 maven project. JDK 1.8 is a must.

Now Netbeans 22, still maven. JDK 21 is required.