You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ode.apache.org by mr...@apache.org on 2007/04/13 21:30:47 UTC

svn commit: r528618 - /incubator/ode/trunk/README

Author: mriou
Date: Fri Apr 13 12:30:46 2007
New Revision: 528618

URL: http://svn.apache.org/viewvc?view=rev&rev=528618
Log:
Simple readme file.

Modified:
    incubator/ode/trunk/README

Modified: incubator/ode/trunk/README
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/README?view=diff&rev=528618&r1=528617&r2=528618
==============================================================================
--- incubator/ode/trunk/README (original)
+++ incubator/ode/trunk/README Fri Apr 13 12:30:46 2007
@@ -1 +1,33 @@
-Insert basic project information here. 
+==============
+  Apache ODE
+==============
+
+Apache ODE is a WS-BPEL compliant web services orchestration engine.
+It organizes web services calls following a process description
+written in BPEL. Another way to describe it would be a web service
+capable workflow engine.
+
+For more information check the following resources:
+
+ * Our web site: http://incubator.apache.org/ode
+ * The WS-BPEL 2.0 technical committee webinars linked here:
+     http://incubator.apache.org/ode/introduction.html
+
+Apache ODE is an open source project, as such we welcome all your
+help and contributions. To participate and get involved, our mailing
+lists are the best resources to start from:
+    http://incubator.apache.org/ode/mailing-lists.html
+
+Finally here is a non exhaustive but representative features list:
+
+ * Compliant with both BPEL4WS 1.1 and WS-BPEL 2.0.
+ * Deploys both as a WAR in any web container (using an Axis2-based
+ communication layer) or as a JBI service assembly.
+ * Small footprint server suitable for experimentation or 
+ single-server production use.
+ * Compiled approach to BPEL that provides detailed analysis and 
+ validation at the command line or at deployment.
+ * Processes hot deployment and management web service interface (war
+ deployment only).
+ * High level API to the engine that allows you to integrate the core
+ with virtually any communication layer or even embed it.
\ No newline at end of file