[Assorted-commits] SF.net SVN: assorted:[947] java-reactor/trunk/README
Brought to you by:
yangzhang
From: <yan...@us...> - 2008-08-22 07:02:46
|
Revision: 947 http://assorted.svn.sourceforge.net/assorted/?rev=947&view=rev Author: yangzhang Date: 2008-08-22 07:02:56 +0000 (Fri, 22 Aug 2008) Log Message: ----------- updated the readme/site Modified Paths: -------------- java-reactor/trunk/README Modified: java-reactor/trunk/README =================================================================== --- java-reactor/trunk/README 2008-08-20 18:35:53 UTC (rev 946) +++ java-reactor/trunk/README 2008-08-22 07:02:56 UTC (rev 947) @@ -13,11 +13,17 @@ Aside from its simplicity, efficiency, and support for scheduled tasks, it also has no dependencies except for Java 6. Currently only UDP is supported. +Usage +----- + +For an example of how to use the reactor, please refer to `ReactorTest.java`. + Related Work ------------ -- [Apache Mina]: we originally used this for [SRON], but it lacked efficiency - and scheduled tasks, and also requires at least [slf4j]. +- [Apache Mina]: we originally used this for [SRON], but it is not as + lightweight, lacked select-based time-scheduling, and also requires at least + [slf4j]. - [SRON]: The project from which Java Reactor was born. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |