由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - ZK框架用处大吗?
相关主题
Python based web frameworks有没工具或framework可以对大数据库运行中去重复?
在经历了无穷多的灾难后。。。How to fire up MFI in C#?
Programming ASP.NET MVC 4问一个windows From application的问题
Java Play Framework 和 Spring 比较一下?windows下面的c++有什么免费的好用的ide?
现在很多收费网站前端都用js做了,这块市场很大阿。问sscanf
哪个node.js web framework比较好?既生Java何生.Net?
Vert.x 上边有没有像node上的expressperl non web framework
deep learning framework on JVMwinxp升级安装了两个.net framework, 2.0和3.0,可以把2.0卸载掉么?
相关话题的讨论汇总
话题: zk话题: ajax话题: framework话题: frameworks话题: request
进入Programming版参与讨论
1 (共1页)
N***m
发帖数: 4460
1
ZK框架,感觉server端啥都得做,效率是不是很低?
这样的话是不是只有小型站点才适合?
s******e
发帖数: 493
2
not really.
ZK is an ajax framework. The chance is that if you choose an ajax, you
rarely can stay on the client side to get the info you need.
N***m
发帖数: 4460
3
3x for your input.
I just start to touch ZK, but the book said even for
a click button event that hasn't really done anything,
the event will be sent to server side because ZK
takes control of almost everything for clients. That eases
the updating of browser, but that also seems to me a
serious drawback. I guess that is what a framework is, you
manipulate things inside quite well but lose some
flexibility in certain cases?

【在 s******e 的大作中提到】
: not really.
: ZK is an ajax framework. The chance is that if you choose an ajax, you
: rarely can stay on the client side to get the info you need.

g*****g
发帖数: 34805
4
You worry too much. Scalability is not an issue until
it's an issue. And for average website, it may never
be an issue.
ZK is one of so called stateful component frameworks, components
are rendered on server side. But traditional request-based
frameworks are done this way too. The main advantage of ajax,
is updating only a portion of webpage so that the update can
be fast. Reducing IO isn't as important. That being said, as
long as it's ajax framework, you can still expect less traffic
than request-based framework. Request-based frameworks are still
widely used in most of all your financial websites. Stateful
frameworks use more memory footprint than request-based ones,
that's what people worry about in terms of scalability. But 64bits
JVM is an option now and memory is cheaper than ever.
I mean, unless you are developing google or facebook and you may have
a concern and a pure client side ajax framework is necessary. Otherwise
you can worry about it when you have 100K users.

【在 N***m 的大作中提到】
: 3x for your input.
: I just start to touch ZK, but the book said even for
: a click button event that hasn't really done anything,
: the event will be sent to server side because ZK
: takes control of almost everything for clients. That eases
: the updating of browser, but that also seems to me a
: serious drawback. I guess that is what a framework is, you
: manipulate things inside quite well but lose some
: flexibility in certain cases?

N***m
发帖数: 4460
5
谢谢你的回复。还没开始正式学ZK,如你所说的,如果
不是问题的话,以后应该会有机会用到的。

【在 g*****g 的大作中提到】
: You worry too much. Scalability is not an issue until
: it's an issue. And for average website, it may never
: be an issue.
: ZK is one of so called stateful component frameworks, components
: are rendered on server side. But traditional request-based
: frameworks are done this way too. The main advantage of ajax,
: is updating only a portion of webpage so that the update can
: be fast. Reducing IO isn't as important. That being said, as
: long as it's ajax framework, you can still expect less traffic
: than request-based framework. Request-based frameworks are still

1 (共1页)
进入Programming版参与讨论
相关主题
winxp升级安装了两个.net framework, 2.0和3.0,可以把2.0卸载掉么?现在很多收费网站前端都用js做了,这块市场很大阿。
用C# 编一个简单的浏览器程序,在别的机器上运行的时候总要求装.net framework, 怎么办呢?哪个node.js web framework比较好?
Mac or IBM laptop for java programming? Thank you!!!Vert.x 上边有没有像node上的express
用Javascript Framework的请进 (转载)deep learning framework on JVM
Python based web frameworks有没工具或framework可以对大数据库运行中去重复?
在经历了无穷多的灾难后。。。How to fire up MFI in C#?
Programming ASP.NET MVC 4问一个windows From application的问题
Java Play Framework 和 Spring 比较一下?windows下面的c++有什么免费的好用的ide?
相关话题的讨论汇总
话题: zk话题: ajax话题: framework话题: frameworks话题: request