summaryrefslogtreecommitdiffstats
path: root/etc/doap_Tuscany.rdf
blob: 81043611ae554ebd074dfbaf35c8e45b7d5fbcfa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
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>