Build JSON REST clients the JAX-RS way.
JXXRS provides a subset of the JAX-RS client specification and an inplementation based on Poco and JXXON.
TBD
TBD
- Poco >= 1.6.0
- JXXON
Building the JXXRS library requires CMake >= 3.0.0.
Building a static library is as of now tested with g++ on Linux x86_64 only. In the long run it's supposed to be portable to any standard conformant C++11 environment also supported by Poco.
Inside the project root directory run
make clean
./configure
make
make install
Use the environment variable Poco_DIR
, if you want to use a Poco installation in a non-default location, e.g.
Poco_DIR=/path-to-poco ./configure
Free Software, licensed under the Boost Software License.
Phonetic overlay of "CXX", the make utility macro for C++, and "JAX-RS".