Modified: reef/site/tang.html URL: http://svn.apache.org/viewvc/reef/site/tang.html?rev=1717811&r1=1717810&r2=1717811&view=diff ============================================================================== --- reef/site/tang.html (original) +++ reef/site/tang.html Thu Dec 3 17:20:22 2015 @@ -1,13 +1,13 @@ <!DOCTYPE html> <!-- - | Generated by Apache Maven Doxia at 2015-11-14 + | Generated by Apache Maven Doxia at 2015-12-04 | Rendered using Apache Maven Fluido Skin 1.4 --> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <meta name="Date-Revision-yyyymmdd" content="20151114" /> + <meta name="Date-Revision-yyyymmdd" content="20151204" /> <meta http-equiv="Content-Language" content="en" /> <title>Apache REEF - Tang</title> <link rel="stylesheet" href="./css/apache-maven-fluido-1.4.min.css" /> @@ -143,9 +143,6 @@ <li> <a href="http://www.apache.org/foundation/how-it-works.html" title="How Apache Works">How Apache Works</a> </li> - <li> <a href="http://incubator.apache.org/" title="Apache Incubator">Apache Incubator</a> -</li> - <li> <a href="http://www.apache.org/licenses/LICENSE-2.0.html" title="Apache License">Apache License</a> </li> @@ -164,12 +161,10 @@ <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown">External Links <b class="caret"></b></a> <ul class="dropdown-menu"> - <li> <a href="https://github.com/apache/incubator-reef" title="Apache REEF GitHub">Apache REEF GitHub</a> + <li> <a href="https://github.com/apache/reef" title="Apache REEF GitHub">Apache REEF GitHub</a> </li> <li> <a href="http://www.apache.org" title="Apache">Apache</a> </li> - <li> <a href="http://incubator.apache.org/" title="Apache Incubator">Apache Incubator</a> -</li> </ul> </li> </ul> @@ -187,8 +182,8 @@ <img src="ApacheREEF_logo_no_margin_small.png" alt="Apache REEF"/> </a> </div> - <div class="pull-right"> <a href="http://incubator.apache.org/" id="bannerRight"> - <img src="ApacheIncubator.png" /> + <div class="pull-right"> <a href="http://apache.org/" id="bannerRight"> + <img src="apache-feather.gif" /> </a> </div> <div class="clear"><hr/></div> @@ -392,13 +387,6 @@ <li> - <a href="http://incubator.apache.org/" class="externalLink" title="Apache Incubator"> - <span class="none"></span> - Apache Incubator</a> - </li> - - <li> - <a href="http://www.apache.org/licenses/LICENSE-2.0.html" class="externalLink" title="Apache License"> <span class="none"></span> Apache License</a> @@ -870,15 +858,15 @@ System.out.println("Number of plans Number of plans:1 </pre></div> <p>InjectionPlan objects can be serialized to protocol buffers. The following file documents their format:</p> -<p><a class="externalLink" href="https://github.com/apache/incubator-reef/blob/master/lang/java/reef-tang/tang/src/main/proto/injection_plan.proto">https://github.com/apache/incubator-reef/blob/master/lang/java/reef-tang/tang/src/main/proto/injection_plan.proto</a></p></div> +<p><a class="externalLink" href="https://github.com/apache/reef/blob/master/lang/java/reef-tang/tang/src/main/proto/injection_plan.proto">https://github.com/apache/reef/blob/master/lang/java/reef-tang/tang/src/main/proto/injection_plan.proto</a></p></div> <div class="section"> <h3><a name="classHierarchy"></a>ClassHierarchy<a name="ClassHierarchy"></a></h3> <p>InjectionPlan explains what would happen if you asked Tang to take some action, but it doesn’t provide much insight into Tang’s view of the object hierarchy, parameter defaults and so on. ClassHierarchy objects encode the state that Tang gets from .class files, including class inheritance relationships, parameter annotations, and so on.</p> <p>Internally, in the example above, TypeHierarchy walks the class definition for Timer, looking for superclasses, interfaces, and classes referenced by its constructors.</p> <p>ClassHierarchy objects can be serialized to protocol buffers. The following file documents their format:</p> -<p><a class="externalLink" href="https://github.com/apache/incubator-reef/blob/master/lang/java/reef-tang/tang/src/main/proto/class_hierarchy.proto">https://github.com/apache/incubator-reef/blob/master/lang/java/reef-tang/tang/src/main/proto/class_hierarchy.proto</a></p> +<p><a class="externalLink" href="https://github.com/apache/reef/blob/master/lang/java/reef-tang/tang/src/main/proto/class_hierarchy.proto">https://github.com/apache/reef/blob/master/lang/java/reef-tang/tang/src/main/proto/class_hierarchy.proto</a></p> <p>The java interfaces are available in this package:</p> -<p><a class="externalLink" href="https://github.com/apache/incubator-reef/tree/master/lang/java/reef-tang/tang/src/main/java/org/apache/reef/tang/types">https://github.com/apache/incubator-reef/tree/master/lang/java/reef-tang/tang/src/main/java/org/apache/reef/tang/types</a></p></div></div> +<p><a class="externalLink" href="https://github.com/apache/reef/tree/master/lang/java/reef-tang/tang/src/main/java/org/apache/reef/tang/types">https://github.com/apache/reef/tree/master/lang/java/reef-tang/tang/src/main/java/org/apache/reef/tang/types</a></p></div></div> </div> </div> </div>
Modified: reef/site/team.html URL: http://svn.apache.org/viewvc/reef/site/team.html?rev=1717811&r1=1717810&r2=1717811&view=diff ============================================================================== --- reef/site/team.html (original) +++ reef/site/team.html Thu Dec 3 17:20:22 2015 @@ -1,13 +1,13 @@ <!DOCTYPE html> <!-- - | Generated by Apache Maven Doxia at 2015-11-14 + | Generated by Apache Maven Doxia at 2015-12-04 | Rendered using Apache Maven Fluido Skin 1.4 --> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <meta name="Date-Revision-yyyymmdd" content="20151114" /> + <meta name="Date-Revision-yyyymmdd" content="20151204" /> <meta http-equiv="Content-Language" content="en" /> <title>Apache REEF - Team</title> <link rel="stylesheet" href="./css/apache-maven-fluido-1.4.min.css" /> @@ -143,9 +143,6 @@ <li> <a href="http://www.apache.org/foundation/how-it-works.html" title="How Apache Works">How Apache Works</a> </li> - <li> <a href="http://incubator.apache.org/" title="Apache Incubator">Apache Incubator</a> -</li> - <li> <a href="http://www.apache.org/licenses/LICENSE-2.0.html" title="Apache License">Apache License</a> </li> @@ -164,12 +161,10 @@ <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown">External Links <b class="caret"></b></a> <ul class="dropdown-menu"> - <li> <a href="https://github.com/apache/incubator-reef" title="Apache REEF GitHub">Apache REEF GitHub</a> + <li> <a href="https://github.com/apache/reef" title="Apache REEF GitHub">Apache REEF GitHub</a> </li> <li> <a href="http://www.apache.org" title="Apache">Apache</a> </li> - <li> <a href="http://incubator.apache.org/" title="Apache Incubator">Apache Incubator</a> -</li> </ul> </li> </ul> @@ -187,8 +182,8 @@ <img src="ApacheREEF_logo_no_margin_small.png" alt="Apache REEF"/> </a> </div> - <div class="pull-right"> <a href="http://incubator.apache.org/" id="bannerRight"> - <img src="ApacheIncubator.png" /> + <div class="pull-right"> <a href="http://apache.org/" id="bannerRight"> + <img src="apache-feather.gif" /> </a> </div> <div class="clear"><hr/></div> @@ -392,13 +387,6 @@ <li> - <a href="http://incubator.apache.org/" class="externalLink" title="Apache Incubator"> - <span class="none"></span> - Apache Incubator</a> - </li> - - <li> - <a href="http://www.apache.org/licenses/LICENSE-2.0.html" class="externalLink" title="Apache License"> <span class="none"></span> Apache License</a> @@ -525,8 +513,8 @@ <td align="center">SK Telecom</td></tr> <tr class="b"> <td align="center">dongjoon</td> -<td align="center">Dong Joon Hyun</td> -<td align="center">SK Telecom</td></tr> +<td align="center">Dongjoon Hyun</td> +<td align="center"></td></tr> <tr class="a"> <td align="center">joshrosen</td> <td align="center">Josh Rosen</td> Modified: reef/site/wake.html URL: http://svn.apache.org/viewvc/reef/site/wake.html?rev=1717811&r1=1717810&r2=1717811&view=diff ============================================================================== --- reef/site/wake.html (original) +++ reef/site/wake.html Thu Dec 3 17:20:22 2015 @@ -1,13 +1,13 @@ <!DOCTYPE html> <!-- - | Generated by Apache Maven Doxia at 2015-11-14 + | Generated by Apache Maven Doxia at 2015-12-04 | Rendered using Apache Maven Fluido Skin 1.4 --> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <meta name="Date-Revision-yyyymmdd" content="20151114" /> + <meta name="Date-Revision-yyyymmdd" content="20151204" /> <meta http-equiv="Content-Language" content="en" /> <title>Apache REEF - Wake</title> <link rel="stylesheet" href="./css/apache-maven-fluido-1.4.min.css" /> @@ -143,9 +143,6 @@ <li> <a href="http://www.apache.org/foundation/how-it-works.html" title="How Apache Works">How Apache Works</a> </li> - <li> <a href="http://incubator.apache.org/" title="Apache Incubator">Apache Incubator</a> -</li> - <li> <a href="http://www.apache.org/licenses/LICENSE-2.0.html" title="Apache License">Apache License</a> </li> @@ -164,12 +161,10 @@ <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown">External Links <b class="caret"></b></a> <ul class="dropdown-menu"> - <li> <a href="https://github.com/apache/incubator-reef" title="Apache REEF GitHub">Apache REEF GitHub</a> + <li> <a href="https://github.com/apache/reef" title="Apache REEF GitHub">Apache REEF GitHub</a> </li> <li> <a href="http://www.apache.org" title="Apache">Apache</a> </li> - <li> <a href="http://incubator.apache.org/" title="Apache Incubator">Apache Incubator</a> -</li> </ul> </li> </ul> @@ -187,8 +182,8 @@ <img src="ApacheREEF_logo_no_margin_small.png" alt="Apache REEF"/> </a> </div> - <div class="pull-right"> <a href="http://incubator.apache.org/" id="bannerRight"> - <img src="ApacheIncubator.png" /> + <div class="pull-right"> <a href="http://apache.org/" id="bannerRight"> + <img src="apache-feather.gif" /> </a> </div> <div class="clear"><hr/></div> @@ -392,13 +387,6 @@ <li> - <a href="http://incubator.apache.org/" class="externalLink" title="Apache Incubator"> - <span class="none"></span> - Apache Incubator</a> - </li> - - <li> - <a href="http://www.apache.org/licenses/LICENSE-2.0.html" class="externalLink" title="Apache License"> <span class="none"></span> Apache License</a> @@ -471,14 +459,14 @@ under the License. --><h1>Wake</h1> <h2>Core API<a name="Core_API"></a></h2> <div class="section"> <h3>Event Handlers<a name="Event_Handlers"></a></h3> -<p>Wake provides two APIs for event handler implementations. The first is the <a class="externalLink" href="https://github.com/apache/incubator-reef/blob/master/reef-wake/wake/src/main/java/org/apache/reef/wake/EventHandler.java">EventHandler</a> interface:</p> +<p>Wake provides two APIs for event handler implementations. The first is the <a class="externalLink" href="https://github.com/apache/reef/blob/master/lang/java/reef-wake/wake/src/main/java/org/apache/reef/wake/EventHandler.java">EventHandler</a> interface:</p> <div class="source"><pre class="prettyprint">public interface EventHandler<T> { void onNext(T value); } </pre></div> <p>Callers of <tt>onNext()</tt> should assume that it is asynchronous, and that it always succeeds. Unrecoverable errors should be reported by throwing a runtime exception (which should not be caught, and will instead take down the process). Recoverable errors are reported by invoking an event handler that contains the appropriate error handling logic.</p> -<p>The latter approach can be implemented by registering separate event handlers for each type of error. However, for convenience, it is formalized in Wake’s simplified version of the Rx <a class="externalLink" href="https://github.com/apache/incubator-reef/blob/master/reef-wake/wake/src/main/java/org/apache/reef/wake/rx/Observer.java">Observer</a> interface:</p> +<p>The latter approach can be implemented by registering separate event handlers for each type of error. However, for convenience, it is formalized in Wake’s simplified version of the Rx <a class="externalLink" href="https://github.com/apache/reef/blob/master/lang/java/reef-wake/wake/src/main/java/org/apache/reef/wake/rx/Observer.java">Observer</a> interface:</p> <div class="source"><pre class="prettyprint">public interface Observer<T> { void onNext(final T value); @@ -491,15 +479,15 @@ under the License. --><h1>Wake</h1> <p>We chose these invariants because they are simple and easy to enforce. In most cases, application logic simply limits calls to <tt>onCompleted()</tt> and <tt>onError()</tt> to other implementations of <tt>onError()</tt> and <tt>onCompleted()</tt>, and relies upon Wake (and any intervening application logic) to obey the same protocol.</p></div> <div class="section"> <h3>Stages<a name="Stages"></a></h3> -<p>Wake Stages are responsible for resource management. The base <a class="externalLink" href="https://github.com/apache/incubator-reef/blob/master/reef-wake/wake/src/main/java/org/apache/reef/wake/Stage.java">Stage</a> interface is fairly simple:</p> +<p>Wake Stages are responsible for resource management. The base <a class="externalLink" href="https://github.com/apache/reef/blob/master/lang/java/reef-wake/wake/src/main/java/org/apache/reef/wake/Stage.java">Stage</a> interface is fairly simple:</p> <div class="source"><pre class="prettyprint">public interface Stage extends AutoCloseable { } </pre></div> -<p>The only method it contains is <tt>close()</tt> from auto-closable. This reflects the fact that Wake stages can either contain <tt>EventHandler</tt>s, as <a class="externalLink" href="https://github.com/apache/incubator-reef/blob/master/reef-wake/wake/src/main/java/org/apache/reef/wake/EStage.java">EStage</a> implementations do:</p> +<p>The only method it contains is <tt>close()</tt> from auto-closable. This reflects the fact that Wake stages can either contain <tt>EventHandler</tt>s, as <a class="externalLink" href="https://github.com/apache/reef/blob/master/lang/java/reef-wake/wake/src/main/java/org/apache/reef/wake/EStage.java">EStage</a> implementations do:</p> <div class="source"><pre class="prettyprint">public interface EStage<T> extends EventHandler<T>, Stage { } </pre></div> -<p>or they can contain <tt>Observable</tt>s, as <a class="externalLink" href="https://github.com/apache/incubator-reef/blob/master/reef-wake/wake/src/main/java/org/apache/reef/wake/rx/RxStage.java">RxStage</a> implementations do:</p> +<p>or they can contain <tt>Observable</tt>s, as <a class="externalLink" href="https://github.com/apache/reef/blob/master/lang/java/reef-wake/wake/src/main/java/org/apache/reef/wake/rx/RxStage.java">RxStage</a> implementations do:</p> <div class="source"><pre class="prettyprint">public interface RxStage<T> extends Observer<T>, Stage { } </pre></div>
