You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@polygene.apache.org by pa...@apache.org on 2015/07/20 17:02:04 UTC

svn commit: r1691958 [3/3] - in /zest/site: content/doap.rdf content/graphics/Apache Zest Final.ai content/index.html src/doap.rdf src/index.html

Modified: zest/site/content/index.html
URL: http://svn.apache.org/viewvc/zest/site/content/index.html?rev=1691958&r1=1691957&r2=1691958&view=diff
==============================================================================
--- zest/site/content/index.html (original)
+++ zest/site/content/index.html Mon Jul 20 15:02:03 2015
@@ -108,7 +108,10 @@
                 <div class="well">
                     <h2>What is Apache Zest™?</h2>
                     <p>
-                        The short answer is that <strong>Apache Zest™</strong> is a community based effort exploring Composite Oriented Programming for domain centric application development. This includes evolved concepts from Aspect Oriented Programming, Dependency Injection and Domain Driven Design.
+                        The short answer is that <strong>Apache Zest™</strong> is a community based effort exploring Composite Oriented Programming for domain centric application development. This includes evolved concepts from <a href="https://en.wikipedia.org/wiki/Aspect-oriented_programming">Aspect Oriented Programming</a>, <a href="https://en.wikipedia.org/wiki/Dependency_injection">Dependency Injection</a> <a href="https://en.wikipedia.org/wiki/Domain-driven_design">and Domain Driven Design</a>.
+                    </p>
+                    <p>
+                        <strong>Composite Oriented Programming</strong> allows developers to work with 'fragments', smaller than classes, and 'compose' fragments into larger 'composites' which acts like the regular objects. Apache Zest™ also tackles the enforcement of application composition, i.e. composites are declared in modules, modules are contained in layers and access between layers are controlled/enforced.
                     </p>
                     <p>
                         <strong>Apache Zest™ (Java Edition)</strong>, first Apache Zest sub-project, is an implementation of Composite Oriented Programming, using the standard Java platform, without the use of any pre-processors or new language elements. Everything you know from Java still applies and you can leverage both your experience and toolkits to become more productive with Composite Oriented Programming today.

Modified: zest/site/src/doap.rdf
URL: http://svn.apache.org/viewvc/zest/site/src/doap.rdf?rev=1691958&r1=1691957&r2=1691958&view=diff
==============================================================================
--- zest/site/src/doap.rdf (original)
+++ zest/site/src/doap.rdf Mon Jul 20 15:02:03 2015
@@ -1,5 +1,21 @@
 <?xml version="1.0"?>
 <?xml-stylesheet type="text/xsl"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+  
+  http://www.apache.org/licenses/LICENSE-2.0
+  
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
 <rdf:RDF xml:lang="en"
          xmlns="http://usefulinc.com/ns/doap#" 
          xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" 
@@ -13,17 +29,17 @@
 
   =======================================================================
 -->
-  <Project rdf:about="http://zest.apache.org/">
+  <Project rdf:about="https://zest.apache.org/">
     <created>2015-03-18</created>
     <license rdf:resource="http://usefulinc.com/doap/licenses/asl20" />
     <name>Apache Zest</name>
-    <homepage rdf:resource="http://zest.apache.org/" />
-    <asfext:pmc rdf:resource="http://zest.apache.org" />
-    <shortdesc>Composite Oriented Programming - Qi4j, Qi4CS</shortdesc>
-    <description>Apache Zest is a project that explores the Composite Oriented Programming paradigm, where Fragments get composed into Composite, which are placed into Modules, placed inside Layers, to enforce Application Structure. Classes are dead, long live interfaces.</description>
-    <bug-database rdf:resource="http://issues.apache.org/jira/browse/ZEST" />
-    <mailing-list rdf:resource="http://zest.apache.org/lists.html" />
-    <download-page rdf:resource="http://www.apache.org/dyn/closer.cgi/zest/" />
+    <homepage rdf:resource="https://zest.apache.org/" />
+    <asfext:pmc rdf:resource="https://zest.apache.org" />
+    <shortdesc>Apache Zest is a community based effort exploring Composite Oriented Programming for domain centric application development.</shortdesc>
+    <description>Apache Zest is a community based effort exploring Composite Oriented Programming for domain centric application development. This includes evolved concepts from Aspect Oriented Programming, Dependency Injection and Domain Driven Design. Composite Oriented Programming allows developers to work with 'fragments', smaller than classes, and 'compose' fragments into larger 'composites' which acts like the regular objects. Zest also tackles the enforcement of application composition, i.e. composites are declared in modules, modules are contained in layers and access between layers are controlled/enforced. Apache Zest™ (Java Edition), first Apache Zest sub-project, is an implementation of Composite Oriented Programming, using the standard Java platform, without the use of any pre-processors or new language elements. Everything you know from Java still applies and you can leverage both your experience and toolkits to become more productive with Composite Oriented Progra
 mming today.</description>    
+    <bug-database rdf:resource="https://issues.apache.org/jira/browse/ZEST" />
+    <mailing-list rdf:resource="https://www.apache.org/foundation/mailinglists.html" />
+    <download-page rdf:resource="https://zest.apache.org/download.html" />
     <programming-language>Java</programming-language>
     <programming-language>C#</programming-language>
     <programming-language>Scala</programming-language>
@@ -37,11 +53,16 @@
       </SVNRepository>
     </repository>
     <repository>
-      <SVNRepository>
-        <location rdf:resource="git://git.apache.org/zest-qi4j.git"/>
-        <browse rdf:resource="https://git-wip-us.apache.org/repos/asf?p=zest-qi4j.git"/>
-      </SVNRepository>
+      <GitRepository>
+        <location rdf:resource="https://git-wip-us.apache.org/repos/asf/zest-qi4j.git"/>
+        <browse rdf:resource="https://github.com/apache/zest-qi4j"/>
+      </GitRepository>
     </repository>
+    <maintainer>
+      <foaf:Person>
+        <foaf:name>Niclas Hedhman</foaf:name>
+          <foaf:mbox rdf:resource="mailto:niclas@apache.org"/>
+      </foaf:Person>
+    </maintainer>
   </Project>
 </rdf:RDF>
-

Modified: zest/site/src/index.html
URL: http://svn.apache.org/viewvc/zest/site/src/index.html?rev=1691958&r1=1691957&r2=1691958&view=diff
==============================================================================
--- zest/site/src/index.html (original)
+++ zest/site/src/index.html Mon Jul 20 15:02:03 2015
@@ -13,7 +13,10 @@ title: Apache Zest
                 <div class="well">
                     <h2>What is Apache Zest™?</h2>
                     <p>
-                        The short answer is that <strong>Apache Zest™</strong> is a community based effort exploring Composite Oriented Programming for domain centric application development. This includes evolved concepts from Aspect Oriented Programming, Dependency Injection and Domain Driven Design.
+                        The short answer is that <strong>Apache Zest™</strong> is a community based effort exploring Composite Oriented Programming for domain centric application development. This includes evolved concepts from <a href="https://en.wikipedia.org/wiki/Aspect-oriented_programming">Aspect Oriented Programming</a>, <a href="https://en.wikipedia.org/wiki/Dependency_injection">Dependency Injection</a> <a href="https://en.wikipedia.org/wiki/Domain-driven_design">and Domain Driven Design</a>.
+                    </p>
+                    <p>
+                        <strong>Composite Oriented Programming</strong> allows developers to work with 'fragments', smaller than classes, and 'compose' fragments into larger 'composites' which acts like the regular objects. Apache Zest™ also tackles the enforcement of application composition, i.e. composites are declared in modules, modules are contained in layers and access between layers are controlled/enforced.
                     </p>
                     <p>
                         <strong>Apache Zest™ (Java Edition)</strong>, first Apache Zest sub-project, is an implementation of Composite Oriented Programming, using the standard Java platform, without the use of any pre-processors or new language elements. Everything you know from Java still applies and you can leverage both your experience and toolkits to become more productive with Composite Oriented Programming today.