summaryrefslogtreecommitdiffstats
path: root/project.xml
diff options
context:
space:
mode:
authorGravatar shankar2011-01-24 09:42:13 +0000
committerGravatar shankar2011-01-24 09:42:13 +0000
commit3dfb99d04390a2d9710344157174c314095f5d3b (patch)
treedee039c8c48bc607e0c81c1b3fcf1a3a28e43035 /project.xml
parentd657bebd0b0a6a8a2c9b8f6acd1b278177952ed3 (diff)
downloadaxis2c-3dfb99d04390a2d9710344157174c314095f5d3b.tar.gz
axis2c-3dfb99d04390a2d9710344157174c314095f5d3b.tar.bz2
Changing archive URL
git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@1062706 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'project.xml')
-rw-r--r--project.xml27
1 files changed, 10 insertions, 17 deletions
diff --git a/project.xml b/project.xml
index f0e3930..0cf6453 100644
--- a/project.xml
+++ b/project.xml
@@ -33,46 +33,39 @@
</organization>
<inceptionYear>2005</inceptionYear>
- <logo>http://ws.apache.org/axis2/images/axis.jpg</logo>
+ <logo>http://axis.apache.org/axis2/java/core/images/axis.jpg/logo>
<description> Axis2 is an effort to re-design and totally re-implement both Axis/Java and (eventually) Axis/C++ on a new architecture. Evolving from the now standard "handler chain" model which Axis1 pioneered, Axis2 is developing a more flexible pipeline architecture which can yet be managed and packaged in a more organized manner. This new design acknowledges the maturing of the Web services space in terms of new protocols such as WS-ReliableMessaging, WS-Security and WS-Addressing that are built on top of the base SOAP system. At the time Axis1 was designed, while it was fully expected that other protocols such as WS-ReliableMessaging would be built on top of it, there was not a proper extension architecture defined to enable clean composition of such layers. Thus, one of the key motivations for Axis2 is to provide a clean and simple environment for like Apache Sandesha and Apache WSS4J to layer on top of the base SOAP system. Another driving force for Axis2 as well as the move away from RPC oriented Web services towards more document-oriented, message style asynchronous service interactions. The Axis2 project is centered on a new representation for SOAP messages called AXIOM (AXIs Object Model). AXIOM consists of two parts: a complete XML Infoset representation and a SOAP Infoset representation on top of that. The XML Infoset representation provides a JDOM-like simple API but is built on a deferred model via a StAX-based (Streaming API for XML) pull parsing API. A key feature of AXIOM is that it allows one to stop building the XML tree and just access the pull stream directly; thus enabling both maximum flexibility and maximum performance. This approach allows us to support multiple levels of abstraction for consuming and offering Web services: using plain AXIOM, using generated code and statically data-bound data types and so on. At the time of Axis1's design, RPC-style, synchronous, request-response interactions were the order of the day for Web services. Today service interactions are much more message
-oriented and exploit many different message exchange patterns. The Axis2 engine architecture is careful to not build in any assumptions of request-response patterns to ensure that it can be used easily to support arbitrary message exchange patterns.</description>
<shortDescription>Axis2 C</shortDescription>
<!-- the project home page -->
- <url>http://ws.apache.org/axis2/c</url>
+ <url>http://axis.apache.org/axis2/c/core/</url>
<issueTrackingUrl>http://issues.apache.org/jira/browse/AXIS2C</issueTrackingUrl>
- <siteAddress>ws.apache.org/axis2/c</siteAddress>
- <siteDirectory>/www/ws.apache.org/axis2/c</siteDirectory>
- <distributionDirectory>/www/ws.apache.org/builds/c</distributionDirectory>
+ <siteAddress>axis.apache.org/axis2/c/core/</siteAddress>
+ <siteDirectory>/www/axis.apache.org/axis2/c/core</siteDirectory>
<repository>
- <connection>scm|svn|http://svn.apache.org/repos/asf/webservices/axis2/trunk/c</connection>
- <developerConnection>scm|svn|https://svn.apache.org/repos/asf/webservices/axis2/trunk/c</developerConnection>
- <url>https://svn.apache.org/repos/asf/webservices/axis2/trunk/c/</url>
+ <connection>scm|svn|http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk</connection>
+ <developerConnection>scm|svn|https://svn.apache.org/repos/asf/axis/axis2/c/core/trunk</developerConnection>
+ <url>https://svn.apache.org/repos/asf/axis/axis2/c/core/trunk</url>
</repository>
<mailingLists>
<mailingList>
<name>Axis C Developer List</name>
<subscribe>c-dev-subscribe@axis.apache.org?subject=subscribe</subscribe>
<unsubscribe>c-dev-unsubscribe@axis.apache.org?subject=unsubscribe</unsubscribe>
- <archive>http://marc.theaimsgroup.com/?l=axis-c-dev&amp;r=1&amp;w=2</archive>
- <otherArchives>
- <otherArchive>http://markmail.org/search/list:org.apache.ws.axis-c-dev</otherArchive>
- </otherArchives>
+ <archive>http://mail-archives.apache.org/mod_mbox/axis-c-dev/</archive>
</mailingList>
<mailingList>
<name>Axis C User List</name>
<subscribe>c-user-subscribe@axis.apache.org?subject=subscribe</subscribe>
<unsubscribe>c-user-unsubscribe@axis.apache.org?subject=unsubscribe</unsubscribe>
- <archive>http://marc.theaimsgroup.com/?l=axis-c-user&amp;r=1&amp;w=2</archive>
- <otherArchives>
- <otherArchive>http://markmail.org/search/list:org.apache.ws.axis-c-user</otherArchive>
- </otherArchives>
+ <archive>http://mail-archives.apache.org/mod_mbox/axis-c-user/</archive>
</mailingList>
<mailingList>
<name>CVS Commit Message List</name>
<subscribe>c-commits-subscribe@axis.apache.org</subscribe>
<unsubscribe>c-commits-unsubscribe@axis.apache.org</unsubscribe>
<post>c-commits@axis.apache.org</post>
- <archive>http://markmail.org/search/list:org.apache.ws.axis-cvs</archive>
+ <archive>http://mail-archives.apache.org/mod_mbox/axis-c-commits/</archive>
</mailingList>
</mailingLists>