Modified: zest/site/content/java/develop/intro.html
URL: 
http://svn.apache.org/viewvc/zest/site/content/java/develop/intro.html?rev=1689843&r1=1689842&r2=1689843&view=diff
==============================================================================
--- zest/site/content/java/develop/intro.html (original)
+++ zest/site/content/java/develop/intro.html Wed Jul  8 11:08:41 2015
@@ -66,7 +66,7 @@
   })();
  </script>
 
-  </head><body><div xmlns="" xmlns:exsl="http://exslt.org/common"; 
class="logo"><a href="index.html"><img src="images/logo-standard.png" 
/></a></div><div xmlns="" xmlns:exsl="http://exslt.org/common"; 
class="top-nav"><div xmlns="http://www.w3.org/1999/xhtml"; 
class="toc"><dl><dt><span class="section"><a 
href="index.html#home">Qi4j</a></span></dt><dt><span class="section"><span 
xmlns="" href="intro.html">Introduction</span></span></dt><dt><span 
class="section"><a href="tutorials.html">Tutorials</a></span></dt><dt><span 
class="section"><a href="javadocs.html">Javadoc</a></span></dt><dt><span 
class="section"><a href="samples.html">Samples</a></span></dt><dt><span 
class="section"><a href="core.html">Core</a></span></dt><dt><span 
class="section"><a href="libraries.html">Libraries</a></span></dt><dt><span 
class="section"><a href="extensions.html">Extensions</a></span></dt><dt><span 
class="section"><a href="tools.html">Tools</a></span></dt><dt><span 
class="section"><a href="glossary.html">Glo
 ssary </a></span></dt></dl></div></div><div xmlns="" 
xmlns:exsl="http://exslt.org/common"; class="sub-nav"><div 
xmlns="http://www.w3.org/1999/xhtml"; class="toc"><dl><dt><span 
class="section"><span xmlns="" 
href="intro.html#highlights">Highligts</span></span></dt><dt><span 
class="section"><a 
href="introduction-background.html">Background</a></span></dt><dt><span 
class="section"><a href="what-is-cop.html">What is 
COP?</a></span></dt><dt><span class="section"><a 
href="what-s-an-object-anyway.html">What’s an Object 
anyway?</a></span></dt><dt><span class="section"><a 
href="state-modeling.html">Qi4j and state modeling</a></span></dt><dt><span 
class="section"><a href="related.html">Related publications &amp; 
projects</a></span></dt></dl></div></div><div class="section" 
title="Introduction"><div class="titlepage"><div><div><h2 class="title"><a 
id="intro"></a>Introduction</h2></div></div></div><div class="section" 
title="Highligts"><div class="titlepage"><div><div><h3 class="title"><a
  id="highlights"></a>Highligts</h3></div></div></div><div class="section" 
title="Principles"><div class="titlepage"><div><div><h4 class="title"><a 
id="_principles"></a>Principles</h4></div></div></div><p>Composite Oriented 
Programming builds on some principles that are not addressed by Object Oriented 
Programming at all.</p><div class="itemizedlist"><ul class="itemizedlist"><li 
class="listitem">
+  </head><body><div xmlns="" xmlns:exsl="http://exslt.org/common"; 
class="logo"><a href="index.html"><img src="images/logo-standard.png" 
/></a></div><div xmlns="" xmlns:exsl="http://exslt.org/common"; 
class="top-nav"><div xmlns="http://www.w3.org/1999/xhtml"; 
class="toc"><dl><dt><span class="section"><a 
href="index.html#home">Zest™</a></span></dt><dt><span class="section"><span 
xmlns="" href="intro.html">Introduction</span></span></dt><dt><span 
class="section"><a href="tutorials.html">Tutorials</a></span></dt><dt><span 
class="section"><a href="javadocs.html">Javadoc</a></span></dt><dt><span 
class="section"><a href="samples.html">Samples</a></span></dt><dt><span 
class="section"><a href="core.html">Core</a></span></dt><dt><span 
class="section"><a href="libraries.html">Libraries</a></span></dt><dt><span 
class="section"><a href="extensions.html">Extensions</a></span></dt><dt><span 
class="section"><a href="tools.html">Tools</a></span></dt><dt><span 
class="section"><a href="glossary.htm
 l">Glossary </a></span></dt></dl></div></div><div xmlns="" 
xmlns:exsl="http://exslt.org/common"; class="sub-nav"><div 
xmlns="http://www.w3.org/1999/xhtml"; class="toc"><dl><dt><span 
class="section"><span xmlns="" 
href="intro.html#highlights">Highligts</span></span></dt><dt><span 
class="section"><a 
href="introduction-background.html">Background</a></span></dt><dt><span 
class="section"><a href="what-is-cop.html">What is 
COP?</a></span></dt><dt><span class="section"><a 
href="what-s-an-object-anyway.html">What’s an Object 
anyway?</a></span></dt><dt><span class="section"><a 
href="state-modeling.html">Zest™ and state modeling</a></span></dt><dt><span 
class="section"><a href="related.html">Related publications &amp; 
projects</a></span></dt></dl></div></div><div class="section" 
title="Introduction"><div class="titlepage"><div><div><h2 class="title"><a 
id="intro"></a>Introduction</h2></div></div></div><div class="section" 
title="Highligts"><div class="titlepage"><div><div><h3 clas
 s="title"><a id="highlights"></a>Highligts</h3></div></div></div><div 
class="section" title="Principles"><div class="titlepage"><div><div><h4 
class="title"><a 
id="_principles"></a>Principles</h4></div></div></div><p>Composite Oriented 
Programming builds on some principles that are not addressed by Object Oriented 
Programming at all.</p><div class="itemizedlist"><ul class="itemizedlist"><li 
class="listitem">
 Behavior depends on Context
 </li><li class="listitem">
 Decoupling is a virtue
@@ -101,9 +101,9 @@ bills. Infrastructure is just a necessar
 issues, such as persistence, transactions, security or the framework housing 
it all, the productivity would surge. Eric
 Evans has written an excellent book about Domain Driven Design, where he goes 
through the real process that makes the
 money for companies. However, it is very hard to follow that book, since one 
is constantly caught up in constraints
-irrelevant to the domain model, introduced by the underlying framework, from 
the so called smart developers.</p><p><span class="inlinemediaobject"><img 
src="images/classes-are-dead.gif" alt="classes-are-dead.gif" 
/></span></p><p>Qi4j™ is trying to address the flaws of OOP and introduce 
Composite Oriented Programming to the world, without
-introducing new programming languages, or awkward constructs. Heck, we don’t 
even use any XML.</p><p>Qi4j™ is not a framework. It is a new way to write 
code. Other people might create frameworks using Qi4j™, or create a
-framework optimized for Qi4j™, but here at Qi4j™ we concentrate to make 
Qi4j™ behave well in existing frameworks,
+irrelevant to the domain model, introduced by the underlying framework, from 
the so called smart developers.</p><p><span class="inlinemediaobject"><img 
src="images/classes-are-dead.gif" alt="classes-are-dead.gif" 
/></span></p><p>Zest™ is trying to address the flaws of OOP and introduce 
Composite Oriented Programming to the world, without
+introducing new programming languages, or awkward constructs. Heck, we don’t 
even use any XML.</p><p>Zest™ is not a framework. It is a new way to write 
code. Other people might create frameworks using Zest™, or create a
+framework optimized for Zest™, but here at Zest™ we concentrate to make 
Zest™ behave well in existing frameworks,
 application servers, platforms and environments.</p><p>You are to embark on a 
new journey. Enjoy!</p></div></div></div></div><div xmlns="" 
xmlns:exsl="http://exslt.org/common"; class="footer"><p>
         Copyright © 2015 The Apache Software Foundation, Licensed under the 
<a href="http://www.apache.org/licenses/"; target="_blank">Apache License, 
Version 2.0</a>.
         <br /><small>

Modified: zest/site/content/java/develop/introduction-background.html
URL: 
http://svn.apache.org/viewvc/zest/site/content/java/develop/introduction-background.html?rev=1689843&r1=1689842&r2=1689843&view=diff
==============================================================================
--- zest/site/content/java/develop/introduction-background.html (original)
+++ zest/site/content/java/develop/introduction-background.html Wed Jul  8 
11:08:41 2015
@@ -66,16 +66,16 @@
   })();
  </script>
 
-  </head><body><div xmlns="" xmlns:exsl="http://exslt.org/common"; 
class="logo"><a href="index.html"><img src="images/logo-standard.png" 
/></a></div><div xmlns="" xmlns:exsl="http://exslt.org/common"; 
class="top-nav"><div xmlns="http://www.w3.org/1999/xhtml"; 
class="toc"><dl><dt><span class="section"><a 
href="index.html#home">Qi4j</a></span></dt><dt><span class="section"><span 
xmlns="" href="intro.html">Introduction</span></span></dt><dt><span 
class="section"><a href="tutorials.html">Tutorials</a></span></dt><dt><span 
class="section"><a href="javadocs.html">Javadoc</a></span></dt><dt><span 
class="section"><a href="samples.html">Samples</a></span></dt><dt><span 
class="section"><a href="core.html">Core</a></span></dt><dt><span 
class="section"><a href="libraries.html">Libraries</a></span></dt><dt><span 
class="section"><a href="extensions.html">Extensions</a></span></dt><dt><span 
class="section"><a href="tools.html">Tools</a></span></dt><dt><span 
class="section"><a href="glossary.html">Glo
 ssary </a></span></dt></dl></div></div><div xmlns="" 
xmlns:exsl="http://exslt.org/common"; class="sub-nav"><div 
xmlns="http://www.w3.org/1999/xhtml"; class="toc"><dl><dt><span 
class="section"><a 
href="intro.html#highlights">Highligts</a></span></dt><dt><span 
class="section"><span xmlns="" 
href="introduction-background.html">Background</span></span></dt><dt><span 
class="section"><a href="what-is-cop.html">What is 
COP?</a></span></dt><dt><span class="section"><a 
href="what-s-an-object-anyway.html">What’s an Object 
anyway?</a></span></dt><dt><span class="section"><a 
href="state-modeling.html">Qi4j and state modeling</a></span></dt><dt><span 
class="section"><a href="related.html">Related publications &amp; 
projects</a></span></dt></dl></div></div><div class="section" 
title="Background"><div class="titlepage"><div><div><h3 class="title"><a 
id="introduction-background"></a>Background</h3></div></div></div><p>Qi4j is 
the first Composite Oriented Programming implementation leveraging 
 the Java 5 platform, so that everything you
-know from Java 5 still applies. You can mix Qi4j with your ordinary Java code 
as much as you want. All your existing
-Java tools works just like before, and Qi4j does not introduce any new 
programming language, no special development
-tools needed and no XML is required.</p><div class="section" 
title="Purpose"><div class="titlepage"><div><div><h4 class="title"><a 
id="_purpose"></a>Purpose</h4></div></div></div><p>Qi4j addresses the 
programming problems from the top-down, starting with the Domain Model and 
Business Rules needs,
+  </head><body><div xmlns="" xmlns:exsl="http://exslt.org/common"; 
class="logo"><a href="index.html"><img src="images/logo-standard.png" 
/></a></div><div xmlns="" xmlns:exsl="http://exslt.org/common"; 
class="top-nav"><div xmlns="http://www.w3.org/1999/xhtml"; 
class="toc"><dl><dt><span class="section"><a 
href="index.html#home">Zest™</a></span></dt><dt><span class="section"><span 
xmlns="" href="intro.html">Introduction</span></span></dt><dt><span 
class="section"><a href="tutorials.html">Tutorials</a></span></dt><dt><span 
class="section"><a href="javadocs.html">Javadoc</a></span></dt><dt><span 
class="section"><a href="samples.html">Samples</a></span></dt><dt><span 
class="section"><a href="core.html">Core</a></span></dt><dt><span 
class="section"><a href="libraries.html">Libraries</a></span></dt><dt><span 
class="section"><a href="extensions.html">Extensions</a></span></dt><dt><span 
class="section"><a href="tools.html">Tools</a></span></dt><dt><span 
class="section"><a href="glossary.htm
 l">Glossary </a></span></dt></dl></div></div><div xmlns="" 
xmlns:exsl="http://exslt.org/common"; class="sub-nav"><div 
xmlns="http://www.w3.org/1999/xhtml"; class="toc"><dl><dt><span 
class="section"><a 
href="intro.html#highlights">Highligts</a></span></dt><dt><span 
class="section"><span xmlns="" 
href="introduction-background.html">Background</span></span></dt><dt><span 
class="section"><a href="what-is-cop.html">What is 
COP?</a></span></dt><dt><span class="section"><a 
href="what-s-an-object-anyway.html">What’s an Object 
anyway?</a></span></dt><dt><span class="section"><a 
href="state-modeling.html">Zest™ and state modeling</a></span></dt><dt><span 
class="section"><a href="related.html">Related publications &amp; 
projects</a></span></dt></dl></div></div><div class="section" 
title="Background"><div class="titlepage"><div><div><h3 class="title"><a 
id="introduction-background"></a>Background</h3></div></div></div><p>Zest™ is 
the first Composite Oriented Programming implemen
 tation leveraging the Java 5 platform, so that everything you
+know from Java 5 still applies. You can mix Zest™ with your ordinary Java 
code as much as you want. All your existing
+Java tools works just like before, and Zest™ does not introduce any new 
programming language, no special development
+tools needed and no XML is required.</p><div class="section" 
title="Purpose"><div class="titlepage"><div><div><h4 class="title"><a 
id="_purpose"></a>Purpose</h4></div></div></div><p>Zest™ addresses the 
programming problems from the top-down, starting with the Domain Model and 
Business Rules needs,
 and let those requirements flow downwards in the software stack and dictate 
the requirements for underlying layers
 such as persistence, messaging, querying and more. This means that the 
business value developer is left to
 concentrate on the domain models and the actual application bringing the 
value, instead of creating massive amounts
-of glue code to tie underlying technologies together.</p></div><div 
class="section" title="Problem Descriptions"><div 
class="titlepage"><div><div><h4 class="title"><a 
id="_problem_descriptions"></a>Problem 
Descriptions</h4></div></div></div><p>Qi4j didn’t appear out of the blue, 
when the founders of the project had nothing better to do. It is the result of
+of glue code to tie underlying technologies together.</p></div><div 
class="section" title="Problem Descriptions"><div 
class="titlepage"><div><div><h4 class="title"><a 
id="_problem_descriptions"></a>Problem 
Descriptions</h4></div></div></div><p>Zest™ didn’t appear out of the blue, 
when the founders of the project had nothing better to do. It is the result of
 observation of problems in real applications, and the experience from previous 
attempts to address or correct these
-problems, that has led to the Qi4j vision.</p></div><div class="section" 
title="Object Oriented Programming (OOP)"><div class="titlepage"><div><div><h4 
class="title"><a id="_object_oriented_programming_oop"></a>Object Oriented 
Programming (OOP)</h4></div></div></div><p>How can OOP be a problem? We and 
others have observed that there is a fundamental flaw in the OOP model. In 
fact, we
+problems, that has led to the Zest™ vision.</p></div><div class="section" 
title="Object Oriented Programming (OOP)"><div class="titlepage"><div><div><h4 
class="title"><a id="_object_oriented_programming_oop"></a>Object Oriented 
Programming (OOP)</h4></div></div></div><p>How can OOP be a problem? We and 
others have observed that there is a fundamental flaw in the OOP model. In 
fact, we
 would like to even state that OOP as it is commonly practiced today is not 
object oriented at all. The object is not
 the primary citizen, instead the class is the primary artifact. In most 
mainstream OOP languages, Objects are derived
 from classes, not that classes are assigned to created objects. Therefore, we 
think it should have been called Class
@@ -123,7 +123,7 @@ environment, and then transport the modi
 ServerContextualInvoiceEntity, and then persist the changes.</p></div><div 
class="section" title="Domain Driven Design focus"><div 
class="titlepage"><div><div><h4 class="title"><a 
id="_domain_driven_design_focus"></a>Domain Driven Design 
focus</h4></div></div></div><p>Composite Oriented Programming is heavily 
influenced by the book "Domain Driven Design" by Eric Evans. And we are
 trying to use his analysis of the problem to provide the mechanisms needed to 
get the job done quicker and more
 reliably. Mr Evans talks about Applications, Layers, Modules, Specifications, 
SideEffects and so forth, and all of
-these should be present in a Composite Oriented Programming implementation, 
and to a large extent it is in Qi4j.</p></div></div><div xmlns="" 
xmlns:exsl="http://exslt.org/common"; class="footer"><p>
+these should be present in a Composite Oriented Programming implementation, 
and to a large extent it is in Zest™.</p></div></div><div xmlns="" 
xmlns:exsl="http://exslt.org/common"; class="footer"><p>
         Copyright © 2015 The Apache Software Foundation, Licensed under the 
<a href="http://www.apache.org/licenses/"; target="_blank">Apache License, 
Version 2.0</a>.
         <br /><small>
             Apache Zest, Zest, Apache, the Apache feather logo, and the Apache 
Zest project logo are trademarks of The Apache Software Foundation.<br />

Modified: zest/site/content/java/develop/javadocs.html
URL: 
http://svn.apache.org/viewvc/zest/site/content/java/develop/javadocs.html?rev=1689843&r1=1689842&r2=1689843&view=diff
==============================================================================
--- zest/site/content/java/develop/javadocs.html (original)
+++ zest/site/content/java/develop/javadocs.html Wed Jul  8 11:08:41 2015
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";><html 
xmlns="http://www.w3.org/1999/xhtml";><head><meta http-equiv="Content-Type" 
content="text/html; charset=UTF-8" /><title>Javadoc</title><link 
rel="stylesheet" type="text/css" href="css/style.css" /><meta name="generator" 
content="DocBook XSL Stylesheets V1.76.1" /><link rel="home" href="index.html" 
title="" /><link rel="up" href="index.html" title="" /><link rel="prev" 
href="community-docs.html" title="Writing Qi4j Documentation" /><link 
rel="next" href="samples.html" title="Samples" />
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";><html 
xmlns="http://www.w3.org/1999/xhtml";><head><meta http-equiv="Content-Type" 
content="text/html; charset=UTF-8" /><title>Javadoc</title><link 
rel="stylesheet" type="text/css" href="css/style.css" /><meta name="generator" 
content="DocBook XSL Stylesheets V1.76.1" /><link rel="home" href="index.html" 
title="" /><link rel="up" href="index.html" title="" /><link rel="prev" 
href="community-docs.html" title="Writing Zest™ Documentation" /><link 
rel="next" href="samples.html" title="Samples" />
 
 
 <!-- favicon -->
@@ -66,7 +66,7 @@
   })();
  </script>
 
-  </head><body><div xmlns="" xmlns:exsl="http://exslt.org/common"; 
class="logo"><a href="index.html"><img src="images/logo-standard.png" 
/></a></div><div xmlns="" xmlns:exsl="http://exslt.org/common"; 
class="top-nav"><div xmlns="http://www.w3.org/1999/xhtml"; 
class="toc"><dl><dt><span class="section"><a 
href="index.html#home">Qi4j</a></span></dt><dt><span class="section"><a 
href="intro.html">Introduction</a></span></dt><dt><span class="section"><a 
href="tutorials.html">Tutorials</a></span></dt><dt><span class="section"><span 
xmlns="" href="javadocs.html">Javadoc</span></span></dt><dt><span 
class="section"><a href="samples.html">Samples</a></span></dt><dt><span 
class="section"><a href="core.html">Core</a></span></dt><dt><span 
class="section"><a href="libraries.html">Libraries</a></span></dt><dt><span 
class="section"><a href="extensions.html">Extensions</a></span></dt><dt><span 
class="section"><a href="tools.html">Tools</a></span></dt><dt><span 
class="section"><a href="glossary.html">Glo
 ssary </a></span></dt></dl></div></div><div xmlns="" 
xmlns:exsl="http://exslt.org/common"; class="sub-nav"><div 
xmlns="http://www.w3.org/1999/xhtml"; class="toc"><dl><dt><span 
class="section"><span xmlns="" 
href="javadocs.html#_javadocs">JavaDocs</span></span></dt></dl></div></div><div 
class="section" title="Javadoc"><div class="titlepage"><div><div><h2 
class="title"><a id="javadocs"></a>Javadoc</h2></div></div></div><div 
class="section" title="JavaDocs"><div class="titlepage"><div><div><h3 
class="title"><a id="_javadocs"></a>JavaDocs</h3></div></div></div><div 
class="section" title="Alias Versions"><div class="titlepage"><div><div><h4 
class="title"><a id="_alias_versions"></a>Alias 
Versions</h4></div></div></div><div class="itemizedlist"><ul 
class="itemizedlist"><li class="listitem">
+  </head><body><div xmlns="" xmlns:exsl="http://exslt.org/common"; 
class="logo"><a href="index.html"><img src="images/logo-standard.png" 
/></a></div><div xmlns="" xmlns:exsl="http://exslt.org/common"; 
class="top-nav"><div xmlns="http://www.w3.org/1999/xhtml"; 
class="toc"><dl><dt><span class="section"><a 
href="index.html#home">Zest™</a></span></dt><dt><span class="section"><a 
href="intro.html">Introduction</a></span></dt><dt><span class="section"><a 
href="tutorials.html">Tutorials</a></span></dt><dt><span class="section"><span 
xmlns="" href="javadocs.html">Javadoc</span></span></dt><dt><span 
class="section"><a href="samples.html">Samples</a></span></dt><dt><span 
class="section"><a href="core.html">Core</a></span></dt><dt><span 
class="section"><a href="libraries.html">Libraries</a></span></dt><dt><span 
class="section"><a href="extensions.html">Extensions</a></span></dt><dt><span 
class="section"><a href="tools.html">Tools</a></span></dt><dt><span 
class="section"><a href="glossary.htm
 l">Glossary </a></span></dt></dl></div></div><div xmlns="" 
xmlns:exsl="http://exslt.org/common"; class="sub-nav"><div 
xmlns="http://www.w3.org/1999/xhtml"; class="toc"><dl><dt><span 
class="section"><span xmlns="" 
href="javadocs.html#_javadocs">JavaDocs</span></span></dt></dl></div></div><div 
class="section" title="Javadoc"><div class="titlepage"><div><div><h2 
class="title"><a id="javadocs"></a>Javadoc</h2></div></div></div><div 
class="section" title="JavaDocs"><div class="titlepage"><div><div><h3 
class="title"><a id="_javadocs"></a>JavaDocs</h3></div></div></div><div 
class="section" title="Alias Versions"><div class="titlepage"><div><div><h4 
class="title"><a id="_alias_versions"></a>Alias 
Versions</h4></div></div></div><div class="itemizedlist"><ul 
class="itemizedlist"><li class="listitem">
 <a class="ulink" href="../latest/javadocs/index.html" target="_top">Latest 
Release == Master Branch</a>
 </li><li class="listitem">
 <a class="ulink" href="../develop/javadocs/index.html" target="_top">Develop 
Branch</a>

Modified: zest/site/content/java/develop/javadocs/allclasses-frame.html
URL: 
http://svn.apache.org/viewvc/zest/site/content/java/develop/javadocs/allclasses-frame.html?rev=1689843&r1=1689842&r2=1689843&view=diff
==============================================================================
--- zest/site/content/java/develop/javadocs/allclasses-frame.html (original)
+++ zest/site/content/java/develop/javadocs/allclasses-frame.html Wed Jul  8 
11:08:41 2015
@@ -2,7 +2,8 @@
 <!-- NewPage -->
 <html lang="fr">
 <head>
-<title>All Classes (Apache Zest Qi4j SDK 0)</title>
+<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
+<title>All Classes (Apache Zest™ (Java Edition) SDK 0)</title>
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 </head>
 <body>
@@ -1198,6 +1199,9 @@
 <li><a href="org/qi4j/library/scheduler/timeline/TimelineScheduleMixin.html" 
title="class in org.qi4j.library.scheduler.timeline" 
target="classFrame">TimelineScheduleMixin</a></li>
 <li><a 
href="org/qi4j/library/scheduler/timeline/TimelineSchedulerServiceMixin.html" 
title="class in org.qi4j.library.scheduler.timeline" 
target="classFrame">TimelineSchedulerServiceMixin</a></li>
 <li><a href="org/qi4j/library/scheduler/timeline/TimelineScheduleState.html" 
title="interface in org.qi4j.library.scheduler.timeline" 
target="classFrame"><i>TimelineScheduleState</i></a></li>
+<li><a href="org/qi4j/library/metrics/TimingCapture.html" title="annotation in 
org.qi4j.library.metrics" target="classFrame">TimingCapture</a></li>
+<li><a href="org/qi4j/library/metrics/TimingCaptureAllConcern.html" 
title="class in org.qi4j.library.metrics" 
target="classFrame">TimingCaptureAllConcern</a></li>
+<li><a href="org/qi4j/library/metrics/TimingCaptureConcern.html" title="class 
in org.qi4j.library.metrics" target="classFrame">TimingCaptureConcern</a></li>
 <li><a href="org/qi4j/logging/trace/Trace.html" title="annotation in 
org.qi4j.logging.trace" target="classFrame">Trace</a></li>
 <li><a href="org/qi4j/logging/trace/TraceAllConcern.html" title="class in 
org.qi4j.logging.trace" target="classFrame">TraceAllConcern</a></li>
 <li><a href="org/qi4j/logging/trace/TraceConcern.html" title="class in 
org.qi4j.logging.trace" target="classFrame">TraceConcern</a></li>

Modified: zest/site/content/java/develop/javadocs/allclasses-noframe.html
URL: 
http://svn.apache.org/viewvc/zest/site/content/java/develop/javadocs/allclasses-noframe.html?rev=1689843&r1=1689842&r2=1689843&view=diff
==============================================================================
--- zest/site/content/java/develop/javadocs/allclasses-noframe.html (original)
+++ zest/site/content/java/develop/javadocs/allclasses-noframe.html Wed Jul  8 
11:08:41 2015
@@ -2,7 +2,8 @@
 <!-- NewPage -->
 <html lang="fr">
 <head>
-<title>All Classes (Apache Zest Qi4j SDK 0)</title>
+<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
+<title>All Classes (Apache Zest™ (Java Edition) SDK 0)</title>
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 </head>
 <body>
@@ -1198,6 +1199,9 @@
 <li><a href="org/qi4j/library/scheduler/timeline/TimelineScheduleMixin.html" 
title="class in 
org.qi4j.library.scheduler.timeline">TimelineScheduleMixin</a></li>
 <li><a 
href="org/qi4j/library/scheduler/timeline/TimelineSchedulerServiceMixin.html" 
title="class in 
org.qi4j.library.scheduler.timeline">TimelineSchedulerServiceMixin</a></li>
 <li><a href="org/qi4j/library/scheduler/timeline/TimelineScheduleState.html" 
title="interface in 
org.qi4j.library.scheduler.timeline"><i>TimelineScheduleState</i></a></li>
+<li><a href="org/qi4j/library/metrics/TimingCapture.html" title="annotation in 
org.qi4j.library.metrics">TimingCapture</a></li>
+<li><a href="org/qi4j/library/metrics/TimingCaptureAllConcern.html" 
title="class in org.qi4j.library.metrics">TimingCaptureAllConcern</a></li>
+<li><a href="org/qi4j/library/metrics/TimingCaptureConcern.html" title="class 
in org.qi4j.library.metrics">TimingCaptureConcern</a></li>
 <li><a href="org/qi4j/logging/trace/Trace.html" title="annotation in 
org.qi4j.logging.trace">Trace</a></li>
 <li><a href="org/qi4j/logging/trace/TraceAllConcern.html" title="class in 
org.qi4j.logging.trace">TraceAllConcern</a></li>
 <li><a href="org/qi4j/logging/trace/TraceConcern.html" title="class in 
org.qi4j.logging.trace">TraceConcern</a></li>

Modified: zest/site/content/java/develop/javadocs/constant-values.html
URL: 
http://svn.apache.org/viewvc/zest/site/content/java/develop/javadocs/constant-values.html?rev=1689843&r1=1689842&r2=1689843&view=diff
==============================================================================
--- zest/site/content/java/develop/javadocs/constant-values.html (original)
+++ zest/site/content/java/develop/javadocs/constant-values.html Wed Jul  8 
11:08:41 2015
@@ -2,13 +2,14 @@
 <!-- NewPage -->
 <html lang="fr">
 <head>
-<title>Constant Field Values (Apache Zest Qi4j SDK 0)</title>
+<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
+<title>Constant Field Values (Apache Zest™ (Java Edition) SDK 0)</title>
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Constant Field Values (Apache Zest Qi4j SDK 0)";
+        parent.document.title="Constant Field Values (Apache Zest\u2122 (Java 
Edition) SDK 0)";
     }
 //-->
 </script>

Modified: zest/site/content/java/develop/javadocs/deprecated-list.html
URL: 
http://svn.apache.org/viewvc/zest/site/content/java/develop/javadocs/deprecated-list.html?rev=1689843&r1=1689842&r2=1689843&view=diff
==============================================================================
--- zest/site/content/java/develop/javadocs/deprecated-list.html (original)
+++ zest/site/content/java/develop/javadocs/deprecated-list.html Wed Jul  8 
11:08:41 2015
@@ -2,13 +2,14 @@
 <!-- NewPage -->
 <html lang="fr">
 <head>
-<title>Deprecated List (Apache Zest Qi4j SDK 0)</title>
+<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
+<title>Deprecated List (Apache Zest™ (Java Edition) SDK 0)</title>
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Deprecated List (Apache Zest Qi4j SDK 0)";
+        parent.document.title="Deprecated List (Apache Zest\u2122 (Java 
Edition) SDK 0)";
     }
 //-->
 </script>

Modified: zest/site/content/java/develop/javadocs/help-doc.html
URL: 
http://svn.apache.org/viewvc/zest/site/content/java/develop/javadocs/help-doc.html?rev=1689843&r1=1689842&r2=1689843&view=diff
==============================================================================
--- zest/site/content/java/develop/javadocs/help-doc.html (original)
+++ zest/site/content/java/develop/javadocs/help-doc.html Wed Jul  8 11:08:41 
2015
@@ -2,13 +2,14 @@
 <!-- NewPage -->
 <html lang="fr">
 <head>
-<title>API Help (Apache Zest Qi4j SDK 0)</title>
+<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
+<title>API Help (Apache Zest™ (Java Edition) SDK 0)</title>
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="API Help (Apache Zest Qi4j SDK 0)";
+        parent.document.title="API Help (Apache Zest\u2122 (Java Edition) SDK 
0)";
     }
 //-->
 </script>

Modified: zest/site/content/java/develop/javadocs/index-all.html
URL: 
http://svn.apache.org/viewvc/zest/site/content/java/develop/javadocs/index-all.html?rev=1689843&r1=1689842&r2=1689843&view=diff
==============================================================================
--- zest/site/content/java/develop/javadocs/index-all.html (original)
+++ zest/site/content/java/develop/javadocs/index-all.html Wed Jul  8 11:08:41 
2015
@@ -2,13 +2,14 @@
 <!-- NewPage -->
 <html lang="fr">
 <head>
-<title>Index (Apache Zest Qi4j SDK 0)</title>
+<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
+<title>Index (Apache Zest™ (Java Edition) SDK 0)</title>
 <link rel="stylesheet" type="text/css" href="./stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Index (Apache Zest Qi4j SDK 0)";
+        parent.document.title="Index (Apache Zest\u2122 (Java Edition) SDK 0)";
     }
 //-->
 </script>
@@ -194,7 +195,7 @@
 <dd>&nbsp;</dd>
 <dt><a href="./org/qi4j/test/AbstractQi4jScenarioTest.html" title="class in 
org.qi4j.test"><span class="strong">AbstractQi4jScenarioTest</span></a> - Class 
in <a href="./org/qi4j/test/package-summary.html">org.qi4j.test</a></dt>
 <dd>
-<div class="block">Base class for Qi4j scenario tests.</div>
+<div class="block">Base class for Zest scenario tests.</div>
 </dd>
 <dt><span class="strong"><a 
href="./org/qi4j/test/AbstractQi4jScenarioTest.html#AbstractQi4jScenarioTest()">AbstractQi4jScenarioTest()</a></span>
 - Constructor for class org.qi4j.test.<a 
href="./org/qi4j/test/AbstractQi4jScenarioTest.html" title="class in 
org.qi4j.test">AbstractQi4jScenarioTest</a></dt>
 <dd>&nbsp;</dd>
@@ -432,7 +433,7 @@
 </dd>
 <dt><a href="./org/qi4j/api/activation/ActivationEvent.html" title="class in 
org.qi4j.api.activation"><span class="strong">ActivationEvent</span></a> - 
Class in <a 
href="./org/qi4j/api/activation/package-summary.html">org.qi4j.api.activation</a></dt>
 <dd>
-<div class="block">ActivationEvents are fired during activation and 
passivation of instances in Qi4j.</div>
+<div class="block">ActivationEvents are fired during activation and 
passivation of instances in Zest.</div>
 </dd>
 <dt><span class="strong"><a 
href="./org/qi4j/api/activation/ActivationEvent.html#ActivationEvent(java.lang.Object,%20org.qi4j.api.activation.ActivationEvent.EventType)">ActivationEvent(Object,
 ActivationEvent.EventType)</a></span> - Constructor for class 
org.qi4j.api.activation.<a 
href="./org/qi4j/api/activation/ActivationEvent.html" title="class in 
org.qi4j.api.activation">ActivationEvent</a></dt>
 <dd>&nbsp;</dd>
@@ -1092,7 +1093,7 @@
 <dd>&nbsp;</dd>
 <dt><a href="./org/qi4j/api/structure/Application.html" title="interface in 
org.qi4j.api.structure"><span class="strong">Application</span></a> - Interface 
in <a 
href="./org/qi4j/api/structure/package-summary.html">org.qi4j.api.structure</a></dt>
 <dd>
-<div class="block">The Application represents a whole Qi4j application.</div>
+<div class="block">The Application represents a whole Zest application.</div>
 </dd>
 <dt><span class="strong"><a 
href="./org/qi4j/bootstrap/LayerAssembly.html#application()">application()</a></span>
 - Method in interface org.qi4j.bootstrap.<a 
href="./org/qi4j/bootstrap/LayerAssembly.html" title="interface in 
org.qi4j.bootstrap">LayerAssembly</a></dt>
 <dd>&nbsp;</dd>
@@ -1157,7 +1158,7 @@
 </dd>
 <dt><a href="./org/qi4j/bootstrap/ApplicationAssemblyFactory.html" 
title="interface in org.qi4j.bootstrap"><span 
class="strong">ApplicationAssemblyFactory</span></a> - Interface in <a 
href="./org/qi4j/bootstrap/package-summary.html">org.qi4j.bootstrap</a></dt>
 <dd>
-<div class="block">Factory for creating new Qi4j application assemblies.</div>
+<div class="block">Factory for creating new Zest application assemblies.</div>
 </dd>
 <dt><span class="strong"><a 
href="./org/qi4j/bootstrap/Qi4jRuntime.html#applicationAssemblyFactory()">applicationAssemblyFactory()</a></span>
 - Method in interface org.qi4j.bootstrap.<a 
href="./org/qi4j/bootstrap/Qi4jRuntime.html" title="interface in 
org.qi4j.bootstrap">Qi4jRuntime</a></dt>
 <dd>&nbsp;</dd>
@@ -1179,7 +1180,7 @@
 <dd>&nbsp;</dd>
 <dt><a href="./org/qi4j/library/jmx/ApplicationManagerService.html" 
title="interface in org.qi4j.library.jmx"><span 
class="strong">ApplicationManagerService</span></a> - Interface in <a 
href="./org/qi4j/library/jmx/package-summary.html">org.qi4j.library.jmx</a></dt>
 <dd>
-<div class="block">Expose the Qi4j app as a "tree" of MBeans.</div>
+<div class="block">Expose the Zest app as a "tree" of MBeans.</div>
 </dd>
 <dt><a href="./org/qi4j/library/jmx/ApplicationManagerService.Activator.html" 
title="class in org.qi4j.library.jmx"><span 
class="strong">ApplicationManagerService.Activator</span></a> - Class in <a 
href="./org/qi4j/library/jmx/package-summary.html">org.qi4j.library.jmx</a></dt>
 <dd>&nbsp;</dd>
@@ -1573,11 +1574,11 @@
 <dd>&nbsp;</dd>
 <dt><span class="strong"><a 
href="./org/qi4j/test/AbstractQi4jBaseTest.html#assemblyException(org.qi4j.bootstrap.AssemblyException)">assemblyException(AssemblyException)</a></span>
 - Method in class org.qi4j.test.<a 
href="./org/qi4j/test/AbstractQi4jBaseTest.html" title="class in 
org.qi4j.test">AbstractQi4jBaseTest</a></dt>
 <dd>
-<div class="block">This method is called when there was an AssemblyException 
in the creation of the Qi4j application model.</div>
+<div class="block">This method is called when there was an AssemblyException 
in the creation of the Zest application model.</div>
 </dd>
 <dt><span class="strong"><a 
href="./org/qi4j/test/AbstractQi4jScenarioTest.html#assemblyException(org.qi4j.bootstrap.AssemblyException)">assemblyException(AssemblyException)</a></span>
 - Static method in class org.qi4j.test.<a 
href="./org/qi4j/test/AbstractQi4jScenarioTest.html" title="class in 
org.qi4j.test">AbstractQi4jScenarioTest</a></dt>
 <dd>
-<div class="block">This method is called when there was an AssemblyException 
in the creation of the Qi4j application model.</div>
+<div class="block">This method is called when there was an AssemblyException 
in the creation of the Zest application model.</div>
 </dd>
 <dt><a href="./org/qi4j/bootstrap/AssemblySpecifications.html" title="class in 
org.qi4j.bootstrap"><span class="strong">AssemblySpecifications</span></a> - 
Class in <a 
href="./org/qi4j/bootstrap/package-summary.html">org.qi4j.bootstrap</a></dt>
 <dd>
@@ -1720,7 +1721,7 @@
 <dt><a href="./org/qi4j/api/association/AssociationWrapper.html" title="class 
in org.qi4j.api.association"><span class="strong">AssociationWrapper</span></a> 
- Class in <a 
href="./org/qi4j/api/association/package-summary.html">org.qi4j.api.association</a></dt>
 <dd>
 <div class="block">If you want to catch getting and setting association, then 
create a GenericConcern
- that wraps the Qi4j-supplied Association instance with 
AssociationWrappers.</div>
+ that wraps the Zest-supplied Association instance with 
AssociationWrappers.</div>
 </dd>
 <dt><span class="strong"><a 
href="./org/qi4j/api/association/AssociationWrapper.html#AssociationWrapper(org.qi4j.api.association.Association)">AssociationWrapper(Association&lt;Object&gt;)</a></span>
 - Constructor for class org.qi4j.api.association.<a 
href="./org/qi4j/api/association/AssociationWrapper.html" title="class in 
org.qi4j.api.association">AssociationWrapper</a></dt>
 <dd>&nbsp;</dd>
@@ -1804,7 +1805,7 @@
 <dd>&nbsp;</dd>
 <dt><a href="./org/qi4j/api/service/Availability.html" title="interface in 
org.qi4j.api.service"><span class="strong">Availability</span></a> - Interface 
in <a 
href="./org/qi4j/api/service/package-summary.html">org.qi4j.api.service</a></dt>
 <dd>
-<div class="block">Services can implement this interface in order to allow 
Qi4j to ask
+<div class="block">Services can implement this interface in order to allow 
Zest to ask
  it whether it is currently available for use or not.</div>
 </dd>
 <dt><a href="./org/qi4j/api/service/qualifier/Available.html" 
title="annotation in org.qi4j.api.service.qualifier"><span 
class="strong">Available</span></a> - Annotation Type in <a 
href="./org/qi4j/api/service/qualifier/package-summary.html">org.qi4j.api.service.qualifier</a></dt>
@@ -1991,7 +1992,7 @@
 <dd>&nbsp;</dd>
 <dt><a href="./org/qi4j/bootstrap/BindingException.html" title="class in 
org.qi4j.bootstrap"><span class="strong">BindingException</span></a> - 
Exception in <a 
href="./org/qi4j/bootstrap/package-summary.html">org.qi4j.bootstrap</a></dt>
 <dd>
-<div class="block">Thrown by the Qi4j runtime if a dependency can not be 
bound.</div>
+<div class="block">Thrown by the Zest runtime if a dependency can not be 
bound.</div>
 </dd>
 <dt><span class="strong"><a 
href="./org/qi4j/bootstrap/BindingException.html#BindingException(java.lang.String)">BindingException(String)</a></span>
 - Constructor for exception org.qi4j.bootstrap.<a 
href="./org/qi4j/bootstrap/BindingException.html" title="class in 
org.qi4j.bootstrap">BindingException</a></dt>
 <dd>&nbsp;</dd>
@@ -2862,7 +2863,7 @@
 <dd>&nbsp;</dd>
 <dt><span class="strong"><a 
href="./org/qi4j/index/sql/support/api/SQLQuerying.html#constructQuery(java.lang.Class,%20org.qi4j.functional.Specification,%20org.qi4j.api.query.grammar.OrderBy[],%20java.lang.Integer,%20java.lang.Integer,%20java.util.Map,%20java.util.List,%20java.util.List,%20java.lang.Boolean)">constructQuery(Class&lt;?&gt;,
 Specification&lt;Composite&gt;, OrderBy[], Integer, Integer, Map&lt;String, 
Object&gt;, List&lt;Object&gt;, List&lt;Integer&gt;, Boolean)</a></span> - 
Method in interface org.qi4j.index.sql.support.api.<a 
href="./org/qi4j/index/sql/support/api/SQLQuerying.html" title="interface in 
org.qi4j.index.sql.support.api">SQLQuerying</a></dt>
 <dd>
-<div class="block">This method will be called when parsing needs to be done 
from Qi4j query to SQL query.</div>
+<div class="block">This method will be called when parsing needs to be done 
from Zest query to SQL query.</div>
 </dd>
 <dt><span class="strong"><a 
href="./org/qi4j/index/sql/support/skeletons/AbstractSQLQuerying.html#constructQuery(java.lang.Class,%20org.qi4j.functional.Specification,%20org.qi4j.api.query.grammar.OrderBy[],%20java.lang.Integer,%20java.lang.Integer,%20java.util.Map,%20java.util.List,%20java.util.List,%20java.lang.Boolean)">constructQuery(Class&lt;?&gt;,
 Specification&lt;Composite&gt;, OrderBy[], Integer, Integer, Map&lt;String, 
Object&gt;, List&lt;Object&gt;, List&lt;Integer&gt;, Boolean)</a></span> - 
Method in class org.qi4j.index.sql.support.skeletons.<a 
href="./org/qi4j/index/sql/support/skeletons/AbstractSQLQuerying.html" 
title="class in 
org.qi4j.index.sql.support.skeletons">AbstractSQLQuerying</a></dt>
 <dd>&nbsp;</dd>
@@ -4246,7 +4247,7 @@
 <dd>&nbsp;</dd>
 <dt><a href="./org/qi4j/bootstrap/Energy4Java.html" title="class in 
org.qi4j.bootstrap"><span class="strong">Energy4Java</span></a> - Class in <a 
href="./org/qi4j/bootstrap/package-summary.html">org.qi4j.bootstrap</a></dt>
 <dd>
-<div class="block">Main bootstrap class for starting Qi4j and creating new 
applications.</div>
+<div class="block">Main bootstrap class for starting Zest and creating new 
applications.</div>
 </dd>
 <dt><span class="strong"><a 
href="./org/qi4j/bootstrap/Energy4Java.html#Energy4Java(org.qi4j.bootstrap.RuntimeFactory)">Energy4Java(RuntimeFactory)</a></span>
 - Constructor for class org.qi4j.bootstrap.<a 
href="./org/qi4j/bootstrap/Energy4Java.html" title="class in 
org.qi4j.bootstrap">Energy4Java</a></dt>
 <dd>&nbsp;</dd>
@@ -4578,7 +4579,7 @@
 <dd>&nbsp;</dd>
 <dt><a href="./org/qi4j/api/unitofwork/EntityTypeNotFoundException.html" 
title="class in org.qi4j.api.unitofwork"><span 
class="strong">EntityTypeNotFoundException</span></a> - Exception in <a 
href="./org/qi4j/api/unitofwork/package-summary.html">org.qi4j.api.unitofwork</a></dt>
 <dd>
-<div class="block">Qi4j exception to be thrown in case that an entity composite
+<div class="block">Zest exception to be thrown in case that an entity composite
  was not found during a lookup call.</div>
 </dd>
 <dt><span class="strong"><a 
href="./org/qi4j/api/unitofwork/EntityTypeNotFoundException.html#EntityTypeNotFoundException(java.lang.String,%20java.lang.String,%20java.lang.Iterable)">EntityTypeNotFoundException(String,
 String, Iterable&lt;String&gt;)</a></span> - Constructor for exception 
org.qi4j.api.unitofwork.<a 
href="./org/qi4j/api/unitofwork/EntityTypeNotFoundException.html" title="class 
in org.qi4j.api.unitofwork">EntityTypeNotFoundException</a></dt>
@@ -6896,7 +6897,7 @@
 <dd>&nbsp;</dd>
 <dt><a href="./org/qi4j/bootstrap/InjectionException.html" title="class in 
org.qi4j.bootstrap"><span class="strong">InjectionException</span></a> - 
Exception in <a 
href="./org/qi4j/bootstrap/package-summary.html">org.qi4j.bootstrap</a></dt>
 <dd>
-<div class="block">Thrown by the Qi4j runtime if a dependency can not be 
injected.</div>
+<div class="block">Thrown by the Zest runtime if a dependency can not be 
injected.</div>
 </dd>
 <dt><span class="strong"><a 
href="./org/qi4j/bootstrap/InjectionException.html#InjectionException(java.lang.String)">InjectionException(String)</a></span>
 - Constructor for exception org.qi4j.bootstrap.<a 
href="./org/qi4j/bootstrap/InjectionException.html" title="class in 
org.qi4j.bootstrap">InjectionException</a></dt>
 <dd>&nbsp;</dd>
@@ -6954,7 +6955,7 @@
 <dd>&nbsp;</dd>
 <dt><span class="strong"><a 
href="./org/qi4j/bootstrap/layered/LayeredApplicationAssembler.html#instantiateApplication(org.qi4j.bootstrap.Energy4Java,%20org.qi4j.api.structure.ApplicationDescriptor)">instantiateApplication(Energy4Java,
 ApplicationDescriptor)</a></span> - Method in class 
org.qi4j.bootstrap.layered.<a 
href="./org/qi4j/bootstrap/layered/LayeredApplicationAssembler.html" 
title="class in org.qi4j.bootstrap.layered">LayeredApplicationAssembler</a></dt>
 <dd>
-<div class="block">This method is called from the constructor to instantiate 
the Qi4j application from the application model.</div>
+<div class="block">This method is called from the constructor to instantiate 
the Zest application from the application model.</div>
 </dd>
 <dt><span class="strong"><a 
href="./org/qi4j/bootstrap/ServiceDeclaration.html#instantiateOnStartup()">instantiateOnStartup()</a></span>
 - Method in interface org.qi4j.bootstrap.<a 
href="./org/qi4j/bootstrap/ServiceDeclaration.html" title="interface in 
org.qi4j.bootstrap">ServiceDeclaration</a></dt>
 <dd>&nbsp;</dd>
@@ -7062,7 +7063,7 @@
 <dd>&nbsp;</dd>
 <dt><a href="./org/qi4j/bootstrap/InvalidInjectionException.html" title="class 
in org.qi4j.bootstrap"><span 
class="strong">InvalidInjectionException</span></a> - Exception in <a 
href="./org/qi4j/bootstrap/package-summary.html">org.qi4j.bootstrap</a></dt>
 <dd>
-<div class="block">Thrown by the Qi4j runtime if a dependency injection 
declaration is invalid.</div>
+<div class="block">Thrown by the Zest runtime if a dependency injection 
declaration is invalid.</div>
 </dd>
 <dt><span class="strong"><a 
href="./org/qi4j/bootstrap/InvalidInjectionException.html#InvalidInjectionException(java.lang.String)">InvalidInjectionException(String)</a></span>
 - Constructor for exception org.qi4j.bootstrap.<a 
href="./org/qi4j/bootstrap/InvalidInjectionException.html" title="class in 
org.qi4j.bootstrap">InvalidInjectionException</a></dt>
 <dd>&nbsp;</dd>
@@ -7147,6 +7148,10 @@
 <dd>&nbsp;</dd>
 <dt><span class="strong"><a 
href="./org/qi4j/library/locking/WriteLockConcern.html#invoke(java.lang.Object,%20java.lang.reflect.Method,%20java.lang.Object[])">invoke(Object,
 Method, Object[])</a></span> - Method in class org.qi4j.library.locking.<a 
href="./org/qi4j/library/locking/WriteLockConcern.html" title="class in 
org.qi4j.library.locking">WriteLockConcern</a></dt>
 <dd>&nbsp;</dd>
+<dt><span class="strong"><a 
href="./org/qi4j/library/metrics/TimingCaptureAllConcern.html#invoke(java.lang.Object,%20java.lang.reflect.Method,%20java.lang.Object[])">invoke(Object,
 Method, Object[])</a></span> - Method in class org.qi4j.library.metrics.<a 
href="./org/qi4j/library/metrics/TimingCaptureAllConcern.html" title="class in 
org.qi4j.library.metrics">TimingCaptureAllConcern</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="strong"><a 
href="./org/qi4j/library/metrics/TimingCaptureConcern.html#invoke(java.lang.Object,%20java.lang.reflect.Method,%20java.lang.Object[])">invoke(Object,
 Method, Object[])</a></span> - Method in class org.qi4j.library.metrics.<a 
href="./org/qi4j/library/metrics/TimingCaptureConcern.html" title="class in 
org.qi4j.library.metrics">TimingCaptureConcern</a></dt>
+<dd>&nbsp;</dd>
 <dt><span class="strong"><a 
href="./org/qi4j/library/osgi/FallbackStrategy.html#invoke(org.osgi.framework.ServiceReference,%20java.lang.reflect.Method,%20java.lang.Object...)">invoke(ServiceReference,
 Method, Object...)</a></span> - Method in interface org.qi4j.library.osgi.<a 
href="./org/qi4j/library/osgi/FallbackStrategy.html" title="interface in 
org.qi4j.library.osgi">FallbackStrategy</a></dt>
 <dd>&nbsp;</dd>
 <dt><span class="strong"><a 
href="./org/qi4j/library/osgi/OSGiServiceImporter.ServiceTrackerHandler.html#invoke(java.lang.Object,%20java.lang.reflect.Method,%20java.lang.Object[])">invoke(Object,
 Method, Object[])</a></span> - Method in class org.qi4j.library.osgi.<a 
href="./org/qi4j/library/osgi/OSGiServiceImporter.ServiceTrackerHandler.html" 
title="class in 
org.qi4j.library.osgi">OSGiServiceImporter.ServiceTrackerHandler</a></dt>
@@ -7713,7 +7718,7 @@
 <dd>&nbsp;</dd>
 <dt><a href="./org/qi4j/api/structure/Layer.html" title="interface in 
org.qi4j.api.structure"><span class="strong">Layer</span></a> - Interface in <a 
href="./org/qi4j/api/structure/package-summary.html">org.qi4j.api.structure</a></dt>
 <dd>
-<div class="block">The Layer represents a single layer in a Qi4j 
application.</div>
+<div class="block">The Layer represents a single layer in a Zest 
application.</div>
 </dd>
 <dt><span class="strong"><a 
href="./org/qi4j/bootstrap/ApplicationAssembly.html#layer(java.lang.String)">layer(String)</a></span>
 - Method in interface org.qi4j.bootstrap.<a 
href="./org/qi4j/bootstrap/ApplicationAssembly.html" title="interface in 
org.qi4j.bootstrap">ApplicationAssembly</a></dt>
 <dd>
@@ -8219,7 +8224,7 @@
 <dt><a href="./org/qi4j/api/association/ManyAssociationWrapper.html" 
title="class in org.qi4j.api.association"><span 
class="strong">ManyAssociationWrapper</span></a> - Class in <a 
href="./org/qi4j/api/association/package-summary.html">org.qi4j.api.association</a></dt>
 <dd>
 <div class="block">If you want to catch calls to ManyAssociations, then create 
a GenericConcern
- that wraps the Qi4j-supplied ManyAssociation instance with 
ManyAssociationWrappers.</div>
+ that wraps the Zest-supplied ManyAssociation instance with 
ManyAssociationWrappers.</div>
 </dd>
 <dt><span class="strong"><a 
href="./org/qi4j/api/association/ManyAssociationWrapper.html#ManyAssociationWrapper(org.qi4j.api.association.ManyAssociation)">ManyAssociationWrapper(ManyAssociation&lt;Object&gt;)</a></span>
 - Constructor for class org.qi4j.api.association.<a 
href="./org/qi4j/api/association/ManyAssociationWrapper.html" title="class in 
org.qi4j.api.association">ManyAssociationWrapper</a></dt>
 <dd>&nbsp;</dd>
@@ -9310,7 +9315,7 @@
 <dt><a href="./org/qi4j/api/association/NamedAssociationWrapper.html" 
title="class in org.qi4j.api.association"><span 
class="strong">NamedAssociationWrapper</span></a> - Class in <a 
href="./org/qi4j/api/association/package-summary.html">org.qi4j.api.association</a></dt>
 <dd>
 <div class="block">If you want to catch calls to NamedAssociations, then 
create a GenericConcern
- that wraps the Qi4j-supplied NamedAssociations instance with 
NamedAssociationsWrapper.</div>
+ that wraps the Zest-supplied NamedAssociations instance with 
NamedAssociationsWrapper.</div>
 </dd>
 <dt><span class="strong"><a 
href="./org/qi4j/api/association/NamedAssociationWrapper.html#NamedAssociationWrapper(org.qi4j.api.association.NamedAssociation)">NamedAssociationWrapper(NamedAssociation&lt;Object&gt;)</a></span>
 - Constructor for class org.qi4j.api.association.<a 
href="./org/qi4j/api/association/NamedAssociationWrapper.html" title="class in 
org.qi4j.api.association">NamedAssociationWrapper</a></dt>
 <dd>&nbsp;</dd>
@@ -10022,7 +10027,7 @@
 <dd>&nbsp;</dd>
 <dt><span class="strong"><a 
href="./org/qi4j/bootstrap/layered/LayeredApplicationAssembler.html#onModelCreated(org.qi4j.api.structure.ApplicationDescriptor)">onModelCreated(ApplicationDescriptor)</a></span>
 - Method in class org.qi4j.bootstrap.layered.<a 
href="./org/qi4j/bootstrap/layered/LayeredApplicationAssembler.html" 
title="class in org.qi4j.bootstrap.layered">LayeredApplicationAssembler</a></dt>
 <dd>
-<div class="block">This method is called after the Application Model has been 
created, before the instantiation of the Qi4j
+<div class="block">This method is called after the Application Model has been 
created, before the instantiation of the Zest
  application.</div>
 </dd>
 <dt><span class="strong"><a 
href="./org/qi4j/spi/value/ValueSerializerAdapter.html#onObjectEnd(OutputType)">onObjectEnd(OutputType)</a></span>
 - Method in class org.qi4j.spi.value.<a 
href="./org/qi4j/spi/value/ValueSerializerAdapter.html" title="class in 
org.qi4j.spi.value">ValueSerializerAdapter</a></dt>
@@ -10579,6 +10584,10 @@
 <dd>
 <div class="block">Locking Library.</div>
 </dd>
+<dt><a 
href="./org/qi4j/library/metrics/package-summary.html">org.qi4j.library.metrics</a>
 - package org.qi4j.library.metrics</dt>
+<dd>
+<div class="block">Metrics Library.</div>
+</dd>
 <dt><a 
href="./org/qi4j/library/osgi/package-summary.html">org.qi4j.library.osgi</a> - 
package org.qi4j.library.osgi</dt>
 <dd>
 <div class="block">OSGi Library.</div>
@@ -11055,7 +11064,7 @@
 <dd>&nbsp;</dd>
 <dt><a href="./org/qi4j/library/osgi/OSGiServiceExporter.html" 
title="interface in org.qi4j.library.osgi"><span 
class="strong">OSGiServiceExporter</span></a> - Interface in <a 
href="./org/qi4j/library/osgi/package-summary.html">org.qi4j.library.osgi</a></dt>
 <dd>
-<div class="block">Export Qi4j services to an OSGi Bundle.</div>
+<div class="block">Export Zest services to an OSGi Bundle.</div>
 </dd>
 <dt><a href="./org/qi4j/library/osgi/OSGiServiceExporter.Activator.html" 
title="class in org.qi4j.library.osgi"><span 
class="strong">OSGiServiceExporter.Activator</span></a> - Class in <a 
href="./org/qi4j/library/osgi/package-summary.html">org.qi4j.library.osgi</a></dt>
 <dd>&nbsp;</dd>
@@ -11067,7 +11076,7 @@
 <dd>&nbsp;</dd>
 <dt><a href="./org/qi4j/library/osgi/OSGiServiceImporter.html" title="class in 
org.qi4j.library.osgi"><span class="strong">OSGiServiceImporter</span></a> - 
Class in <a 
href="./org/qi4j/library/osgi/package-summary.html">org.qi4j.library.osgi</a></dt>
 <dd>
-<div class="block">Import OSGi services in a Qi4j Module.</div>
+<div class="block">Import OSGi services in a Zest Module.</div>
 </dd>
 <dt><span class="strong"><a 
href="./org/qi4j/library/osgi/OSGiServiceImporter.html#OSGiServiceImporter()">OSGiServiceImporter()</a></span>
 - Constructor for class org.qi4j.library.osgi.<a 
href="./org/qi4j/library/osgi/OSGiServiceImporter.html" title="class in 
org.qi4j.library.osgi">OSGiServiceImporter</a></dt>
 <dd>&nbsp;</dd>
@@ -11614,7 +11623,7 @@
 <dt><a href="./org/qi4j/api/property/PropertyWrapper.html" title="class in 
org.qi4j.api.property"><span class="strong">PropertyWrapper</span></a> - Class 
in <a 
href="./org/qi4j/api/property/package-summary.html">org.qi4j.api.property</a></dt>
 <dd>
 <div class="block">If you want to catch getting and setting properties, then 
create a GenericConcern
- that wraps the Qi4j-supplied Property instance with PropertyWrappers.</div>
+ that wraps the Zest-supplied Property instance with PropertyWrappers.</div>
 </dd>
 <dt><span class="strong"><a 
href="./org/qi4j/api/property/PropertyWrapper.html#PropertyWrapper(org.qi4j.api.property.Property)">PropertyWrapper(Property&lt;Object&gt;)</a></span>
 - Constructor for class org.qi4j.api.property.<a 
href="./org/qi4j/api/property/PropertyWrapper.html" title="class in 
org.qi4j.api.property">PropertyWrapper</a></dt>
 <dd>&nbsp;</dd>
@@ -11718,7 +11727,7 @@
 <dl>
 <dt><a href="./org/qi4j/api/Qi4j.html" title="interface in org.qi4j.api"><span 
class="strong">Qi4j</span></a> - Interface in <a 
href="./org/qi4j/api/package-summary.html">org.qi4j.api</a></dt>
 <dd>
-<div class="block">Encapsulation of the Qi4j API.</div>
+<div class="block">Encapsulation of the Zest API.</div>
 </dd>
 <dt><span class="strong"><a 
href="./org/qi4j/library/servlet/lifecycle/AbstractQi4jServletBootstrap.html#qi4j">qi4j</a></span>
 - Variable in class org.qi4j.library.servlet.lifecycle.<a 
href="./org/qi4j/library/servlet/lifecycle/AbstractQi4jServletBootstrap.html" 
title="class in 
org.qi4j.library.servlet.lifecycle">AbstractQi4jServletBootstrap</a></dt>
 <dd>&nbsp;</dd>
@@ -11728,7 +11737,7 @@
 <dd>&nbsp;</dd>
 <dt><a 
href="./org/qi4j/library/spring/bootstrap/Qi4jApplicationBootstrap.html" 
title="class in org.qi4j.library.spring.bootstrap"><span 
class="strong">Qi4jApplicationBootstrap</span></a> - Class in <a 
href="./org/qi4j/library/spring/bootstrap/package-summary.html">org.qi4j.library.spring.bootstrap</a></dt>
 <dd>
-<div class="block">Run a Qi4j Application as a Spring Bean and export its 
Services to Spring.</div>
+<div class="block">Run a Zest Application as a Spring Bean and export its 
Services to Spring.</div>
 </dd>
 <dt><span class="strong"><a 
href="./org/qi4j/library/spring/bootstrap/Qi4jApplicationBootstrap.html#Qi4jApplicationBootstrap()">Qi4jApplicationBootstrap()</a></span>
 - Constructor for class org.qi4j.library.spring.bootstrap.<a 
href="./org/qi4j/library/spring/bootstrap/Qi4jApplicationBootstrap.html" 
title="class in 
org.qi4j.library.spring.bootstrap">Qi4jApplicationBootstrap</a></dt>
 <dd>&nbsp;</dd>
@@ -11744,11 +11753,11 @@
 <dd>&nbsp;</dd>
 <dt><a href="./org/qi4j/library/rdf/Qi4jEntity.html" title="interface in 
org.qi4j.library.rdf"><span class="strong">Qi4jEntity</span></a> - Interface in 
<a 
href="./org/qi4j/library/rdf/package-summary.html">org.qi4j.library.rdf</a></dt>
 <dd>
-<div class="block">This is the RDF vocabulary for Qi4j Entity data.</div>
+<div class="block">This is the RDF vocabulary for Zest Entity data.</div>
 </dd>
 <dt><a href="./org/qi4j/library/rdf/Qi4jEntityType.html" title="interface in 
org.qi4j.library.rdf"><span class="strong">Qi4jEntityType</span></a> - 
Interface in <a 
href="./org/qi4j/library/rdf/package-summary.html">org.qi4j.library.rdf</a></dt>
 <dd>
-<div class="block">This is the RDF vocabulary for Qi4j EntityType data.</div>
+<div class="block">This is the RDF vocabulary for Zest EntityType data.</div>
 </dd>
 <dt><a href="./org/qi4j/library/servlet/Qi4jFilter.html" title="class in 
org.qi4j.library.servlet"><span class="strong">Qi4jFilter</span></a> - Class in 
<a 
href="./org/qi4j/library/servlet/package-summary.html">org.qi4j.library.servlet</a></dt>
 <dd>
@@ -11762,7 +11771,7 @@
 <dd>&nbsp;</dd>
 <dt><a href="./org/qi4j/library/jmx/Qi4jMBeans.html" title="class in 
org.qi4j.library.jmx"><span class="strong">Qi4jMBeans</span></a> - Class in <a 
href="./org/qi4j/library/jmx/package-summary.html">org.qi4j.library.jmx</a></dt>
 <dd>
-<div class="block">Helper for working with Qi4j MBeans.</div>
+<div class="block">Helper for working with Zest MBeans.</div>
 </dd>
 <dt><span class="strong"><a 
href="./org/qi4j/library/jmx/Qi4jMBeans.html#Qi4jMBeans()">Qi4jMBeans()</a></span>
 - Constructor for class org.qi4j.library.jmx.<a 
href="./org/qi4j/library/jmx/Qi4jMBeans.html" title="class in 
org.qi4j.library.jmx">Qi4jMBeans</a></dt>
 <dd>&nbsp;</dd>
@@ -11780,15 +11789,15 @@
 <dd>&nbsp;</dd>
 <dt><a href="./org/qi4j/library/rdf/Qi4jRdf.html" title="interface in 
org.qi4j.library.rdf"><span class="strong">Qi4jRdf</span></a> - Interface in <a 
href="./org/qi4j/library/rdf/package-summary.html">org.qi4j.library.rdf</a></dt>
 <dd>
-<div class="block">This is the RDF vocabulary for Qi4j.</div>
+<div class="block">This is the RDF vocabulary for Zest.</div>
 </dd>
 <dt><a href="./org/qi4j/bootstrap/Qi4jRuntime.html" title="interface in 
org.qi4j.bootstrap"><span class="strong">Qi4jRuntime</span></a> - Interface in 
<a href="./org/qi4j/bootstrap/package-summary.html">org.qi4j.bootstrap</a></dt>
 <dd>
-<div class="block">This interface has to be implemented by Qi4j runtimes.</div>
+<div class="block">This interface has to be implemented by Zest runtimes.</div>
 </dd>
 <dt><a href="./org/qi4j/library/rest/admin/Qi4jServerServlet.html" 
title="class in org.qi4j.library.rest.admin"><span 
class="strong">Qi4jServerServlet</span></a> - Class in <a 
href="./org/qi4j/library/rest/admin/package-summary.html">org.qi4j.library.rest.admin</a></dt>
 <dd>
-<div class="block">Integration with Qi4j.</div>
+<div class="block">Integration with Zest.</div>
 </dd>
 <dt><span class="strong"><a 
href="./org/qi4j/library/rest/admin/Qi4jServerServlet.html#Qi4jServerServlet()">Qi4jServerServlet()</a></span>
 - Constructor for class org.qi4j.library.rest.admin.<a 
href="./org/qi4j/library/rest/admin/Qi4jServerServlet.html" title="class in 
org.qi4j.library.rest.admin">Qi4jServerServlet</a></dt>
 <dd>&nbsp;</dd>
@@ -11811,7 +11820,7 @@
 <dd>&nbsp;</dd>
 <dt><a href="./org/qi4j/spi/Qi4jSPI.html" title="interface in 
org.qi4j.spi"><span class="strong">Qi4jSPI</span></a> - Interface in <a 
href="./org/qi4j/spi/package-summary.html">org.qi4j.spi</a></dt>
 <dd>
-<div class="block">Encapsulation of the Qi4j SPI.</div>
+<div class="block">Encapsulation of the Zest SPI.</div>
 </dd>
 <dt><span class="strong"><a 
href="./org/qi4j/index/sql/support/common/DBNames.html#QNAME_TABLE_ASSOCIATION_INDEX_COLUMN_NAME">QNAME_TABLE_ASSOCIATION_INDEX_COLUMN_NAME</a></span>
 - Static variable in class org.qi4j.index.sql.support.common.<a 
href="./org/qi4j/index/sql/support/common/DBNames.html" title="class in 
org.qi4j.index.sql.support.common">DBNames</a></dt>
 <dd>&nbsp;</dd>
@@ -13104,11 +13113,11 @@
 <dd>&nbsp;</dd>
 <dt><a href="./org/qi4j/bootstrap/RuntimeFactory.html" title="interface in 
org.qi4j.bootstrap"><span class="strong">RuntimeFactory</span></a> - Interface 
in <a 
href="./org/qi4j/bootstrap/package-summary.html">org.qi4j.bootstrap</a></dt>
 <dd>
-<div class="block">Qi4j runtime factory.</div>
+<div class="block">Zest runtime factory.</div>
 </dd>
 <dt><a 
href="./org/qi4j/bootstrap/RuntimeFactory.StandaloneApplicationRuntimeFactory.html"
 title="class in org.qi4j.bootstrap"><span 
class="strong">RuntimeFactory.StandaloneApplicationRuntimeFactory</span></a> - 
Class in <a 
href="./org/qi4j/bootstrap/package-summary.html">org.qi4j.bootstrap</a></dt>
 <dd>
-<div class="block">Standalone application Qi4j runtime factory.</div>
+<div class="block">Standalone application Zest runtime factory.</div>
 </dd>
 <dt><span class="strong"><a 
href="./org/qi4j/bootstrap/RuntimeFactory.StandaloneApplicationRuntimeFactory.html#RuntimeFactory.StandaloneApplicationRuntimeFactory()">RuntimeFactory.StandaloneApplicationRuntimeFactory()</a></span>
 - Constructor for class org.qi4j.bootstrap.<a 
href="./org/qi4j/bootstrap/RuntimeFactory.StandaloneApplicationRuntimeFactory.html"
 title="class in 
org.qi4j.bootstrap">RuntimeFactory.StandaloneApplicationRuntimeFactory</a></dt>
 <dd>&nbsp;</dd>
@@ -13810,7 +13819,7 @@
 <dd>&nbsp;</dd>
 <dt><a href="./org/qi4j/bootstrap/ServiceDeclaration.html" title="interface in 
org.qi4j.bootstrap"><span class="strong">ServiceDeclaration</span></a> - 
Interface in <a 
href="./org/qi4j/bootstrap/package-summary.html">org.qi4j.bootstrap</a></dt>
 <dd>
-<div class="block">Fluent API for declaring services hosted in Qi4j.</div>
+<div class="block">Fluent API for declaring services hosted in Zest.</div>
 </dd>
 <dt><a href="./org/qi4j/api/service/ServiceDescriptor.html" title="interface 
in org.qi4j.api.service"><span class="strong">ServiceDescriptor</span></a> - 
Interface in <a 
href="./org/qi4j/api/service/package-summary.html">org.qi4j.api.service</a></dt>
 <dd>
@@ -14239,7 +14248,7 @@
 </dd>
 <dt><span class="strong"><a 
href="./org/qi4j/bootstrap/SingletonAssembler.html#SingletonAssembler()">SingletonAssembler()</a></span>
 - Constructor for class org.qi4j.bootstrap.<a 
href="./org/qi4j/bootstrap/SingletonAssembler.html" title="class in 
org.qi4j.bootstrap">SingletonAssembler</a></dt>
 <dd>
-<div class="block">Creates a Qi4j Runtime instance containing one Layer with 
one Module.</div>
+<div class="block">Creates a Zest Runtime instance containing one Layer with 
one Module.</div>
 </dd>
 <dt><span class="strong"><a 
href="./org/qi4j/library/rest/server/restlet/freemarker/ValueCompositeTemplateModel.html#size()">size()</a></span>
 - Method in class org.qi4j.library.rest.server.restlet.freemarker.<a 
href="./org/qi4j/library/rest/server/restlet/freemarker/ValueCompositeTemplateModel.html"
 title="class in 
org.qi4j.library.rest.server.restlet.freemarker">ValueCompositeTemplateModel</a></dt>
 <dd>&nbsp;</dd>
@@ -14395,12 +14404,12 @@
 </dd>
 <dt><span class="strong"><a 
href="./org/qi4j/library/spring/importer/SpringImporterAssembler.html#SpringImporterAssembler(org.springframework.context.ApplicationContext)">SpringImporterAssembler(ApplicationContext)</a></span>
 - Constructor for class org.qi4j.library.spring.importer.<a 
href="./org/qi4j/library/spring/importer/SpringImporterAssembler.html" 
title="class in 
org.qi4j.library.spring.importer">SpringImporterAssembler</a></dt>
 <dd>
-<div class="block">Import all beans from the given ApplicationContext as 
services in Qi4j,
+<div class="block">Import all beans from the given ApplicationContext as 
services in Zest,
  using Module as Visibility.</div>
 </dd>
 <dt><span class="strong"><a 
href="./org/qi4j/library/spring/importer/SpringImporterAssembler.html#SpringImporterAssembler(org.springframework.context.ApplicationContext,%20org.qi4j.api.common.Visibility)">SpringImporterAssembler(ApplicationContext,
 Visibility)</a></span> - Constructor for class 
org.qi4j.library.spring.importer.<a 
href="./org/qi4j/library/spring/importer/SpringImporterAssembler.html" 
title="class in 
org.qi4j.library.spring.importer">SpringImporterAssembler</a></dt>
 <dd>
-<div class="block">Import all beans from the given ApplicationContext as 
services in Qi4j,
+<div class="block">Import all beans from the given ApplicationContext as 
services in Zest,
  using the specified Visibility level.</div>
 </dd>
 <dt><a href="./org/qi4j/index/sql/support/api/SQLAppStartup.html" 
title="interface in org.qi4j.index.sql.support.api"><span 
class="strong">SQLAppStartup</span></a> - Interface in <a 
href="./org/qi4j/index/sql/support/api/package-summary.html">org.qi4j.index.sql.support.api</a></dt>
@@ -14465,7 +14474,7 @@
 <dd>&nbsp;</dd>
 <dt><a href="./org/qi4j/index/sql/support/api/SQLQuerying.html" 
title="interface in org.qi4j.index.sql.support.api"><span 
class="strong">SQLQuerying</span></a> - Interface in <a 
href="./org/qi4j/index/sql/support/api/package-summary.html">org.qi4j.index.sql.support.api</a></dt>
 <dd>
-<div class="block">This interface provides parsing support from Qi4j queries 
to SQL queries.</div>
+<div class="block">This interface provides parsing support from Zest queries 
to SQL queries.</div>
 </dd>
 <dt><a href="./org/qi4j/entitystore/sql/internal/SQLs.html" title="interface 
in org.qi4j.entitystore.sql.internal"><span class="strong">SQLs</span></a> - 
Interface in <a 
href="./org/qi4j/entitystore/sql/internal/package-summary.html">org.qi4j.entitystore.sql.internal</a></dt>
 <dd>&nbsp;</dd>
@@ -15082,6 +15091,16 @@
 <dd>&nbsp;</dd>
 <dt><span class="strong"><a 
href="./org/qi4j/cache/ehcache/EhCacheConfiguration.html#timeToLiveSeconds()">timeToLiveSeconds()</a></span>
 - Method in interface org.qi4j.cache.ehcache.<a 
href="./org/qi4j/cache/ehcache/EhCacheConfiguration.html" title="interface in 
org.qi4j.cache.ehcache">EhCacheConfiguration</a></dt>
 <dd>&nbsp;</dd>
+<dt><a href="./org/qi4j/library/metrics/TimingCapture.html" title="annotation 
in org.qi4j.library.metrics"><span class="strong">TimingCapture</span></a> - 
Annotation Type in <a 
href="./org/qi4j/library/metrics/package-summary.html">org.qi4j.library.metrics</a></dt>
+<dd>&nbsp;</dd>
+<dt><a href="./org/qi4j/library/metrics/TimingCaptureAllConcern.html" 
title="class in org.qi4j.library.metrics"><span 
class="strong">TimingCaptureAllConcern</span></a> - Class in <a 
href="./org/qi4j/library/metrics/package-summary.html">org.qi4j.library.metrics</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="strong"><a 
href="./org/qi4j/library/metrics/TimingCaptureAllConcern.html#TimingCaptureAllConcern(org.qi4j.api.metrics.MetricsProvider,%20java.lang.reflect.Method)">TimingCaptureAllConcern(MetricsProvider,
 Method)</a></span> - Constructor for class org.qi4j.library.metrics.<a 
href="./org/qi4j/library/metrics/TimingCaptureAllConcern.html" title="class in 
org.qi4j.library.metrics">TimingCaptureAllConcern</a></dt>
+<dd>&nbsp;</dd>
+<dt><a href="./org/qi4j/library/metrics/TimingCaptureConcern.html" 
title="class in org.qi4j.library.metrics"><span 
class="strong">TimingCaptureConcern</span></a> - Class in <a 
href="./org/qi4j/library/metrics/package-summary.html">org.qi4j.library.metrics</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="strong"><a 
href="./org/qi4j/library/metrics/TimingCaptureConcern.html#TimingCaptureConcern(org.qi4j.api.metrics.MetricsProvider,%20java.lang.reflect.Method)">TimingCaptureConcern(MetricsProvider,
 Method)</a></span> - Constructor for class org.qi4j.library.metrics.<a 
href="./org/qi4j/library/metrics/TimingCaptureConcern.html" title="class in 
org.qi4j.library.metrics">TimingCaptureConcern</a></dt>
+<dd>&nbsp;</dd>
 <dt><span class="strong"><a 
href="./org/qi4j/library/rdf/DcRdf.html#TITLE">TITLE</a></span> - Static 
variable in interface org.qi4j.library.rdf.<a 
href="./org/qi4j/library/rdf/DcRdf.html" title="interface in 
org.qi4j.library.rdf">DcRdf</a></dt>
 <dd>&nbsp;</dd>
 <dt><span class="strong"><a 
href="./org/qi4j/test/indexing/model/Person.html#title()">title()</a></span> - 
Method in interface org.qi4j.test.indexing.model.<a 
href="./org/qi4j/test/indexing/model/Person.html" title="interface in 
org.qi4j.test.indexing.model">Person</a></dt>
@@ -16695,7 +16714,7 @@ the order they are declared.</div>
 </dd>
 <dt><a href="./org/qi4j/api/common/Visibility.html" title="enum in 
org.qi4j.api.common"><span class="strong">Visibility</span></a> - Enum in <a 
href="./org/qi4j/api/common/package-summary.html">org.qi4j.api.common</a></dt>
 <dd>
-<div class="block">Visibility is a core concept in the Qi4j structure 
system.</div>
+<div class="block">Visibility is a core concept in the Zest structure 
system.</div>
 </dd>
 <dt><span class="strong"><a 
href="./org/qi4j/api/composite/ModelDescriptor.html#visibility()">visibility()</a></span>
 - Method in interface org.qi4j.api.composite.<a 
href="./org/qi4j/api/composite/ModelDescriptor.html" title="interface in 
org.qi4j.api.composite">ModelDescriptor</a></dt>
 <dd>&nbsp;</dd>

Modified: zest/site/content/java/develop/javadocs/index.html
URL: 
http://svn.apache.org/viewvc/zest/site/content/java/develop/javadocs/index.html?rev=1689843&r1=1689842&r2=1689843&view=diff
==============================================================================
--- zest/site/content/java/develop/javadocs/index.html (original)
+++ zest/site/content/java/develop/javadocs/index.html Wed Jul  8 11:08:41 2015
@@ -2,7 +2,8 @@
 <!-- NewPage -->
 <html lang="fr">
 <head>
-<title>Apache Zest Qi4j SDK 0</title>
+<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
+<title>Apache Zest™ (Java Edition) SDK 0</title>
 <script type="text/javascript">
     targetPage = "" + window.location.search;
     if (targetPage != "" && targetPage != "undefined")

Modified: zest/site/content/java/develop/javadocs/org/qi4j/api/Qi4j.html
URL: 
http://svn.apache.org/viewvc/zest/site/content/java/develop/javadocs/org/qi4j/api/Qi4j.html?rev=1689843&r1=1689842&r2=1689843&view=diff
==============================================================================
--- zest/site/content/java/develop/javadocs/org/qi4j/api/Qi4j.html (original)
+++ zest/site/content/java/develop/javadocs/org/qi4j/api/Qi4j.html Wed Jul  8 
11:08:41 2015
@@ -2,13 +2,14 @@
 <!-- NewPage -->
 <html lang="fr">
 <head>
-<title>Qi4j (Apache Zest Qi4j SDK 0)</title>
+<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
+<title>Qi4j (Apache Zest™ (Java Edition) SDK 0)</title>
 <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" 
title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Qi4j (Apache Zest Qi4j SDK 0)";
+        parent.document.title="Qi4j (Apache Zest\u2122 (Java Edition) SDK 0)";
     }
 //-->
 </script>
@@ -90,7 +91,7 @@
 <hr>
 <br>
 <pre>public interface <span class="strong">Qi4j</span></pre>
-<div class="block">Encapsulation of the Qi4j API.</div>
+<div class="block">Encapsulation of the Zest API.</div>
 </li>
 </ul>
 </div>

Modified: 
zest/site/content/java/develop/javadocs/org/qi4j/api/activation/Activation.html
URL: 
http://svn.apache.org/viewvc/zest/site/content/java/develop/javadocs/org/qi4j/api/activation/Activation.html?rev=1689843&r1=1689842&r2=1689843&view=diff
==============================================================================
--- 
zest/site/content/java/develop/javadocs/org/qi4j/api/activation/Activation.html 
(original)
+++ 
zest/site/content/java/develop/javadocs/org/qi4j/api/activation/Activation.html 
Wed Jul  8 11:08:41 2015
@@ -2,13 +2,14 @@
 <!-- NewPage -->
 <html lang="fr">
 <head>
-<title>Activation (Apache Zest Qi4j SDK 0)</title>
+<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
+<title>Activation (Apache Zest™ (Java Edition) SDK 0)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" 
title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Activation (Apache Zest Qi4j SDK 0)";
+        parent.document.title="Activation (Apache Zest\u2122 (Java Edition) 
SDK 0)";
     }
 //-->
 </script>
@@ -92,7 +93,7 @@
 <pre>public interface <span class="strong">Activation</span></pre>
 <div class="block">Interface used by Structure elements and Services that can 
be activated and passivated.
  <p>Application and Layer expose this interface so you can activate and 
passivate them.</p>
- <p>Module and ServiceComposite activation/passivation is handled by the Qi4j 
runtime.</p></div>
+ <p>Module and ServiceComposite activation/passivation is handled by the Zest 
runtime.</p></div>
 </li>
 </ul>
 </div>

Modified: 
zest/site/content/java/develop/javadocs/org/qi4j/api/activation/ActivationEvent.EventType.html
URL: 
http://svn.apache.org/viewvc/zest/site/content/java/develop/javadocs/org/qi4j/api/activation/ActivationEvent.EventType.html?rev=1689843&r1=1689842&r2=1689843&view=diff
==============================================================================
--- 
zest/site/content/java/develop/javadocs/org/qi4j/api/activation/ActivationEvent.EventType.html
 (original)
+++ 
zest/site/content/java/develop/javadocs/org/qi4j/api/activation/ActivationEvent.EventType.html
 Wed Jul  8 11:08:41 2015
@@ -2,13 +2,14 @@
 <!-- NewPage -->
 <html lang="fr">
 <head>
-<title>ActivationEvent.EventType (Apache Zest Qi4j SDK 0)</title>
+<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
+<title>ActivationEvent.EventType (Apache Zest™ (Java Edition) SDK 0)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" 
title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="ActivationEvent.EventType (Apache Zest Qi4j SDK 
0)";
+        parent.document.title="ActivationEvent.EventType (Apache Zest\u2122 
(Java Edition) SDK 0)";
     }
 //-->
 </script>

Modified: 
zest/site/content/java/develop/javadocs/org/qi4j/api/activation/ActivationEvent.html
URL: 
http://svn.apache.org/viewvc/zest/site/content/java/develop/javadocs/org/qi4j/api/activation/ActivationEvent.html?rev=1689843&r1=1689842&r2=1689843&view=diff
==============================================================================
--- 
zest/site/content/java/develop/javadocs/org/qi4j/api/activation/ActivationEvent.html
 (original)
+++ 
zest/site/content/java/develop/javadocs/org/qi4j/api/activation/ActivationEvent.html
 Wed Jul  8 11:08:41 2015
@@ -2,13 +2,14 @@
 <!-- NewPage -->
 <html lang="fr">
 <head>
-<title>ActivationEvent (Apache Zest Qi4j SDK 0)</title>
+<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
+<title>ActivationEvent (Apache Zest™ (Java Edition) SDK 0)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" 
title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="ActivationEvent (Apache Zest Qi4j SDK 0)";
+        parent.document.title="ActivationEvent (Apache Zest\u2122 (Java 
Edition) SDK 0)";
     }
 //-->
 </script>
@@ -95,7 +96,7 @@
 <br>
 <pre>public final class <span class="strong">ActivationEvent</span>
 extends <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a></pre>
-<div class="block">ActivationEvents are fired during activation and 
passivation of instances in Qi4j.</div>
+<div class="block">ActivationEvents are fired during activation and 
passivation of instances in Zest.</div>
 </li>
 </ul>
 </div>

Modified: 
zest/site/content/java/develop/javadocs/org/qi4j/api/activation/ActivationEventListener.html
URL: 
http://svn.apache.org/viewvc/zest/site/content/java/develop/javadocs/org/qi4j/api/activation/ActivationEventListener.html?rev=1689843&r1=1689842&r2=1689843&view=diff
==============================================================================
--- 
zest/site/content/java/develop/javadocs/org/qi4j/api/activation/ActivationEventListener.html
 (original)
+++ 
zest/site/content/java/develop/javadocs/org/qi4j/api/activation/ActivationEventListener.html
 Wed Jul  8 11:08:41 2015
@@ -2,13 +2,14 @@
 <!-- NewPage -->
 <html lang="fr">
 <head>
-<title>ActivationEventListener (Apache Zest Qi4j SDK 0)</title>
+<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
+<title>ActivationEventListener (Apache Zest™ (Java Edition) SDK 0)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" 
title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="ActivationEventListener (Apache Zest Qi4j SDK 
0)";
+        parent.document.title="ActivationEventListener (Apache Zest\u2122 
(Java Edition) SDK 0)";
     }
 //-->
 </script>

Modified: 
zest/site/content/java/develop/javadocs/org/qi4j/api/activation/ActivationEventListenerRegistration.html
URL: 
http://svn.apache.org/viewvc/zest/site/content/java/develop/javadocs/org/qi4j/api/activation/ActivationEventListenerRegistration.html?rev=1689843&r1=1689842&r2=1689843&view=diff
==============================================================================
--- 
zest/site/content/java/develop/javadocs/org/qi4j/api/activation/ActivationEventListenerRegistration.html
 (original)
+++ 
zest/site/content/java/develop/javadocs/org/qi4j/api/activation/ActivationEventListenerRegistration.html
 Wed Jul  8 11:08:41 2015
@@ -2,13 +2,14 @@
 <!-- NewPage -->
 <html lang="fr">
 <head>
-<title>ActivationEventListenerRegistration (Apache Zest Qi4j SDK 0)</title>
+<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
+<title>ActivationEventListenerRegistration (Apache Zest™ (Java Edition) SDK 
0)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" 
title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="ActivationEventListenerRegistration (Apache 
Zest Qi4j SDK 0)";
+        parent.document.title="ActivationEventListenerRegistration (Apache 
Zest\u2122 (Java Edition) SDK 0)";
     }
 //-->
 </script>

Modified: 
zest/site/content/java/develop/javadocs/org/qi4j/api/activation/ActivationException.html
URL: 
http://svn.apache.org/viewvc/zest/site/content/java/develop/javadocs/org/qi4j/api/activation/ActivationException.html?rev=1689843&r1=1689842&r2=1689843&view=diff
==============================================================================
--- 
zest/site/content/java/develop/javadocs/org/qi4j/api/activation/ActivationException.html
 (original)
+++ 
zest/site/content/java/develop/javadocs/org/qi4j/api/activation/ActivationException.html
 Wed Jul  8 11:08:41 2015
@@ -2,13 +2,14 @@
 <!-- NewPage -->
 <html lang="fr">
 <head>
-<title>ActivationException (Apache Zest Qi4j SDK 0)</title>
+<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
+<title>ActivationException (Apache Zest™ (Java Edition) SDK 0)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" 
title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="ActivationException (Apache Zest Qi4j SDK 0)";
+        parent.document.title="ActivationException (Apache Zest\u2122 (Java 
Edition) SDK 0)";
     }
 //-->
 </script>

Modified: 
zest/site/content/java/develop/javadocs/org/qi4j/api/activation/Activator.html
URL: 
http://svn.apache.org/viewvc/zest/site/content/java/develop/javadocs/org/qi4j/api/activation/Activator.html?rev=1689843&r1=1689842&r2=1689843&view=diff
==============================================================================
--- 
zest/site/content/java/develop/javadocs/org/qi4j/api/activation/Activator.html 
(original)
+++ 
zest/site/content/java/develop/javadocs/org/qi4j/api/activation/Activator.html 
Wed Jul  8 11:08:41 2015
@@ -2,13 +2,14 @@
 <!-- NewPage -->
 <html lang="fr">
 <head>
-<title>Activator (Apache Zest Qi4j SDK 0)</title>
+<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
+<title>Activator (Apache Zest™ (Java Edition) SDK 0)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" 
title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Activator (Apache Zest Qi4j SDK 0)";
+        parent.document.title="Activator (Apache Zest\u2122 (Java Edition) SDK 
0)";
     }
 //-->
 </script>

Modified: 
zest/site/content/java/develop/javadocs/org/qi4j/api/activation/ActivatorAdapter.html
URL: 
http://svn.apache.org/viewvc/zest/site/content/java/develop/javadocs/org/qi4j/api/activation/ActivatorAdapter.html?rev=1689843&r1=1689842&r2=1689843&view=diff
==============================================================================
--- 
zest/site/content/java/develop/javadocs/org/qi4j/api/activation/ActivatorAdapter.html
 (original)
+++ 
zest/site/content/java/develop/javadocs/org/qi4j/api/activation/ActivatorAdapter.html
 Wed Jul  8 11:08:41 2015
@@ -2,13 +2,14 @@
 <!-- NewPage -->
 <html lang="fr">
 <head>
-<title>ActivatorAdapter (Apache Zest Qi4j SDK 0)</title>
+<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
+<title>ActivatorAdapter (Apache Zest™ (Java Edition) SDK 0)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" 
title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="ActivatorAdapter (Apache Zest Qi4j SDK 0)";
+        parent.document.title="ActivatorAdapter (Apache Zest\u2122 (Java 
Edition) SDK 0)";
     }
 //-->
 </script>

Modified: 
zest/site/content/java/develop/javadocs/org/qi4j/api/activation/ActivatorDescriptor.html
URL: 
http://svn.apache.org/viewvc/zest/site/content/java/develop/javadocs/org/qi4j/api/activation/ActivatorDescriptor.html?rev=1689843&r1=1689842&r2=1689843&view=diff
==============================================================================
--- 
zest/site/content/java/develop/javadocs/org/qi4j/api/activation/ActivatorDescriptor.html
 (original)
+++ 
zest/site/content/java/develop/javadocs/org/qi4j/api/activation/ActivatorDescriptor.html
 Wed Jul  8 11:08:41 2015
@@ -2,13 +2,14 @@
 <!-- NewPage -->
 <html lang="fr">
 <head>
-<title>ActivatorDescriptor (Apache Zest Qi4j SDK 0)</title>
+<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
+<title>ActivatorDescriptor (Apache Zest™ (Java Edition) SDK 0)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" 
title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="ActivatorDescriptor (Apache Zest Qi4j SDK 0)";
+        parent.document.title="ActivatorDescriptor (Apache Zest\u2122 (Java 
Edition) SDK 0)";
     }
 //-->
 </script>

Modified: 
zest/site/content/java/develop/javadocs/org/qi4j/api/activation/Activators.html
URL: 
http://svn.apache.org/viewvc/zest/site/content/java/develop/javadocs/org/qi4j/api/activation/Activators.html?rev=1689843&r1=1689842&r2=1689843&view=diff
==============================================================================
--- 
zest/site/content/java/develop/javadocs/org/qi4j/api/activation/Activators.html 
(original)
+++ 
zest/site/content/java/develop/javadocs/org/qi4j/api/activation/Activators.html 
Wed Jul  8 11:08:41 2015
@@ -2,13 +2,14 @@
 <!-- NewPage -->
 <html lang="fr">
 <head>
-<title>Activators (Apache Zest Qi4j SDK 0)</title>
+<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
+<title>Activators (Apache Zest™ (Java Edition) SDK 0)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" 
title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Activators (Apache Zest Qi4j SDK 0)";
+        parent.document.title="Activators (Apache Zest\u2122 (Java Edition) 
SDK 0)";
     }
 //-->
 </script>

Modified: 
zest/site/content/java/develop/javadocs/org/qi4j/api/activation/ApplicationPassivationThread.html
URL: 
http://svn.apache.org/viewvc/zest/site/content/java/develop/javadocs/org/qi4j/api/activation/ApplicationPassivationThread.html?rev=1689843&r1=1689842&r2=1689843&view=diff
==============================================================================
--- 
zest/site/content/java/develop/javadocs/org/qi4j/api/activation/ApplicationPassivationThread.html
 (original)
+++ 
zest/site/content/java/develop/javadocs/org/qi4j/api/activation/ApplicationPassivationThread.html
 Wed Jul  8 11:08:41 2015
@@ -2,13 +2,14 @@
 <!-- NewPage -->
 <html lang="fr">
 <head>
-<title>ApplicationPassivationThread (Apache Zest Qi4j SDK 0)</title>
+<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
+<title>ApplicationPassivationThread (Apache Zest™ (Java Edition) SDK 
0)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" 
title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="ApplicationPassivationThread (Apache Zest Qi4j 
SDK 0)";
+        parent.document.title="ApplicationPassivationThread (Apache Zest\u2122 
(Java Edition) SDK 0)";
     }
 //-->
 </script>

Modified: 
zest/site/content/java/develop/javadocs/org/qi4j/api/activation/PassivationException.html
URL: 
http://svn.apache.org/viewvc/zest/site/content/java/develop/javadocs/org/qi4j/api/activation/PassivationException.html?rev=1689843&r1=1689842&r2=1689843&view=diff
==============================================================================
--- 
zest/site/content/java/develop/javadocs/org/qi4j/api/activation/PassivationException.html
 (original)
+++ 
zest/site/content/java/develop/javadocs/org/qi4j/api/activation/PassivationException.html
 Wed Jul  8 11:08:41 2015
@@ -2,13 +2,14 @@
 <!-- NewPage -->
 <html lang="fr">
 <head>
-<title>PassivationException (Apache Zest Qi4j SDK 0)</title>
+<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
+<title>PassivationException (Apache Zest™ (Java Edition) SDK 0)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" 
title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="PassivationException (Apache Zest Qi4j SDK 0)";
+        parent.document.title="PassivationException (Apache Zest\u2122 (Java 
Edition) SDK 0)";
     }
 //-->
 </script>

Modified: 
zest/site/content/java/develop/javadocs/org/qi4j/api/activation/package-frame.html
URL: 
http://svn.apache.org/viewvc/zest/site/content/java/develop/javadocs/org/qi4j/api/activation/package-frame.html?rev=1689843&r1=1689842&r2=1689843&view=diff
==============================================================================
--- 
zest/site/content/java/develop/javadocs/org/qi4j/api/activation/package-frame.html
 (original)
+++ 
zest/site/content/java/develop/javadocs/org/qi4j/api/activation/package-frame.html
 Wed Jul  8 11:08:41 2015
@@ -2,7 +2,8 @@
 <!-- NewPage -->
 <html lang="fr">
 <head>
-<title>org.qi4j.api.activation (Apache Zest Qi4j SDK 0)</title>
+<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
+<title>org.qi4j.api.activation (Apache Zest™ (Java Edition) SDK 0)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" 
title="Style">
 </head>
 <body>

Modified: 
zest/site/content/java/develop/javadocs/org/qi4j/api/activation/package-summary.html
URL: 
http://svn.apache.org/viewvc/zest/site/content/java/develop/javadocs/org/qi4j/api/activation/package-summary.html?rev=1689843&r1=1689842&r2=1689843&view=diff
==============================================================================
--- 
zest/site/content/java/develop/javadocs/org/qi4j/api/activation/package-summary.html
 (original)
+++ 
zest/site/content/java/develop/javadocs/org/qi4j/api/activation/package-summary.html
 Wed Jul  8 11:08:41 2015
@@ -2,13 +2,14 @@
 <!-- NewPage -->
 <html lang="fr">
 <head>
-<title>org.qi4j.api.activation (Apache Zest Qi4j SDK 0)</title>
+<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
+<title>org.qi4j.api.activation (Apache Zest™ (Java Edition) SDK 0)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" 
title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="org.qi4j.api.activation (Apache Zest Qi4j SDK 
0)";
+        parent.document.title="org.qi4j.api.activation (Apache Zest\u2122 
(Java Edition) SDK 0)";
     }
 //-->
 </script>
@@ -120,7 +121,7 @@
 <tr class="altColor">
 <td class="colFirst"><a 
href="../../../../org/qi4j/api/activation/ActivationEvent.html" title="class in 
org.qi4j.api.activation">ActivationEvent</a></td>
 <td class="colLast">
-<div class="block">ActivationEvents are fired during activation and 
passivation of instances in Qi4j.</div>
+<div class="block">ActivationEvents are fired during activation and 
passivation of instances in Zest.</div>
 </td>
 </tr>
 <tr class="rowColor">


Reply via email to