C++ Servlet Server News
Status: Beta
Brought to you by:
iluxa
CPPSERV is an application server with Servlet-like API written in C++. In addition it supports CSP - template language very similar to JSP.
There have been quite a few changes since 0.2.13. Some of the functionality (like thread pool implementation) was moved out to SPTK library and generalized, lots of small fixes to make sure CPPSERV works with latest toolchain, as well as bunch of bug fixes.
Among new major features is a support for flow control in with CSP tags. Now you can use
<csp:if>, <csp:when>, and <csp:switch> instead of ugly <% if(...) { %> constructs.