Please note that the content of this book primarily consists of articles available from Wikipedia or other free sources online. CPPSERV is C++ Servlet Engine. It provides Servlet-like API to C++ programmers. This allows them to write small, extremely efficient web applications, with an ease that was only available to Java programmers. At the same time it provides greatest flexibility - since one can use any ...Full description
Please note that the content of this book primarily consists of articles available from Wikipedia or other free sources online. CPPSERV is C++ Servlet Engine. It provides Servlet-like API to C++ programmers. This allows them to write small, extremely efficient web applications, with an ease that was only available to Java programmers. At the same time it provides greatest flexibility - since one can use any of the C and C++ libraries, which still outnumber anything available to other languages. CPPSERV does not provide exactly the same API as Sun's Java Servlet API, but tries to follow its philosophy instead. E.g. ServletRequest::getOutputStream() returns std::ostream-derived object, which does not provide print() and println() functions.