Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 896 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 896 Bytes

ICAr REST/JSON framework

NOTE: For JSON parsing, superseded by icar-json, as of June 3, 2020 (REST remains unchanged).

License: BSD (post-1999), means "as close as possible to public domain".

Documentation: https://github.com/gibello/icar-rest-json/wiki

Features:

  • Servlet-based REST framework
  • JSON push parser (SAX-like).

Each feature is standalone and may be used independently, is designed in a minimalistic way (as little code as possible), and has no external dependency (except a JRE, and servlets for REST).

The code may be cloned and embedded in your own code base, then modified to fit your needs.

The ICAr REST framework was initially developed in 2011 for the needs of the CADES project (a software suite for design and optimization of physical systems), financed by public funding from a french research project (ANR Siminthec).