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 19:26:18 UTC

svn commit: r528561 - /incubator/ode/trunk/RELEASE_NOTES

Author: mriou
Date: Fri Apr 13 10:26:17 2007
New Revision: 528561

URL: http://svn.apache.org/viewvc?view=rev&rev=528561
Log:
Wrote release notes, please have a look if you're checking this commit.

Modified:
    incubator/ode/trunk/RELEASE_NOTES

Modified: incubator/ode/trunk/RELEASE_NOTES
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/RELEASE_NOTES?view=diff&rev=528561&r1=528560&r2=528561
==============================================================================
--- incubator/ode/trunk/RELEASE_NOTES (original)
+++ incubator/ode/trunk/RELEASE_NOTES Fri Apr 13 10:26:17 2007
@@ -1 +1,43 @@
-Add notes for coming release. 
+========================
+Apache ODE Release Notes
+========================
+
+Apache ODE 1.0 is the first official incubator release of ODE. As 
+such this release notes can only be partial as the current code is a 
+result of several code donations and months of development in the 
+incubator, an exhaustive list is therefore almost impossible to 
+build. So these first release notes are going to be closer to a
+features list.
+
+Apache ODE 1.0 requires Java 1.5.x.
+
+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 README file.
+ * 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