CSP (C++ Server pages), the JSP equivalent for CPPSERV, are currently implemented as a precompiler that converts CSP source to C++ source of a servlet, which, in turn needs to be compiled into CPPSERV servlet. In other words - no run-time compilation/updates. This greatly simplifies the system, avoids long "first-time access" delay, and avoids dependency on compiler and header files on the server.
Current CSP implementation supports basic parsing, as well as compile-time taglibs. There is infrastructure for adding run-time taglib support, which will behave just like JSP taglibs, but no actual support yet.
Authoright © Total Knowledge: 1999-2013