C++ Servlet Server News
Status: Beta
Brought to you by:
iluxa
CPPSERV samples package contains various examples
of CPPSERV Servlets, CSPs, other related things,
and even simple store-front application.
It also contains a test suit for many of public
APIs provided by CPPSERV.
This release finally makes test suit fully automated.
While previously one would have to compile samples,
then start CPPSERV process, apache, and then run
"make check", now "make check" does everything for
you, including generating CPPSERV and Apache config
files.
Next step will be moving test suit over to CPPSERV
itself, and leaving only more complex and interesting
samples in this package.