CSP is a mixture of C++ code and mark-up language (i.e. HTML, XHTML, XML - whatever you like), that is translated into pure C++ code, and then compiled into CPPSERV servlet, just like any other.
Steps to get your CSP page going are simple:
cxxsp_compile Simple.csp Simple.cpp
g++ -shared -lservlet -o Simple.so Simple.cpp
<csp path="Simple.csp" name="Simple.csp" dso="Simple.so"/>
Authoright © Total Knowledge: 1999-2013