Return-Path: X-Original-To: apmail-zest-commits-archive@minotaur.apache.org Delivered-To: apmail-zest-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 6E9D81929A for ; Fri, 15 Apr 2016 08:29:18 +0000 (UTC) Received: (qmail 59428 invoked by uid 500); 15 Apr 2016 08:29:18 -0000 Delivered-To: apmail-zest-commits-archive@zest.apache.org Received: (qmail 59407 invoked by uid 500); 15 Apr 2016 08:29:18 -0000 Mailing-List: contact commits-help@zest.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@zest.apache.org Delivered-To: mailing list commits@zest.apache.org Received: (qmail 59398 invoked by uid 99); 15 Apr 2016 08:29:18 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 15 Apr 2016 08:29:18 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id BD66C180222 for ; Fri, 15 Apr 2016 08:29:17 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 1.799 X-Spam-Level: * X-Spam-Status: No, score=1.799 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RP_MATCHES_RCVD=-0.001] autolearn=disabled Received: from mx2-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id XU06cgHLDirn for ; Fri, 15 Apr 2016 08:29:07 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx2-lw-eu.apache.org (ASF Mail Server at mx2-lw-eu.apache.org) with ESMTP id 191835FB05 for ; Fri, 15 Apr 2016 08:29:06 +0000 (UTC) Received: from svn01-us-west.apache.org (svn.apache.org [10.41.0.6]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id C5A72E0652 for ; Fri, 15 Apr 2016 08:28:59 +0000 (UTC) Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id 3FE1F3A1687 for ; Fri, 15 Apr 2016 08:28:59 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: svn commit: r1739254 [4/9] - in /zest/site/content: ./ java/develop/ java/develop/css/ java/develop/images/icons/admon/ java/develop/images/icons/callouts/ java/develop/js/ java/develop/schemas/2008/dev-status/1/ Date: Fri, 15 Apr 2016 08:28:57 -0000 To: commits@zest.apache.org From: niclas@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20160415082859.3FE1F3A1687@svn01-us-west.apache.org> Modified: zest/site/content/java/develop/extension-vs-orgjson.html URL: http://svn.apache.org/viewvc/zest/site/content/java/develop/extension-vs-orgjson.html?rev=1739254&r1=1739253&r2=1739254&view=diff ============================================================================== --- zest/site/content/java/develop/extension-vs-orgjson.html (original) +++ zest/site/content/java/develop/extension-vs-orgjson.html Fri Apr 15 08:28:56 2016 @@ -66,7 +66,7 @@ })(); -

org.json ValueSerialization

code

docs

tests

ValueSerialization Service backed by org.json.

Table 55. Artifact

Group IDArtifact IDVersion

org.apache.zest.extension

org.apache.zest.extension.valueserialization-orgjson

3.0-SNAPSHOT


Assembly

Assembly is done as follows:

@Override
+  

org.json ValueSerialization

code

docs

tests

ValueSerialization Service backed by org.json.

Table 55. Artifact

Group IDArtifact IDVersion

org.apache.zest.extension

org.apache.zest.extension.valueserialization-orgjson

0


Assembly

Assembly is done as follows:

@Override
 public void assemble( ModuleAssembly module )
     throws AssemblyException
 {

Modified: zest/site/content/java/develop/extension-vs-stax.html
URL: http://svn.apache.org/viewvc/zest/site/content/java/develop/extension-vs-stax.html?rev=1739254&r1=1739253&r2=1739254&view=diff
==============================================================================
--- zest/site/content/java/develop/extension-vs-stax.html (original)
+++ zest/site/content/java/develop/extension-vs-stax.html Fri Apr 15 08:28:56 2016
@@ -66,7 +66,7 @@
   })();
  
 
-  

StAX ValueSerialization

code

docs

tests

ValueSerialization Service backed by StAX< /a>.

Table 57. Artifact

Group IDArtifact IDVersion

org.apache.zest.extension

org.apache.zest.extension.valueserialization-stax

3.0-SNAPSHOT


Assembly

Assembly is done as follows:

@Override
+  

StAX ValueSerialization

code

docs

tests

ValueSerialization Service backed by StAX< /a>.

Table 57. Artifact

Group IDArtifact IDVersion

org.apache.zest.extension

org.apache.zest.extension.valueserialization-stax

0


Assembly

Assembly is done as follows:

@Override
 public void assemble( ModuleAssembly module )
     throws AssemblyException
 {

Modified: zest/site/content/java/develop/howto-assemble-application.html
URL: http://svn.apache.org/viewvc/zest/site/content/java/develop/howto-assemble-application.html?rev=1739254&r1=1739253&r2=1739254&view=diff
==============================================================================
--- zest/site/content/java/develop/howto-assemble-application.html (original)
+++ zest/site/content/java/develop/howto-assemble-application.html Fri Apr 15 08:28:56 2016
@@ -68,7 +68,7 @@
 
   

Assemble an Application

We receive a lot of questions about how applications should be assembled, and since we don’t have any XML to "fill in" and everything is to be done programmatically, it escalates the need to provide more hands-on explanation of how this is -done.

If you want to reproduce what’s explained in this tutorial, remember to depend on the Core Bootstrap artifact:

Table 4. Artifact

Group IDArtifact IDVersion

org.apache.zest.core

org.apache.zest.core.bootstrap

3.0-SNAPSHOT


At runtime you will need the Core Runtime artifact too. See the Depend on Zest™ in your build tutorial for details.

Basics

First let’s recap the structural requirements of Zest;