Just curious, are there c++ frameworks out there which resemble django-python , symphony-php, or spring-java?
Gath
Just curious, are there c++ frameworks out there which resemble django-python , symphony-php, or spring-java?
Gath
I don't know anything about django-python , symphony-php, or spring-java, but to me, Qt is the best (or one of the best) C++ framework available.
The best solution avaliable for you is Wt is a Web Toolkit (Wt) that allows you to create high performance AJAX applications and is inspired on Nokia's Qt.
Do you need to know that a C++ applications won't work in all web servers, because it has dependencies and require an extra apache module or a custom httpd.
Good luck with your project.
CppCMS: http://cppcms.sourceforge.net
It is MVC framework that had taken many ideas from Django.
Check out the ffead c++ application framework (http://code.google.com/p/ffead-cpp/), its developed on the lines of Spring for JAVA.