Author: ruwan Date: Sat Jan 17 09:17:35 2009 New Revision: 28876 URL: http://wso2.org/svn/browse/wso2?view=rev&revision=28876
Log: Adding the release-note html file Added: trunk/esb/java/docs/css/ trunk/esb/java/docs/css/esb-docs.css trunk/esb/java/docs/images/ trunk/esb/java/docs/images/ot-header-esb-bg.gif (contents, props changed) trunk/esb/java/release-note.xhtml Added: trunk/esb/java/docs/css/esb-docs.css URL: http://wso2.org/svn/browse/wso2/trunk/esb/java/docs/css/esb-docs.css?pathrev=28876 ============================================================================== --- (empty file) +++ trunk/esb/java/docs/css/esb-docs.css Sat Jan 17 09:17:35 2009 @@ -0,0 +1,94 @@ +body { + color: #000; + font-size: 11px; + font-family: Verdana, Arial, Helvetica, sans-serif; + background-image: url( ../images/ot-header-esb-bg.gif ); + background-repeat: no-repeat; + background-attachment: scroll; + background-position: left top; + text-decoration: none; + text-align: left; + padding: 74px 20px 20px; + list-style-type: square; + list-style-position: outside; +} + +p { + font-family: Verdana, Arial, Helvetica, sans-serif; +} + +td { + background-color: #f8f8f8; + padding: 3px 5px; + outline-color: gray; + outline-width: 0; +} + +a:link { + color: #36c; + font-size: 11px; + font-family: Verdana, Arial, Helvetica, sans-serif; +} + +a:visited { +} + +a:hover { + color: #7f7f7f; +} + +a:active { +} + +h1 { + color: gray; + font-size: 18px; + font-family: Arial, Helvetica, sans-serif; + font-weight: bold; + font-style: normal; + line-height: normal; + background-image: none; + background-repeat: no-repeat; + background-attachment: scroll; + background-position: left top; + text-decoration: none; + height: 30px; + padding-bottom: 5px; + border-bottom: 2px solid #663399; +} + +h2 { + color: black; + font-size: 13px; + font-family: Verdana, Arial, Helvetica, sans-serif; + font-weight: bold; + padding-bottom: 5px; + border-bottom: 1px solid #663399; +} + +h3 { + color: #3a3a3a; + font-size: 12px; + font-family: Verdana, Arial, Helvetica, sans-serif; + font-weight: 500; + padding-top: 10px; + padding-bottom: 4px; + border-bottom: 1px solid #663399; +} + +table { + background-color: #cbcbcb; + margin: 0; + padding: 1px; + border-style: solid; + border-width: 0; +} + +th { + padding-left: 5px; +} + +img { + background-color: gray; + padding: 1px; +} Added: trunk/esb/java/docs/images/ot-header-esb-bg.gif URL: http://wso2.org/svn/browse/wso2/trunk/esb/java/docs/images/ot-header-esb-bg.gif?pathrev=28876 ============================================================================== Binary file. No diff available. Added: trunk/esb/java/release-note.xhtml URL: http://wso2.org/svn/browse/wso2/trunk/esb/java/release-note.xhtml?pathrev=28876 ============================================================================== --- (empty file) +++ trunk/esb/java/release-note.xhtml Sat Jan 17 09:17:35 2009 @@ -0,0 +1,100 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE html + PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" + "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> + <head> + <title>WSO2 ESB v2.0-beta2 Released - 24th December 2008</title> + <link href="docs/css/esb-docs.css" rel="stylesheet"/> + </head> + <body> + <div id="header"> +</div> + +<div id="main-content"> +<h1>The WSO2 ESB 2.0-beta2 Released!</h1> + +<p>The WSO2 ESB team is pleased to announce the release of version 2.0-beta2 of +the Open Source Enterprise Service Bus (ESB).</p> + +<p>WSO2 ESB is a lightweight and easy-to-use Open Source Enterprise Service Bus +(ESB) available under the Apache Software License v2.0. WSO2 ESB allows +administrators to simply and easily configure message routing, intermediation, +transformation, logging, task scheduling, etc.. The runtime has been designed +to be completely asynchronous, non-blocking and streaming based on the Apache +Synapse core.</p> + +<p>WSO2 ESB 2.0-beta2 is developed on top of the revolutionary Carbon platform +(Middleware a la carte'), and is based on the OSGi framework to achieve the +better modularity for your SOA architecture. This also contains a lots of new +features and many other optional components to customize the behavior of the +server. All these components Further, if you do not want any of the built in +features, you can uninstall those features without any trouble. In other words, +this ESB can be customized to your SOA needs.</p> + +<p>You can download this distribution from <a +href="http://wso2.org/downloads/esb">http://wso2.org/downloads/esb</a> and give +it a try.</p> + +<h2>How to Run </h2> +<ol> + <li>Extract the downloaded zip</li> + <li>Go to the bin directory in the extracted folder</li> + <li>Run the wso2server.sh or wso2server.bat as appropriate</li> + <li>Point you browser to the URL https://localhost:9443/carbon</li> + <li>Use "admin", "admin" as the username and password to login as an admin + and create a user account</li> + + <li>Assign the required permissions to the user through a role</li> + <li>If you need to start the OSGi console with the server use the property + -DosgiConsole when starting the server</li> + <li>Samples configurations can be specified by passing the property + -Desb.sample=${SAMPLE_NUMBER}</li> +</ol> + +<h2>Key Features </h2> +<ol> + <li>Based on the OSGi based WSO2 Carbon platform. This is a unification of + all Java based products from WSO2.</li> + + <li>Enhanced fully internationalized User Interface</li> + <li>Separable frontend & backend - a single frontend server can be used + to administer several cluster of backend servers</li> + <li>EDA support with WS-Eventing</li> + <li>Graphical user management, role management and user permissions</li> + <li>Graphical keystore management support</li> + + <li>Graphical data sources editor for the DB mediators</li> + <li>Graphical event sources editor</li> + <li>Transport management</li> + <li>Enhanced integrated registry</li> + <li>Enhanced statistics, tracing and logging support</li> + <li>Server management integrated to the user interface (Graceful + Shutdown/Restart)</li> + + <li>Enhanced task, proxy service sequence and endpoint editors</li> + <li>Try-It tool integrated to the user interface</li> + <li>Now you can optionally have features from the web service application + server WSO2 WSAS and BPEL running on your ESB instance seamlessly + integrated onto ESB.</li> +</ol> + +<h2>Reporting Problems</h2> + +<p>All the known issues has been reported to +https://wso2.org/jira/browse/CARBON, and you are more than welcome to report +any issues to shape up the final release.</p> + +<h2>Contact Us </h2> + +<p>Please subscribe to our user or developer mailing lists. For details on how +to subscribe please visit: <a +href="http://wso2.org/mail#esb">http://wso2.org/mail#esb</a> </p> + +<p>We welcome your early feedback on this implementation. Thank you for your +interest in WSO2 ESB. </p> + +<p><i>-- The WSO2 ESB Team --</i> </p> +</div> + </body> +</html> \ No newline at end of file _______________________________________________ Esb-java-dev mailing list [email protected] https://wso2.org/cgi-bin/mailman/listinfo/esb-java-dev
