Author: trustin Date: Thu Nov 25 05:59:17 2004 New Revision: 106574 URL: http://svn.apache.org/viewcvs?view=rev&rev=106574 Log: Added basic site documentation.
TODO: architetcure.xml Added: incubator/directory/seda/trunk/xdocs/index.xml incubator/directory/seda/trunk/xdocs/navigation.xml incubator/directory/seda/trunk/xdocs/news.xml incubator/directory/seda/trunk/xdocs/roadmap.xml Added: incubator/directory/seda/trunk/xdocs/index.xml Url: http://svn.apache.org/viewcvs/incubator/directory/seda/trunk/xdocs/index.xml?view=auto&rev=106574 ============================================================================== --- (empty file) +++ incubator/directory/seda/trunk/xdocs/index.xml Thu Nov 25 05:59:17 2004 @@ -0,0 +1,35 @@ +<?xml version="1.0" encoding="iso-8859-1"?> +<document> + <properties> + <author email="[EMAIL PROTECTED]">Trustin Lee</author> + <title>Overview</title> + </properties> + + <body> + <section name="Introduction"> + <p> + SEDA is a high performance and high scalability network application + framework which follows + <a href="http://www.eecs.harvard.edu/~mdw/proj/seda/">Staged + Event-Driven Architecture</a>. + </p> + <p> + SEDA will be a simple yet full-featured network application which + provides: + <ul> + <li>Support for TCP, UDP, and intra-VM transport types,</li> + <li>Support for both server (inetd-like) and client side,</li> + <li>Unit-testability,</li> + <li>JMX managability,</li> + <li>Traffic throttling,</li> + <li>Overload shielding,</li> + <li>Integration with well known containers such as Spring, + PicoContainer, Merlin, etc,</li> + <li>and a wrapper for a proven legacy NIO framework, + <a href="http://gleamynode.net/dev/projects/netty2/">Netty2</a> + to help users' migration.</li> + </ul> + </p> + </section> + </body> +</document> \ No newline at end of file Added: incubator/directory/seda/trunk/xdocs/navigation.xml Url: http://svn.apache.org/viewcvs/incubator/directory/seda/trunk/xdocs/navigation.xml?view=auto&rev=106574 ============================================================================== --- (empty file) +++ incubator/directory/seda/trunk/xdocs/navigation.xml Thu Nov 25 05:59:17 2004 @@ -0,0 +1,36 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project> + + <title>SEDA</title> + + <body> + <links> + <!-- + <item name="Apache" href="http://apache.org/"/> + --> + <item name="Directory" href="../../index.html"/> + <item name="Eve" href="../eve/index.html"/> + <item name="RMS" href="../rms/index.html"/> + <item name="LDAP" href="../directory-ldap/index.html"/> + <item name="Janus" href="../janus/index.html"/> + <item name="Naming" href="../directory-naming/index.html"/> + <item name="Snickers" href="../snickers/index.html"/> + <!-- + <item name="Sitedocs" href="../sitedocs/index.html"/> + --> + </links> + + <menu name="SEDA"> + <item name="Overview" href="/index.html"/> + <item name="News and Status" href="/news.html"/> + <!-- I'll write this up tomorrow + <item name="Architecture" href="/architecture.html"/> + --> + <item name="Roadmap" href="/roadmap.html"/> + </menu> + <menu name="Project Information"> + <item name="Open Issues" href="http://nagoya.apache.org/jira/browse/DIRSEDA"/> + <item name="Source Repositories" href="http://svn.apache.org/viewcvs.cgi/incubator/directory/seda/trunk/?root=Apache-SVN"/> + </menu> + </body> +</project> Added: incubator/directory/seda/trunk/xdocs/news.xml Url: http://svn.apache.org/viewcvs/incubator/directory/seda/trunk/xdocs/news.xml?view=auto&rev=106574 ============================================================================== --- (empty file) +++ incubator/directory/seda/trunk/xdocs/news.xml Thu Nov 25 05:59:17 2004 @@ -0,0 +1,39 @@ +<?xml version="1.0" encoding="UTF-8"?> +<document> + <properties> + <author email="[EMAIL PROTECTED]">Trustin Lee</author> + <title>News and Status</title> + </properties> + + <body> + + <section name="Latest News"> + <!-- insert new news items as a subsection here w/ most recent first --> + + <subsection name="25 November 2004"> + <p> + We're currently focusing on bringing the documentation up-to-date and + setting up overall roadmap. Thanks to Vincent Tence for helping me. + </p> + </subsection> + </section> + + <section name="Status"> + <!-- insert new news items as a subsection here w/ most recent first --> + <p> + We're refactoring API to make SEDA more usable and robust. There will be + no feature improvement until the API is stablized. Here is the list of + implemented features: + + <ul> + <li>An event router which routes events between stages. + <ul> + <li>We are considering to replace this router model with + CoR (Chain of Responsibility) pattern.</li> + </ul></li> + <li>Basic TCP and UDP support for server side only.</li> + </ul> + </p> + </section> + </body> +</document> Added: incubator/directory/seda/trunk/xdocs/roadmap.xml Url: http://svn.apache.org/viewcvs/incubator/directory/seda/trunk/xdocs/roadmap.xml?view=auto&rev=106574 ============================================================================== --- (empty file) +++ incubator/directory/seda/trunk/xdocs/roadmap.xml Thu Nov 25 05:59:17 2004 @@ -0,0 +1,51 @@ +<?xml version="1.0" encoding="UTF-8"?> +<document> + <properties> + <author email="[EMAIL PROTECTED]">Trustin Lee</author> + <title>Roadmap</title> + </properties> + + <body> + + <section name="Roadmap"> + <!-- insert new news items as a subsection here w/ most recent first --> + + <subsection name="0.7 (23 December 2004)"> + <p> + <ul> + <li>Unit-testable core API set with an inetd-like service</li> + <li>Support for TCP, UDP, and intra-VM transports</li> + </ul> + </p> + </subsection> + + <subsection name="0.8 (no date set)"> + <p> + <ul> + <li>inetd-like service API</li> + <li>Core API improvement based on user requests</li> + </ul> + </p> + </subsection> + + <subsection name="0.9 (no date set)"> + <p> + <ul> + <li>Traffic throttling</li> + <li>Overload sheilding</li> + <li>Integration with containers: Spring</li> + </ul> + </p> + </subsection> + + <subsection name="1.0 (no date set)"> + <p> + <ul> + <li>JMX compliance</li> + <li>A wrapper for <a href="http://gleamynode.net/dev/projects/netty2/">Netty2</a></li> + </ul> + </p> + </subsection> + </section> + </body> +</document>
