欢迎大家赞助一杯啤酒🍺 我们准备了下酒菜:Formal mathematics/Isabelle/ML, Formal verification/Coq/ACL2, C++/F#/Lisp
Grizzly
第15行: | 第15行: | ||
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/ |
2008年7月15日 (二) 05:14的版本
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