summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2015-01-15 03:34:37 +0000
committerlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2015-01-15 03:34:37 +0000
commit19188a73ed0992351e73a80aeb6f6571d729bbd4 (patch)
tree226a833ea63e9ecedb86fcb7c7740680c20af73a
parent200a40b332420f94992eb39a6d0ea1cf1490ffc4 (diff)
Add Tuscany doap file
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1651944 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--etc/doap_Tuscany.rdf62
1 files changed, 62 insertions, 0 deletions
diff --git a/etc/doap_Tuscany.rdf b/etc/doap_Tuscany.rdf
new file mode 100644
index 0000000000..81043611ae
--- /dev/null
+++ b/etc/doap_Tuscany.rdf
@@ -0,0 +1,62 @@
+<?xml version="1.0"?>
+<?xml-stylesheet type="text/xsl"?>
+<rdf:RDF xml:lang="en"
+ xmlns="http://usefulinc.com/ns/doap#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:asfext="http://projects.apache.org/ns/asfext#"
+ xmlns:foaf="http://xmlns.com/foaf/0.1/">
+<!--
+ 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.
+-->
+ <Project rdf:about="http://tuscany.apache.org">
+ <created>2015-01-15</created>
+ <license rdf:resource="http://spdx.org/licenses/Apache-2.0" />
+ <name>Apache Tuscany</name>
+ <homepage rdf:resource="http://tuscany.apache.org" />
+ <asfext:pmc rdf:resource="http://tuscany.apache.org" />
+ <shortdesc>Apache Tuscany simplifies the task of developing SOA solutions by providing a comprehensive infrastructure for SOA development and management that is based on Service Component Architecture (SCA) standard.</shortdesc>
+ <description>Apache Tuscany simplifies the task of developing SOA solutions by providing a comprehensive infrastructure for SOA development and management that is based on Service Component Architecture (SCA) standard. With SCA as it's foundation, Tuscany offers solution developers the following advantages:
+
+ Provides a model for creating composite applications by defining the services in the fabric and their relationships with one another. The services can be implemented in any technology.
+ Enables service developers to create reusable services that only contain business logic. Protocols are pushed out of business logic and are handled through pluggable bindings. This lowers development cost.
+ Applications can easily adapt to infrastructure changes without recoding since protocols are handled via pluggable bindings and quality of services (transaction, security) are handled declaratively.
+ Existing applications can work with new SCA compositions. This allows for incremental growth towards a more flexible architecture, outsourcing or providing services to others.
+</description>
+ <bug-database rdf:resource="http://issues.apache.org/jira/browse/Tuscany" />
+ <mailing-list rdf:resource="http://tuscany.apache.org/mailing-lists.html" />
+ <download-page rdf:resource="http://tuscany.apache.org/tuscany-downloads-documentations.html" />
+ <programming-language>Java</programming-language>
+ <category rdf:resource="http://projects.apache.org/category/web-framework" />
+ <repository>
+ <SVNRepository>
+ <location rdf:resource="http://svn.apache.org/repos/asf/tuscany/sca-java-2.x/"/>
+ <browse rdf:resource="http://svn.apache.org/viewvc/tuscany/sca-java-2.x/"/>
+ </SVNRepository>
+ </repository>
+ <repository>
+ <GitRepository>
+ <location rdf:resource="git://git.apache.org/tuscany-sca-2.x.git"/>
+ <browse rdf:resource=""/>
+ </GitRepository>
+ </repository>
+ <asfext:implements><asfext:Standard>
+ <asfext:title>Service Component Architecture (SCA)</asfext:title>
+ <asfext:body>OASIS</asfext:body>
+ <asfext:id>sca</asfext:id>
+ <asfext:url rdf:resource="http://www.oasis-opencsa.org/sca"/>
+ </asfext:Standard></asfext:implements>
+ </Project>
+</rdf:RDF>