欢迎大家赞助一杯啤酒🍺 我们准备了下酒菜:Formal mathematics/Isabelle/ML, Formal verification/Coq/ACL2, C++/F#/Lisp
Grizzly
(未显示1个用户的2个中间版本) | |||
第1行: | 第1行: | ||
+ | [[Image:Grizzly-90x90.gif|right]] | ||
+ | |||
Grizzly is an HTTP Listener using Java's NIO technology and implemented entirely in Java. A re-usable NIO based framework that can be used for any HTTP related operations (HTTP Listener/Connector) as well as non-HTTP operations, thus allowing the creation of any type of scalable multi-threaded server. | Grizzly is an HTTP Listener using Java's NIO technology and implemented entirely in Java. A re-usable NIO based framework that can be used for any HTTP related operations (HTTP Listener/Connector) as well as non-HTTP operations, thus allowing the creation of any type of scalable multi-threaded server. | ||
第15行: | 第17行: | ||
We are using Maven 2 and SVN. To checkout the workspace just do | We are using Maven 2 and SVN. To checkout the workspace just do | ||
svn checkout https://www.dev.java.net/svn/grizzly | svn checkout https://www.dev.java.net/svn/grizzly | ||
+ | |||
+ | ==Grizzly 2== | ||
+ | Grizzlet 2.0 will soon enter the [[Atmosphere]] | ||
==Links== | ==Links== | ||
*https://grizzly.dev.java.net/ | *https://grizzly.dev.java.net/ | ||
*http://download.huihoo.com/grizzly/ | *http://download.huihoo.com/grizzly/ | ||
*http://docs.huihoo.com/grizzly/ | *http://docs.huihoo.com/grizzly/ | ||
+ | |||
+ | [[Category:HTTP]] |
2010年9月1日 (三) 07:00的最后版本
Grizzly is an HTTP Listener using Java's NIO technology and implemented entirely in Java. A re-usable NIO based framework that can be used for any HTTP related operations (HTTP Listener/Connector) as well as non-HTTP operations, thus allowing the creation of any type of scalable multi-threaded server.
You can download our embeddable runtime:
- http
- comet(and Grizzlet)
- cometd
- jruby
and then just do java -jar [bundle-name] [port] [your-application-path] (ex: java -jar grizzly-http-webserver-1.7.1.jar 8080 /var/www).
The Grizzly framework itself ships with examples, so if you need to write a TCP/TLS/UDP application, make sure you take a look under module-name/src/main/tests. Grizzly can also be seen live in GlassFish, SailFin, Jersey, Phobos, Jetty, 4homemedia.com and many more!
AsyncWeb can now run on top of Grizzly.
We are using Maven 2 and SVN. To checkout the workspace just do
svn checkout https://www.dev.java.net/svn/grizzly
[编辑] Grizzly 2
Grizzlet 2.0 will soon enter the Atmosphere