Author: hiranya Date: Mon May 25 03:47:25 2009 New Revision: 36747 URL: http://wso2.org/svn/browse/wso2?view=rev&revision=36747
Log: Fixing a couple of typos in the documentation Modified: trunk/esb/java/INSTALL.txt trunk/esb/java/README.txt Modified: trunk/esb/java/INSTALL.txt URL: http://wso2.org/svn/browse/wso2/trunk/esb/java/INSTALL.txt?rev=36747&r1=36746&r2=36747&view=diff ============================================================================== --- trunk/esb/java/INSTALL.txt (original) +++ trunk/esb/java/INSTALL.txt Mon May 25 03:47:25 2009 @@ -11,7 +11,7 @@ 2. All the shell scripts and .bat files are available in CARBON_HOME/bin folder. 3. To start ESB one can use either wso2server.sh or daemon.sh in all Unix - system & wso2server.bat file on Windows operating systems. + systems & wso2server.bat file on Windows operating systems. 4. Either of the following commands can be used to start ESB i) ./wso2server.sh {console|start|stop|restart|status|dump|version} Modified: trunk/esb/java/README.txt URL: http://wso2.org/svn/browse/wso2/trunk/esb/java/README.txt?rev=36747&r1=36746&r2=36747&view=diff ============================================================================== --- trunk/esb/java/README.txt (original) +++ trunk/esb/java/README.txt Mon May 25 03:47:25 2009 @@ -10,7 +10,7 @@ to be completely asynchronous, non-blocking and streaming based on the Apache Synapse core. -This is based on revolutionary the WSO2 Carbon [Middleware a' la carte] framework. +This is based on the revolutionary WSO2 Carbon [Middleware a' la carte] framework. All the major features have been developed as pluggable Carbon components. Key Features @@ -24,7 +24,7 @@ constant memory usage. 3. Built in Registry/Repository, facilitating dynamic updating and reloading of the configuration and associated resources (e.g. XSLTs, XSD, JS, ..) -4. Easily extended via custom Java class (mediator and command)/Spring mediators, +4. Easily extendable via custom Java class (mediator and command)/Spring mediators, or BSF Scripting languages (Javascript, Ruby, Groovy, etc.) 5. Built in support for scheduling tasks using the Quartz scheduler. 6. Load-balancing (with or without sticky sessions) /Fail-over, and clustered @@ -33,7 +33,7 @@ (message/operation/service level) WS-Policies 8. Lightweight, XML and Web services centric messaging model 9. Support for industrial standards (Hessian binary web service protocol/Financial - information exchange protocol) + Information eXchange protocol) 10. Enhanced support for the VFS/JMS/Mail transports 11. Support for message splitting & aggregation using the EIP 12. Database lookup & store support with DBMediators with reusable database _______________________________________________ Esb-java-dev mailing list [email protected] https://wso2.org/cgi-bin/mailman/listinfo/esb-java-dev
