Kenyth Zeng's Library tagged → View Popular
Ajaxian » Google releases Closure, the tools behind the JS geniuses
-
compact, high-performance code. The compiler removes dead code and
rewrites and minimizes what’s left so that it downloads and runs
quickly. It also also checks syntax, variable references, and
types, and warns about common JavaScript pitfalls. -
. You can use the compiler with Closure Inspector, a Firebug
extension that makes debugging the obfuscated code almost as easy as
debugging the human-readable source. - 2 more annotations...
Flapjax
Flapjax is a new programming language designed around the demands of modern, client-based Web applications. Its principal features include:
* Event-driven, reactive evaluation
* An event-stream abstraction for communicating with web services
* Interfaces to external web services
Flapjax is easy to learn: it is just a JavaScript framework. Furthermore, because Flapjax is built entirely atop JavaScript, it runs on traditional Web browsers without the need for plug-ins or other downloads. It integrates seamlessly with existing JavaScript code and other frameworks.
JavaScript Shell 1.4
JavaScript Shell 1.4
Features: autocompletion of property names with Tab, multiline input with Shift+Enter, input history with (Ctrl+) Up/Down, Math, help
Values and functions: ans, print(string), props(object), blink(node), clear(), load(scriptURL), scope(object)
-
JavaScript Shell 1.4
Features: autocompletion of property names with Tab, multiline input with Shift+Enter, input history with (Ctrl+) Up/Down, Math, helpValues and functions: ans, print(string), props(object), blink(node), clear(), load(scriptURL), scope(object)
Google Web Toolkit - Build AJAX apps in the Java language
Google Web Toolkit (GWT) is a Java software development framework that makes writing AJAX applications like Google Maps and Gmail easy for developers who don't speak browser quirks as a second language. Writing dynamic web applications today is a tedious
Communicating with a Server - Google Web Toolkit - Google Code
-
GWT allows only asynchronous
server calls. When sending an HTTP request, the client code must register a callback method that will handle the response (or the error, if the call fails). -
<inherits name="com.google.gwt.http.HTTP" />
Liweb 0.1.0 - Demo
ajax framework choice
-
- Executes JVM bytecode:
- only the compiled version of the program is required, the source code is not
- thoretically it can run any software written in
any programming language
which is compiled to JVM bytecode (of course with some important limitations);
some of such popular languages are
Groovy and Ruby
Comet:基于 HTTP 长连接的“服务器推”技术
-
监控、即时通信、即时报价系统都需要将后台发生的变化实时传送到客户端而无须客户端不停地刷新、发送请求。
-
Mozilla Firefox 提供了对 Streaming AJAX 的支持, 即 readystate 为 3 时(数据仍在传输中),客户端可以读取数据,从而无须关闭连接,就能读取处理服务器端返回的信息。
- 8 more annotations...
Re: FriendFeed Real-time API launched - Gary Burd - com.googlegroups.friendfeed-api - MarkMail
-
The realtime APIs will not work reliably across all browser types in a
Comet-style application. We recommend using Ajax-style calls from a
browser (set timeout=0).
Resin : Tutorials : Server-Push Servlet
-
the browser executes the script as part of its
progressive rendering, the user will see the updates immediately without
waiting for the entire HTTP request to complete. -
The CometController is Resin's thread-safe encapsulation
of control and communication from the application's service to the
Comet servlet. - 4 more annotations...
JSON AJAX Web Chat Tutorial
using timer based polling technique
-
mTimer = setTimeout('getChatText();',2000); //Refresh our chat in 2 seconds
Selected Tags
Related Tags
Sponsored Links
Top Contributors
Groups interested in ajax
-
webdevelopment
Links to webdevelopment
Items: 252 | Visits: 188
Created by: alfred westerveld
-
网页设计
Items: 200 | Visits: 125
Created by: china handan
Highlighter, Sticky notes, Tagging, Groups and Network: integrated suite dramatically boosting research productivity. Learn more »
Join Diigo

