Add Tuscany doap file
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1651944 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
200a40b332
commit
19188a73ed
1 changed files with 62 additions and 0 deletions
62
etc/doap_Tuscany.rdf
Normal file
62
etc/doap_Tuscany.rdf
Normal file
|
@ -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>
|
Loading…
Reference in a new issue