Session Management in CppCMS
Session management branch was merged to trunk, now you can use sessions transparently in CppCMS.
Quite full tutorial about sessions in CppCMS was written:
- Starting With Sessions
- Management Sessions with CppCMS (Hebrew) was published as well.
DbiXX Documentation
DbiXX SQL Library documentation is completed. It can be found in the wiki:
http://art-blog.no-ip.info/wikipp/en/page/ref_dbixx
CppCMS Wiki In the WWW
From this point, all project documentation will be available in the CppCMS Wiki. There still not much documentation there, however, slowly all the framework will be documented.
The wiki itself has multilingual support. Thus if someone wants to translate the documentation to his language, drop me a mail and I'll open and additional language category. Meanwhile, there are two languages: English and Hebrew.
New templates in trunk
New templates branch finally merged to trunk.
This blog is now running on new templates system. Please, inform me in case of any problems.
Thanks.
Preparing to Beta 2...
What expected in the next beta version:
Now CppCMS is really ready for serving high load sides, thanks to new distributed cache module based on Boost.Asio.
Several CppCMS processes running on different computers can share same cache distributed over several TCP/IP cache servers.
- Staticly typed template system that fully integrated with the framework that allows:
- "Django style" template inheritance.
- Powerful extendsions abilities using C++ code directly.
- Static compilation with generated templates code or loading templates as external shared objects.
- Creates a potential for future "forms/widgets" integration.
- Various bugfixes and code cleanup.
Possibly included: form validation and generation modules.
to be Continued...