Author: azeez Date: Fri Jul 3 23:24:18 2009 New Revision: 40759 URL: http://wso2.org/svn/browse/wso2?view=rev&revision=40759
Log: Updated release file Modified: trunk/wsas/java/docs/xdoc/release_notes.xml trunk/wsas/java/docs/xdoc/user_guide.xml trunk/wsas/java/modules/distribution/README.txt trunk/wsas/java/modules/distribution/release-notes.html trunk/wsas/java/modules/samples/HelloWorld/src/org/wso2/wsas/sample/helloworld/HelloService.java Modified: trunk/wsas/java/docs/xdoc/release_notes.xml URL: http://wso2.org/svn/browse/wso2/trunk/wsas/java/docs/xdoc/release_notes.xml?rev=40759&r1=40758&r2=40759&view=diff ============================================================================== --- trunk/wsas/java/docs/xdoc/release_notes.xml (original) +++ trunk/wsas/java/docs/xdoc/release_notes.xml Fri Jul 3 23:24:18 2009 @@ -26,7 +26,7 @@ <h1>WSO2 Web Services Application Server(WSO2 WSAS) 3.1 Release Notes</h1> -<h3>6th February 2009</h3> +<h3>8th July 2009</h3> <p>WSO2 WSAS is the Enterprise ready Web services engine powered by Apache Axis2. @@ -91,24 +91,12 @@ <h2>New Features In This Release</h2> <ul> <li> - Based on the OSGi based WSO2 Carbon architecture. This is a - unification of all Java based products from WSO2. Now you can have - features from the lightweight super-fast WSO2 ESB & the super-cool WSO2 - MashupServer, running on your WSAS instance. You can mix and match the - functionality you require according to requirements of your enterprise. - The middleware can be adopted to your architecture. You could even - extend the middleware by developing your own middleware components. - </li> - <li>Enhanced admin UI</li> - <li>Extensible server admin framework</li> - <li>WS-Eventing support</li> - <li>Policy editor</li> - <li> - Separable frontend & backend - a single frontend server can be used - to administer several backend servers simultaneously + Various bug fixes & enhancements including architectural improvements + to Apache Axis2, Apache Rampart, Apache Sandesha2 + , WSO2 Carbon & other projects. </li> - <li> - Various bug fixes and enhancements. + <li>Experimental Equinox P2 based provisioning support - + extend your WSAS instance by installin new P2 features </li> </ul> @@ -150,11 +138,8 @@ <li>Apache Neethi (WS-Policy)</li> <li>WS-SecurityPolicy implementation in Axis2</li> <li>Apache XML Schema</li> - <li>Apache Derby (Database)</li> - <li>Hibernate (Persistence)</li> <li>Embedded Apache Tomcat</li> <li>Apache Tribes (Group Communications Framework)</li> - <li>Spring Framework</li> </ul> <h2>Tools</h2> Modified: trunk/wsas/java/docs/xdoc/user_guide.xml URL: http://wso2.org/svn/browse/wso2/trunk/wsas/java/docs/xdoc/user_guide.xml?rev=40759&r1=40758&r2=40759&view=diff ============================================================================== --- trunk/wsas/java/docs/xdoc/user_guide.xml (original) +++ trunk/wsas/java/docs/xdoc/user_guide.xml Fri Jul 3 23:24:18 2009 @@ -53,7 +53,7 @@ if you are using the default settings. This will take you to the welcome page of the WSO2 WSAS Console</p> -<img src="images/sign-in.png" border="1"/> +<img src="images/sign-in.png" border="1" alt="Sign-in"/> <p> Figure: Home Page </p> @@ -91,7 +91,7 @@ <a name="home"></a> <h2 id="Home">Home</h2> -<img src="images/home.png" border="1"/> +<img src="images/home.png" border="1" alt=""/> <p> Figure: Page displayed after successfully signing-in </p> @@ -103,7 +103,7 @@ <h2 id="Manage">Manage Services</h2> <p> - <img src="images/services.png" border="1"/> + <img src="images/services.png" border="1" alt=""/> </p> <p><strong>Figure: Services and Service Group Management</strong></p> @@ -119,7 +119,7 @@ <h2>Faulty Services</h2> -<image src="images/faulty-services1.png" border="1"/> +<img src="images/faulty-services1.png" border="1" alt=""/> <p> Figure: Number of Faulty Services </p> @@ -130,7 +130,7 @@ the Available Services page as <strong>[n] Faulty Service Group(s)</strong></p> -<image src="images/faulty-services.png" border="1"/> +<img src="images/faulty-services.png" border="1" alt=""/> <p> Figure: Faulty Services </p> @@ -143,7 +143,7 @@ <h3 id="Service1">Service Group Management:</h3> -<img src="images/service-groups.png" border="1"/> +<img src="images/service-groups.png" border="1" alt=""/> <p> Figure: Service Group Dashboard </p> @@ -168,7 +168,7 @@ <strong>service specific information</strong>> </p> -<img src="images/service.png" border="1"/> +<img src="images/service.png" border="1" alt=""/> <p> Figure: Service Dashboard </p> @@ -177,7 +177,7 @@ <p> The following image shows the options available for securing a service </p> -<img src="images/security.png" border="1"/> +<img src="images/security.png" border="1" alt=""/> <p> For more details see <a href="securityconfig/docs/userguide.html">here</a> </p> @@ -187,7 +187,7 @@ <p> Access throttling configuration for the HelloService is shown below. </p> -<img src="images/throttling.png" border="1"/> +<img src="images/throttling.png" border="1" alt=""/> <p> For more details see <a href="throttling/docs/userguide.html">here</a> </p> @@ -196,7 +196,7 @@ <p> Response caching configuration for the HelloService is shown below. </p> -<img src="images/caching.png" border="1"/> +<img src="images/caching.png" border="1" alt=""/> <p> For more details see <a href="caching/docs/userguide.html">here</a> </p> @@ -205,7 +205,7 @@ <p> Reliable Messaging Configuration for the HelloService is shown below. </p> -<img src="images/rm.png" border="1"/> +<img src="images/rm.png" border="1" alt=""/> <p> For more details see <a href="rm/docs/userguide.html">here</a> </p> @@ -214,7 +214,7 @@ <p> Policy editing options for the HelloService is shown below. </p> -<img src="images/policy.png" border="1"/> +<img src="images/policy.png" border="1" alt=""/> <p> For more details see <a href="policyeditor/docs/userguide.html">here</a> </p> Modified: trunk/wsas/java/modules/distribution/README.txt URL: http://wso2.org/svn/browse/wso2/trunk/wsas/java/modules/distribution/README.txt?rev=40759&r1=40758&r2=40759&view=diff ============================================================================== --- trunk/wsas/java/modules/distribution/README.txt (original) +++ trunk/wsas/java/modules/distribution/README.txt Fri Jul 3 23:24:18 2009 @@ -30,16 +30,11 @@ New Features In This Release ---------------------------- -1. Based on the OSGi based WSO2 Carbon architecture. This is a unification of - all Java based products from WSO2. Now you can have features from the - lighweight superfast WSO2 ESB & the super-cool WSO2 MashupServer, running on - your WSAS instance. -2. Enhanced admin UI -3. Extensible server admin framework -4. WS-Eventing support -5. Policy editor -6. Separable frontend & backend - a single frontend server can be used to - administer several backend servers +1. Various bug fixes & enhancements including architectural improvements + to Apache Axis2, Apache Rampart, Apache Sandesha2 , WSO2 Carbon & + other projects. +2. Experimental Equinox P2 based provisioning support - + extend your WSAS instance by installin new P2 features Installation & Running ---------------------- @@ -107,7 +102,8 @@ Contains all log files created during execution - repository - The repository where services and modules deployed in WSO2 WSAS + The repository where Carbon artifacts & + Axis2 services and modules deployed in WSO2 WSAS are stored. In addition to this other custom deployers such as dataservices, axis1services and pojoservices are also stored. Modified: trunk/wsas/java/modules/distribution/release-notes.html URL: http://wso2.org/svn/browse/wso2/trunk/wsas/java/modules/distribution/release-notes.html?rev=40759&r1=40758&r2=40759&view=diff ============================================================================== --- trunk/wsas/java/modules/distribution/release-notes.html (original) +++ trunk/wsas/java/modules/distribution/release-notes.html Fri Jul 3 23:24:18 2009 @@ -16,17 +16,17 @@ <html> <head> <meta http-equiv="content-type" content=""/> - <title>WSO2 Web Services Application Server ${product.version} Release + <title>WSO2 Web Services Application Server 3.1 Release Notes</title> <link href="./tools/cmd/css/wsas-dist-doc.css" rel="stylesheet" type="text/css" media="all"/> </head> <body> -<h1>WSO2 Web Services Application Server(WSO2 WSAS) ${product.version} +<h1>WSO2 Web Services Application Server(WSO2 WSAS) 3.1 Release Notes</h1> -<h3>6th February 2009</h3> +<h3>8th July 2009</h3> <p>WSO2 WSAS is the Enterprise ready Web services engine powered by Apache Axis2. @@ -91,24 +91,12 @@ <h2>New Features In This Release</h2> <ul> <li> - Based on the OSGi based WSO2 Carbon architecture. This is a - unification of all Java based products from WSO2. Now you can have - features from the lightweight super-fast WSO2 ESB & the super-cool WSO2 - MashupServer, running on your WSAS instance. You can mix and match the - functionality you require according to requirements of your enterprise. - The middleware can be adopted to your architecture. You could even - extend the middleware by developing your own middleware components. - </li> - <li>Enhanced admin UI</li> - <li>Extensible server admin framework</li> - <li>WS-Eventing support</li> - <li>Policy editor</li> - <li> - Separable frontend & backend - a single frontend server can be used - to administer several backend servers simultaneously + Various bug fixes & enhancements including architectural improvements + to Apache Axis2, Apache Rampart, Apache Sandesha2 + , WSO2 Carbon & other projects. </li> - <li> - Various bug fixes and enhancements. + <li>Experimental Equinox P2 based provisioning support - + extend your WSAS instance by installin new P2 features </li> </ul> @@ -150,11 +138,8 @@ <li>Apache Neethi (WS-Policy)</li> <li>WS-SecurityPolicy implementation in Axis2</li> <li>Apache XML Schema</li> - <li>Apache Derby (Database)</li> - <li>Hibernate (Persistence)</li> <li>Embedded Apache Tomcat</li> <li>Apache Tribes (Group Communications Framework)</li> - <li>Spring Framework</li> </ul> <h2>Tools</h2> @@ -234,10 +219,6 @@ </li> </ol> -<p></p> - -<p></p> - <h2>Reporting Problems</h2> <br/> Issues can be reported using the public JIRA available at @@ -260,7 +241,7 @@ <br/> Alternatively, questions can also be raised in the WSAS forum: <br/> -<strong>Forum </strong> +<strong>Forum</strong> <a href="http://www.wso2.org/forum/184" target="_blank">http://www.wso2.org/forum/184</a> <br/> Modified: trunk/wsas/java/modules/samples/HelloWorld/src/org/wso2/wsas/sample/helloworld/HelloService.java URL: http://wso2.org/svn/browse/wso2/trunk/wsas/java/modules/samples/HelloWorld/src/org/wso2/wsas/sample/helloworld/HelloService.java?rev=40759&r1=40758&r2=40759&view=diff ============================================================================== --- trunk/wsas/java/modules/samples/HelloWorld/src/org/wso2/wsas/sample/helloworld/HelloService.java (original) +++ trunk/wsas/java/modules/samples/HelloWorld/src/org/wso2/wsas/sample/helloworld/HelloService.java Fri Jul 3 23:24:18 2009 @@ -21,6 +21,9 @@ import org.apache.axis2.clustering.state.Replicator; import org.apache.axis2.clustering.ClusteringFault; +import java.util.Iterator; +import java.util.Properties; + /** * Helloworld service implementation */ @@ -36,6 +39,15 @@ } catch (ClusteringFault clusteringFault) { clusteringFault.printStackTrace(); } + + System.out.println("+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++"); + Properties properties = System.getProperties(); + for(Iterator iter = properties.keySet().iterator(); iter.hasNext();){ + Object key = iter.next(); + System.out.println(key + "=" + properties.getProperty((String) key)); + } + System.out.println("+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++"); + if (name != null) { return "Hello World, " + name + " !!!"; } else { _______________________________________________ Wsas-java-dev mailing list [email protected] https://wso2.org/cgi-bin/mailman/listinfo/wsas-java-dev
