You are viewing a plain text version of this content. The canonical link for it is here.
Posted to awf-commits@incubator.apache.org by sl...@apache.org on 2012/02/26 17:01:09 UTC

svn commit: r1293872 - in /incubator/awf/trunk: awf-core/ awf-core/src/main/java/org/apache/awf/web/http/client/ awf-core/src/site/xdoc/ awf-example-handlers/src/main/java/org/apache/awf/example/client/

Author: slemesle
Date: Sun Feb 26 17:01:08 2012
New Revision: 1293872

URL: http://svn.apache.org/viewvc?rev=1293872&view=rev
Log:
Remove Deft references from the tree.

Modified:
    incubator/awf/trunk/awf-core/NOTICE.txt
    incubator/awf/trunk/awf-core/README.md
    incubator/awf/trunk/awf-core/src/main/java/org/apache/awf/web/http/client/AsynchronousHttpClient.java
    incubator/awf/trunk/awf-core/src/site/xdoc/faq.xml
    incubator/awf/trunk/awf-core/src/site/xdoc/index.xml
    incubator/awf/trunk/awf-core/src/site/xdoc/quick-start-guide.xml
    incubator/awf/trunk/awf-example-handlers/src/main/java/org/apache/awf/example/client/AsynchronousHttpClientGetExample.java
    incubator/awf/trunk/awf-example-handlers/src/main/java/org/apache/awf/example/client/AsynchronousHttpClientPostExample.java

Modified: incubator/awf/trunk/awf-core/NOTICE.txt
URL: http://svn.apache.org/viewvc/incubator/awf/trunk/awf-core/NOTICE.txt?rev=1293872&r1=1293871&r2=1293872&view=diff
==============================================================================
--- incubator/awf/trunk/awf-core/NOTICE.txt (original)
+++ incubator/awf/trunk/awf-core/NOTICE.txt Sun Feb 26 17:01:08 2012
@@ -1,4 +1,4 @@
-Deft web server
+Apache Asynchronous Web Framework
 
 Alternative collection types provided by guava-libraries (superset of the old Google Collections Library)
 http://code.google.com/p/guava-libraries/

Modified: incubator/awf/trunk/awf-core/README.md
URL: http://svn.apache.org/viewvc/incubator/awf/trunk/awf-core/README.md?rev=1293872&r1=1293871&r2=1293872&view=diff
==============================================================================
--- incubator/awf/trunk/awf-core/README.md (original)
+++ incubator/awf/trunk/awf-core/README.md Sun Feb 26 17:01:08 2012
@@ -1,6 +1,10 @@
 Deft has been accepted to the ASF incubator (http://markmail.org/message/qkbl7djiqwg7eofo)
 Migration work (jira, wiki, vcs, mailing lists, accounts, cla) has started...
 
+# AWF
+
+Apache AWF is the new name of the Deft project. The home page of the project is now [http://incubator.apache.org/awf].
+
 # Deft
 Deft is a single threaded, asynchronous, event driven high performance web server running on the JVM.
 

Modified: incubator/awf/trunk/awf-core/src/main/java/org/apache/awf/web/http/client/AsynchronousHttpClient.java
URL: http://svn.apache.org/viewvc/incubator/awf/trunk/awf-core/src/main/java/org/apache/awf/web/http/client/AsynchronousHttpClient.java?rev=1293872&r1=1293871&r2=1293872&view=diff
==============================================================================
--- incubator/awf/trunk/awf-core/src/main/java/org/apache/awf/web/http/client/AsynchronousHttpClient.java (original)
+++ incubator/awf/trunk/awf-core/src/main/java/org/apache/awf/web/http/client/AsynchronousHttpClient.java Sun Feb 26 17:01:08 2012
@@ -113,7 +113,7 @@ public class AsynchronousHttpClient {
      * invoke the given callback when the response upon completion.
      * 
      * @param url the URL from which to request, e.g.
-     *            <em>http://incubator.apache.org/deft/</em>.
+     *            <em>http://incubator.apache.org/awf/</em>.
      * @param callback the callback to execute when the response is received.
      * @throws IllegalArgumentException where the given URL is parsed to a
      *             <code>null</code> host or with an invalid port number.
@@ -128,7 +128,7 @@ public class AsynchronousHttpClient {
      * invoke the given callback when the response upon completion.
      * 
      * @param url the URL from which to request, e.g.
-     *            <em>http://incubator.apache.org/deft/</em>.
+         *            <em>http://incubator.apache.org/awf/</em>.
      * @param body the message body to pass.
      * @param callback the callback to execute when the response is received.
      * @throws IllegalArgumentException where the given URL is parsed to a
@@ -145,7 +145,7 @@ public class AsynchronousHttpClient {
      * invoke the given callback when the response upon completion.
      * 
      * @param url the URL from which to request, e.g.
-     *            <em>http://incubator.apache.org/deft/</em>.
+     *            <em>http://incubator.apache.org/awf/</em>.
      * @param body the message body to pass.
      * @param callback the callback to execute when the response is received.
      * @throws IllegalArgumentException where the given URL is parsed to a
@@ -162,7 +162,7 @@ public class AsynchronousHttpClient {
      * invoke the given callback when the response upon completion.
      * 
      * @param url the URL from which to request, e.g.
-     *            <em>http://incubator.apache.org/deft/</em>.
+     *            <em>http://incubator.apache.org/awf/</em>.
      * @param body the message body to pass.
      * @param callback the callback to execute when the response is received.
      * @throws IllegalArgumentException where the given URL is parsed to a

Modified: incubator/awf/trunk/awf-core/src/site/xdoc/faq.xml
URL: http://svn.apache.org/viewvc/incubator/awf/trunk/awf-core/src/site/xdoc/faq.xml?rev=1293872&r1=1293871&r2=1293872&view=diff
==============================================================================
--- incubator/awf/trunk/awf-core/src/site/xdoc/faq.xml (original)
+++ incubator/awf/trunk/awf-core/src/site/xdoc/faq.xml Sun Feb 26 17:01:08 2012
@@ -23,7 +23,7 @@
 		<section name="Frequently Asked Questions">
 
 			<subsection name="Why is there nothing here?">
-				<p>Deft is too shiny and brand-spanking new for this section. Be the
+				<p>AWF is too shiny and brand-spanking new for this section. Be the
 					first to cause
 					trouble and ask questions!</p>
 			</subsection>

Modified: incubator/awf/trunk/awf-core/src/site/xdoc/index.xml
URL: http://svn.apache.org/viewvc/incubator/awf/trunk/awf-core/src/site/xdoc/index.xml?rev=1293872&r1=1293871&r2=1293872&view=diff
==============================================================================
--- incubator/awf/trunk/awf-core/src/site/xdoc/index.xml (original)
+++ incubator/awf/trunk/awf-core/src/site/xdoc/index.xml Sun Feb 26 17:01:08 2012
@@ -22,8 +22,8 @@
 	<body>
 		<section name="Apache AWF">
 			<p>
-				Apache AWF is a non-blocking, asynchronous, event driven high
-				performance web framework running on the JVM. Deft
+				Apache AWF aka Apache Asynchronous Web Framework, is a non-blocking, asynchronous, event driven high
+				performance web framework running on the JVM. AWF
 				is currently in
 				the
 				<a class="externalLink" href="http://incubator.apache.org/">Apache Incubator</a>
@@ -31,7 +31,7 @@
 			</p>
 			<p>
 				Find out more about AWF on our
-				<a class="externalLink" href="https://cwiki.apache.org/confluence/display/DEFT">wiki</a>
+				<a class="externalLink" href="https://cwiki.apache.org/confluence/display/AWF">wiki</a>
 				.
 			</p>
 
@@ -61,7 +61,7 @@
 			<subsection name="Download">
 				<p>
 					Download a release of AWF from a
-					<a class="externalLink" href="http://www.apache.org/dyn/closer.cgi/incubator/deft/">nearby
+					<a class="externalLink" href="http://www.apache.org/dyn/closer.cgi/incubator/awf/">nearby
 						mirror</a>
 					.
 				</p>
@@ -69,7 +69,7 @@
 
 			<subsection name="Disclaimer">
 				<p>
-					Apache Deft is an effort undergoing incubation at
+					Apache AWF is an effort undergoing incubation at
 					<a class="externalLink" href="http://apache.org/">The Apache
 						Software Foundation</a>
 					(ASF), sponsored by the

Modified: incubator/awf/trunk/awf-core/src/site/xdoc/quick-start-guide.xml
URL: http://svn.apache.org/viewvc/incubator/awf/trunk/awf-core/src/site/xdoc/quick-start-guide.xml?rev=1293872&r1=1293871&r2=1293872&view=diff
==============================================================================
--- incubator/awf/trunk/awf-core/src/site/xdoc/quick-start-guide.xml (original)
+++ incubator/awf/trunk/awf-core/src/site/xdoc/quick-start-guide.xml Sun Feb 26 17:01:08 2012
@@ -20,7 +20,7 @@
 		<title>Apache AWF - Quick Start Guide</title>
 	</properties>
 	<body>
-		<section name="Getting Started with Deft">
+		<section name="Getting Started with AWF">
 			<p>This page is currently under development.</p>
 			<p>
 				The easiest way to start is to download the source and dive right

Modified: incubator/awf/trunk/awf-example-handlers/src/main/java/org/apache/awf/example/client/AsynchronousHttpClientGetExample.java
URL: http://svn.apache.org/viewvc/incubator/awf/trunk/awf-example-handlers/src/main/java/org/apache/awf/example/client/AsynchronousHttpClientGetExample.java?rev=1293872&r1=1293871&r2=1293872&view=diff
==============================================================================
--- incubator/awf/trunk/awf-example-handlers/src/main/java/org/apache/awf/example/client/AsynchronousHttpClientGetExample.java (original)
+++ incubator/awf/trunk/awf-example-handlers/src/main/java/org/apache/awf/example/client/AsynchronousHttpClientGetExample.java Sun Feb 26 17:01:08 2012
@@ -45,7 +45,7 @@ public class AsynchronousHttpClientGetEx
         };
 
         final AsynchronousHttpClient client = new AsynchronousHttpClient();
-        client.get("http://incubator.apache.org/deft/", callback);
+        client.get("http://incubator.apache.org/awf/", callback);
 
         IOLoop.INSTANCE.addTimeout(new Timeout(System.currentTimeMillis() + 1000, new AsyncCallback() {
             @Override

Modified: incubator/awf/trunk/awf-example-handlers/src/main/java/org/apache/awf/example/client/AsynchronousHttpClientPostExample.java
URL: http://svn.apache.org/viewvc/incubator/awf/trunk/awf-example-handlers/src/main/java/org/apache/awf/example/client/AsynchronousHttpClientPostExample.java?rev=1293872&r1=1293871&r2=1293872&view=diff
==============================================================================
--- incubator/awf/trunk/awf-example-handlers/src/main/java/org/apache/awf/example/client/AsynchronousHttpClientPostExample.java (original)
+++ incubator/awf/trunk/awf-example-handlers/src/main/java/org/apache/awf/example/client/AsynchronousHttpClientPostExample.java Sun Feb 26 17:01:08 2012
@@ -71,7 +71,7 @@ public class AsynchronousHttpClientPostE
             }
         };
 
-        Request request = new Request("http://incubator.apache.org/deft/", HttpVerb.POST);
+        Request request = new Request("http://incubator.apache.org/awf/", HttpVerb.POST);
         request.setBody("paramName=paramValue");
         request.setContentType(ContentType.APPLICATION_FORM_URLENCODED);