标题:TreeFrog 1.0 发布,C++/Qt Web 应用开发框架
作者:XChinux
日期:2012-07-17 10:59
内容:
TreeFrog Framework 是一个高速的全堆栈的 Web 应用开发框架,基于 C++ 和 Qt 。 提供了 O/R 映射框架和模板系统以及MVC架构。
TreeFrog 1.0 修复了 session 验证的 bug,修改了 process-existing 检查逻辑,实现了 session 过期功能。
TreeFrog Framework is a high-speed and full-stack C++ framework for developing Web applications.
Because the sever-side framework was written in C++/Qt, webapplications can run faster than that of lightweight programminglanguage. In application development, it provides an O/R mapping systemand template systems on an MVC architecture, aims to achieve highproductivity through the policy ofconvention over configuration.
Features:
High performance- High-speed web application is much better for users! See here.Framework written in C++- Web application can be developed in C++ langTemplate system- Completely divided templates and presentation logicFull-stack- Most modules includedCross-platform- Windows, Mac OS X, Linux, etc.Same source code can work on other platformsMVC architectureO/R mapping- Conceals complex and troublesome database accessesRouting system- No need to write the routing rules one by one into a configuration fileGenerator – Automatically generates scaffolds and MakefilesAjax supportOSS- New BSD License
下面是下载地址:
http://www.treefrogframework.org/download
#1 [longgiraffe 07-17 16:58]
这个是用来开发网站的吗?
#2 [longgiraffe 07-17 17:12]
原型看介绍是日本人开发的,跟HTML5可以很好的结合在一起,不知道我的理解是否正确,用来开发网站服务器端的程序,效率很高
#3 [dxfans 09-03 10:32]
#4 [XChinux 09-03 11:31]
如果在web开发中有确实有些性能方面的要求,我一般采用ICE(可能+Qt)来做服务,然后用PHP/Java/C#等进行调用,学习一下可以,哈哈。
#5 回 XChinux 的帖子 [foxgod 02-12 10:34]
XChinux:如果在web开发中有确实有些性能方面的要求,我一般采用ICE(可能+Qt)来做服务,然后用PHP/Java/C#等进行调用,学习一下可以,哈哈。 (2012-09-03 11:31)
你对treefrog已经掌握了吗,不知道在那里可以掌握这些知道,官网上不是很明白,我按照官网上做的,是可以出来一个web了,可是打开treefrog生成的pro,里面有很多感觉是未定义的变量,但是qmake和make可以通过,为啥呢?