You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by er...@apache.org on 2006/11/21 21:05:38 UTC

svn commit: r477861 - /incubator/cxf/web/index.html

Author: ericjohnson
Date: Tue Nov 21 12:05:38 2006
New Revision: 477861

URL: http://svn.apache.org/viewvc?view=rev&rev=477861
Log:
swapped out complicated one with redirect page.

Modified:
    incubator/cxf/web/index.html

Modified: incubator/cxf/web/index.html
URL: http://svn.apache.org/viewvc/incubator/cxf/web/index.html?view=diff&rev=477861&r1=477860&r2=477861
==============================================================================
--- incubator/cxf/web/index.html (original)
+++ incubator/cxf/web/index.html Tue Nov 21 12:05:38 2006
@@ -1,101 +1,14 @@
-<html>
-  <head>
-    <title>CeltiXfire - An Open Source Service Framework</title>
-	<link rel="stylesheet" href="site.css" type="text/css" />
-    <META http-equiv="Content-Type" content="text/html; charset=UTF-8">	    
-  </head>
-  <body>
-<div id="disclaimer">
-  <p><img src="images/apache-incubator-logo.png" border="0" class="apacheLogo" /><em>Apache CeltiXfire is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Incubator PMC. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.</em></p>
-</div>
-<div id="navMenu">
-<h1>General</h1>
-<ul>
-<li><a href="index.html">Home</a></li>
-<li><a href="news.html">News</a></li>
-<li><a href="docs/index.html">Documentation</a></li>
-<li><a href="roadmap.html">Roadmap</a></li>
-<li><a href="http://www.apache.org">ASF</a></li>
-<li><a href="license.txt">License</a></li>
-</ul>
-<h1>Community</h1>
-<ul>
-<li><a href="get_involved.html">Get Involved</a></li>
-<li><a href="mail_list.html">Mailing Lists</a></li>
-<li><a href="docs/faq.html">FAQs</a></li>
-<li><a href="https://issues.apache.org/jira/browse/CXF">Issue Tracking</a></li>
-<li><a href="http://cwiki.apache.org/confluence/display/CXF/Index">Wiki</a></li>
-</ul>
-<h1>Development</h1>
-<ul>
-<li><a href="source.html">Source Code</a></li>
-<li><a href="http://cwiki.apache.org/confluence/display/CXF/Building">Building</a><li>
-<li><a href="http://cwiki.apache.org/confluence/display/CXF/Setting+up+Eclipse">Setting up Eclipse</a></li>
-<li><a href="designs.html">Design Documentation</a></li>
-</ul>
-<h1>Legacy</h1>
-<ul>
-<li><a href="http://celtix.objectweb.org/">Celtix</a></li>
-<li><a href="http://xfire.codehaus.org/">Codehaus XFire</a><li>
-</ul>
-</div>
-<div id="main">
-<h1>Apache Incubator CeltiXfire: An Open Source Service Framework</h1>
-<h2>Overview</h2>
-
-<p>The goal of the Apache Incubator CeltiXfire project is to deliver a high performance, fully featured services framework that is intuitive and easy to use. CeltiXfire will also implement important JCP and web services standards. Apache Incubator CeltiXfire simplifies the construction, integration, and flexible reuse of technical and business components using a standards-based, service-oriented architecture (SOA).<br/>
-Using Apache Incubator CeltiXfire, services are defined using WSDL contracts and can be accessed using a number of different message formats (or bindings) and network protocols (or transports) including SOAP over HTTP, SOAP over JMS, XML over HTTP, and XML over JMS. Apache Incubator CeltiXfire has been designed to provide a pluggable architecture that supports not only XML but also non-XML type bindings in combination with any type of transport. Apache Incubator CeltiXfire will also support several programming languages like JAX-WS, JBI, SCA, and CORBA services and is designed for flexible deployment in a variety of containers including Spring-based, JBI, SCA, Servlet and J2EE containers. The broad range of flexibility makes it possible to create and integrate web services and legacy services using a single framework.</p>
-
-<h2>Goals</h2>
-<h3>Usability and Performance</h3>
-<ul>
-<li>Fast &amp; Flexible </li>
-<li>Intuitive &amp; Easy to Use</li>
-</ul>
-<h3>Support for Multiple Standards </h3>
-<ul>
-<li>JAX-WS, JAX-WSA, JSR-181, and SAAJ </li>
-<li>SOAP 1.1, 1.2, WS-I BasicProfile, WS-Security, WS-Addressing, WS-RM and WS-Policy</li>
-<li>WSDL 1.1 and 2.0</li>
-<li>MTOM</li>
-</ul>
-<h3>Multiple Network Protocols (Transports) and Message Formats (Bindings)</h3>
-<ul>
-<li>JAXB 2.0</li>
-<li>Including StAX-based streaming XML</li>
-<li>Built-in support for SOAP and XML over http, JMS, and Jabber transports</li>
-<li>Extensibility API allows additional bindings for CeltiXfire, enabling additional message format support such as CSV and fixed record length</li>
-<li>Data bindings include XML Beans, Castor, and JiBX</li>
-</ul>
-<h3>Flexible Deployment</h3>
-<ul>
-<li>Lightweight containers: deploy services in Tomcat or Spring-based containers </li>
-<li>JBI integration: deploy as a service engine in a JBI container such as ServiceMix, OpenESB or Petals</li>
-<li>SCA integration: deploy in an SCA container such as Tuscany</li>
-<li>J2EE integration: deploy services in J2EE application servers such as Geronimo, JOnAS, JBoss, WebLogic, and WebSphere</li>
-<li>Standalone Java client/server</li>
-</ul>
-<h3>Support for Multiple Programming Languages</h3>
-<ul>
-<li>Full support for JAX-WS 2.0 client/server programming model</li>
-<li>JAX-WS 2.0 synchronous, asynchronous and one-way API's</li>
-<li>JAX-WS 2.0 Dynamic Invocation Interface (DII) API</li>
-<li>Support for wrapped and non-wrapped styles</li>
-<li>XML messaging API</li>
-<li>Support for JavaScript and ECMAScript 4 XML (E4X) - both client and server</li>
-<li>Support for CORBA with Yoko</li>
-<li>Support for SCA withTuscany</li>
-<li>Support for JBI with ServiceMix</li>
-</ul>
-<h3>Code Generation</h3>
-<ul>
-<li>Java to WSDL</li>
-<li>WSDL to Java</li>
-<li>XSD to WSDL</li>
-<li>WSDL to XML</li>
-<li>WSDL to SOAP</li>
-<li>WSDL to service</li>
-</ul>
-</div>
+<html>
+<head>
+<title>CeltiXfire - An Open Source Service Framework</title>
+<META HTTP-EQUIV="Refresh" CONTENT="0; URL=http://cwiki.apache.org/CXF/">
+</head>
+<body>
+<blockquote>
+This page has moved. If your browser doesn't automatically redirect to
+its new location, click
+<a href="http://cwiki.apache.org/CXF/">
+here</a>.
+</blockquote>
 </body>
-</html>
\ No newline at end of file
+</html>