You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by sc...@apache.org on 2009/09/01 15:47:31 UTC

svn commit: r810048 - /incubator/uima/uimaj/trunk/uimaj-distr/src/main/readme/README

Author: schor
Date: Tue Sep  1 13:47:30 2009
New Revision: 810048

URL: http://svn.apache.org/viewvc?rev=810048&view=rev
Log:
[UIMA-1539] initial update for README - more needed

Modified:
    incubator/uima/uimaj/trunk/uimaj-distr/src/main/readme/README

Modified: incubator/uima/uimaj/trunk/uimaj-distr/src/main/readme/README
URL: http://svn.apache.org/viewvc/incubator/uima/uimaj/trunk/uimaj-distr/src/main/readme/README?rev=810048&r1=810047&r2=810048&view=diff
==============================================================================
--- incubator/uima/uimaj/trunk/uimaj-distr/src/main/readme/README (original)
+++ incubator/uima/uimaj/trunk/uimaj-distr/src/main/readme/README Tue Sep  1 13:47:30 2009
@@ -1,7 +1,34 @@
 
-			Apache UIMA (Unstructured Information Management Architecture) v2.2.2
+			Apache UIMA (Unstructured Information Management Architecture) v2.3.0
 		   -----------------------------------------------------------------------
 
+What's New in 2.3.0
+-------------------
+
+  Components
+  ----------
+  
+  UIMA-AS was moved out of the Sandbox to the top level.
+  The Cas Editor was moved out of the Sandbox and is a fully integrated tool within the main UIMA project.
+  Several components were added to the Sandbox release - see the README for that for details.    
+ 
+  Performance
+  -----------
+
+  Communication between Clients and Remote Services now use a "Delta CAS" protocol, where only the changes
+  from the Remote Service are sent back to the client.
+  
+  A new and more efficient form of serialization for CASes going to and from Remote Services via UIMA-AS,
+  called binary serialization, is available.
+
+ 
+  Robustness
+  ----------
+  
+  UIMA-AS has had many enhancements to handling unusual and error situations, based on feedback from the
+  initial release.
+
+
 Supported Platforms
 --------------------
 
@@ -18,7 +45,7 @@
 ----------------------
 
 After you have unpacked the Apache UIMA distribution from the package of your choice (e.g. .zip or .gz), 
-you must perform the steps below to set up UIMA so that it will function properly.
+perform the steps below to set up UIMA so that it will function properly.
 
     * Set JAVA_HOME to the directory of your JRE installation you would like to use for UIMA.  
     * Set UIMA_HOME to the apache-uima directory of your unpacked Apache UIMA distribution
@@ -30,8 +57,8 @@
       you must either have java in your PATH or set the environment variable JAVA_HOME to a 
       suitable JRE.
 
-    Note: The Mac OS X operating system has special procedures for setting up global environment
-    variables; see http://developer.apple.com/qa/qa2001/qa1067.html for how to do this.
+    Note: The Mac OS X operating system procedures for setting up global environment
+    variables are described here: see http://developer.apple.com/qa/qa2001/qa1067.html.
       
       
 Verifying Your Installation