由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Java版 - So I played with Vaadin a little bit
相关主题
大家来说说 Web Fameworks 吧请问Java阵营最新潮的web development stack是什么?
vaadinRandom thoughts on Javascript
问个Charting的问题anyone has experience with ZK?
PHP/JSP/ASP等页面语言应该被慢慢抛弃了吧? (转载)请推荐好的AJAX技术
Node.js, server-side javascriptweb application一定要掌握javascript和ajax吗
【包子】请问:关于 web 前端 report / dashboard 的设计请推荐一个java ajax Framework
Google Web Toolkit 令人失望有空可以讨论一下Portal
Java Web Framwork 比较DC hot start-up 招 JAVA engineer (sponsor h1b, green-card)
相关话题的讨论汇总
话题: so话题: vaadin话题: going话题: little话题: played
进入Java版参与讨论
1 (共1页)
m******t
发帖数: 2416
1
The out of box experience was impressive. I like the easy and
straightforward paradigm, which makes it possible to spend
most of the time actually implementing features, instead of
learning the tool. And the ability to implement logic in
full java capabilities (vs. GWT's watered-down subset) is
incredibly satisfying.
The big concern though is that the price we pay for all the
good things above is to do everything on the server. The UI
isn't going to be very snappy due to network latency. No
matt
g*****g
发帖数: 34805
2
It's not going to be as fast as pure client side framework,
and it never will.
But you are still only updating a portion of the page at
a time. So called AJAX. The generation of that portion is
done on server side, I think it's going to be faster than
request-based frameworks where the entire page is sent over
the wire.
The other drawback would be memory consumption in the session.
Overall it's still very Swing and certainly fits a lot of
projects.

【在 m******t 的大作中提到】
: The out of box experience was impressive. I like the easy and
: straightforward paradigm, which makes it possible to spend
: most of the time actually implementing features, instead of
: learning the tool. And the ability to implement logic in
: full java capabilities (vs. GWT's watered-down subset) is
: incredibly satisfying.
: The big concern though is that the price we pay for all the
: good things above is to do everything on the server. The UI
: isn't going to be very snappy due to network latency. No
: matt

m******t
发帖数: 2416
3
Well, from a user's point of view, the response time of
a mouse click or key stroke has little to do with the amount
of page updates. That's _especially_ true for ajax
applications because the user is already used to incredibly
fast partial page updates.
I click on a check box, if it takes more than maybe
a second for that optional field to show up, that's not
feeling very responsive. If the user and the server are
on different coasts or continents, the network latency
alone is going to be half

【在 g*****g 的大作中提到】
: It's not going to be as fast as pure client side framework,
: and it never will.
: But you are still only updating a portion of the page at
: a time. So called AJAX. The generation of that portion is
: done on server side, I think it's going to be faster than
: request-based frameworks where the entire page is sent over
: the wire.
: The other drawback would be memory consumption in the session.
: Overall it's still very Swing and certainly fits a lot of
: projects.

1 (共1页)
进入Java版参与讨论
相关主题
DC hot start-up 招 JAVA engineer (sponsor h1b, green-card)Node.js, server-side javascript
asp.net现在的mvc模式,很象java当年在servlet里面的doGet(),doPost()里写html code.【包子】请问:关于 web 前端 report / dashboard 的设计
郁闷Google Web Toolkit 令人失望
vaadin upload componentJava Web Framwork 比较
大家来说说 Web Fameworks 吧请问Java阵营最新潮的web development stack是什么?
vaadinRandom thoughts on Javascript
问个Charting的问题anyone has experience with ZK?
PHP/JSP/ASP等页面语言应该被慢慢抛弃了吧? (转载)请推荐好的AJAX技术
相关话题的讨论汇总
话题: so话题: vaadin话题: going话题: little话题: played