欢迎大家赞助一杯啤酒🍺 我们准备了下酒菜:Formal mathematics/Isabelle/ML, Formal verification/Coq/ACL2, C++/F#/Lisp
Grizzly
第8行: | 第8行: | ||
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). | 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]], [[ | + | 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! |
[[Image:Grizzly_Connector.gif|thumb|right|Grizzly Connector]] | [[Image:Grizzly_Connector.gif|thumb|right|Grizzly Connector]] |
2008年2月20日 (三) 13:47的版本
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!