[wsas-java-dev] svn commit r83 - in wsas/java/trunk: . etc modules/servlet-edition xdocs

svn at wso2.com svn at wso2.com
Fri Dec 1 09:15:05 PST 2006


Author: azeez
Date: Fri Dec  1 09:15:05 2006
New Revision: 83

Modified:
   wsas/java/trunk/README.txt
   wsas/java/trunk/etc/src-dist-README.txt
   wsas/java/trunk/modules/servlet-edition/README.txt
   wsas/java/trunk/xdocs/installationguide.html
Log:
Updated READMEs

Modified: wsas/java/trunk/README.txt
==============================================================================
--- wsas/java/trunk/README.txt	(original)
+++ wsas/java/trunk/README.txt	Fri Dec  1 09:15:05 2006
@@ -1,24 +1,26 @@
 WSO2 WSAS v at wso2wsas_version@ - Standalone Edition for Java
 -----------------------------------------------------------
 
-http://www.wso2.com/products/wso2wsas
-
 Welcome to the WSO2 WSAS @wso2wsas_version@ release
 
 Whats new
 ---------
 
-* Built in Tracer/Message Monitor
-* View and Delete Service Groups
-* Improved administration and removed admin from insecure port
-* RSS/Atom feeds (link from Services page)
-* Improved bottom-up (code-first) scenario
-* Improved statistics (min/max/average response times)
-* Support for WSRM + WSSecurity on two-way interactions
-* Engagement of modules is now persistent.
-* Display operation parameters properly.
-* Stub Generation
-* XDHTML Client	
+* WS-Trust & WS-SecureConversation support
+* Improved WS-Security support, including signing & encryption,
+  demonstrated using samples
+* WS-SecurityPolicy driven configuration for Apache Rampart
+* In-built Spring Support including the ability to upload spring beans and
+  expose them as Web services.
+* Improved System, Service & operation statistics
+* Improved Logging configuration
+* Transport management
+* Keystore and certificate management
+* Runs on Geronimo App server
+* SMTP & JMS transport support
+* Ability to add/remove transport bindings to services
+* Grpahical & textual views of message flows
+* Limited WSDL 2.0 support
 
 Known Issues
 ------------
@@ -29,10 +31,11 @@
 
 2. POJO to Web service feature is still at an experimental stage. 
 One can upload jar/zip file and can create an AAR out of it. 
-If you uploaded a jar/zip file which has the semantics of an AAR, 
-when its transformed into AAR its services.xml will be replaced by the 
-generated services.xml. In addition to this, the user cannot associate
-any library dependencies or web content with the generated AAR file.
+If you uploaded a jar/zip file which has a services.xml file in its
+META_INF directory, when its transformed into AAR its services.xml
+will be replaced by the generated services.xml. In addition to this,
+the user cannot associate any library dependencies or web content with
+the generated AAR file.
 
 Due to limitations in Axis2, method overloading is not supported, and
 hence the WSDL for services where methods are overloaded cannot be generated.

Modified: wsas/java/trunk/etc/src-dist-README.txt
==============================================================================
--- wsas/java/trunk/etc/src-dist-README.txt	(original)
+++ wsas/java/trunk/etc/src-dist-README.txt	Fri Dec  1 09:15:05 2006
@@ -0,0 +1,108 @@
+WSO2 WSAS v at wso2wsas_version@ Java - Source Distribution
+--------------------------------------------------------
+
+Welcome to the WSO2 WSAS @wso2wsas_version@ source distributiuon
+
+Whats new
+---------
+
+* WS-Trust & WS-SecureConversation support
+* Improved WS-Security support, including signing & encryption,
+  demonstrated using samples
+* WS-SecurityPolicy driven configuration for Apache Rampart
+* In-built Spring Support including the ability to upload spring beans and
+  expose them as Web services.
+* Improved System, Service & operation statistics
+* Improved Logging configuration
+* Transport management
+* Keystore and certificate management
+* Runs on Geronimo App server
+* SMTP & JMS transport support
+* Ability to add/remove transport bindings to services
+* Grpahical & textual views of message flows
+* Limited WSDL 2.0 support
+
+Known Issues
+------------
+
+1. The AJAX dynamic client feature is still at an experimental stage.
+It has been successfully tested for simple types, simple type arrays
+and complex types but we still do not support complex type arrays.
+
+2. POJO to Web service feature is still at an experimental stage.
+One can upload jar/zip file and can create an AAR out of it.
+If you uploaded a jar/zip file which has a services.xml file in its
+META_INF directory, when its transformed into AAR its services.xml
+will be replaced by the generated services.xml. In addition to this,
+the user cannot associate any library dependencies or web content with
+the generated AAR file.
+
+Due to limitations in Axis2, method overloading is not supported, and
+hence the WSDL for services where methods are overloaded cannot be generated.
+Hence all WSDL based functionality related to services will not work for
+such services.
+
+3. Once in a while user might encounter the message
+    "Your session has expired please login".
+When this happens, you will be automatically logged out and you would need
+to login again to continue your work.
+
+4. WS-Policy support is still in the experimental stage and limited to single
+port scenarios.
+
+5. You cannot have two different versions of the Apache Sandesha2 module
+in the system.
+
+System Requirements
+-------------------
+1. Java Runtime Environment 1.4 or 1.5
+2. Maven 1.0.2 (http://maven.apache.org/
+3. Operating System
+    Tested on Windows XP, Linux(Fedora core, Ubuntu and Gentoo), Mac OS X
+
+
+Setting Up the Environment and Tools
+-------------------------------------
+Maven:
+
+The WSO2 WSAS build is based on Maven. Hence the prerequisites to build WSO2 WSAS
+from source distribution is to have Maven & JDK installed. Extensive instruction
+guides are available at the Maven site.
+
+This guide however contains the easiest path for quick environment setting.
+Advanced users who wish to know more about Maven can visit here.
+
+    * MS Windows
+       1. Download and run the Windows installer package
+       2. Set the 'Environment Variables'
+            ( create system variable MAVEN_HOME and edit path.
+            eg: "C:\Program Files\Apache Software Foundation\maven-1.0.2";
+                path %MAVEN_HOME%\bin)
+       3. Make sure that system variable JAVA_HOME is set to the location of your JDK,
+         eg. C:\Program Files\Java\jdk1.5.0_02
+       4. Run maven --version to verify that it is correctly installed.
+
+    * Unix based OS (Linux etc)
+
+The tar ball or the zip archive is the best option. Once the archive is downloaded
+expand it to a directory of choice and set the environment variable MAVEN_HOME and
+add MAVEN_HOME/bin to the path as well. More instructions for installing Maven in
+Unix based operating systems can be found here.
+
+Once Maven is properly installed you can start building WSO2 WSAS.
+Building WSO2 WSAS from the Source Distribution
+
+The source distribution is available as a zipped archive. All the necessary build
+scripts are included with the source distribution. Expand the source archive to a
+directory of your choice. You can run the following commands inside that directory
+to build WSO2 WSAS.
+
+List of commands that can be run are as follows:
+
+Note: The first time you run Maven it will automatically download
+the dependent jars. Therefore, first run will take more time.
+Maven release 	To create the complete release artifacts including
+Standalone Edition, Servlet Edition, and source distributions.
+
+maven dist -	To create Standalone Edition and Servlet Edition distributions.
+maven jar  -	Compiling and building the jars
\ No newline at end of file

Modified: wsas/java/trunk/modules/servlet-edition/README.txt
==============================================================================
--- wsas/java/trunk/modules/servlet-edition/README.txt	(original)
+++ wsas/java/trunk/modules/servlet-edition/README.txt	Fri Dec  1 09:15:05 2006
@@ -1,5 +1,57 @@
-WSO2 WSAS v at wso2wsas_version@ - Servlet Edition Installation
-------------------------------------------------------------
+WSO2 WSAS v at wso2wsas_version@ - Servlet Edition
+-----------------------------------------------
+
+Welcome to the WSO2 WSAS @wso2wsas_version@ release
+
+Whats new
+---------
+
+* WS-Trust & WS-SecureConversation support
+* Improved WS-Security support, including signing & encryption,
+  demonstrated using samples
+* WS-SecurityPolicy driven configuration for Apache Rampart
+* In-built Spring Support including the ability to upload spring beans and
+  expose them as Web services.
+* Improved System, Service & operation statistics
+* Improved Logging configuration
+* Transport management
+* Keystore and certificate management
+* Runs on Geronimo App server
+* SMTP & JMS transport support
+* Ability to add/remove transport bindings to services
+* Grpahical & textual views of message flows
+* Limited WSDL 2.0 support
+
+Known Issues
+------------
+
+1. The AJAX dynamic client feature is still at an experimental stage.
+It has been successfully tested for simple types, simple type arrays
+and complex types but we still do not support complex type arrays.
+
+2. POJO to Web service feature is still at an experimental stage.
+One can upload jar/zip file and can create an AAR out of it.
+If you uploaded a jar/zip file which has a services.xml file in its
+META_INF directory, when its transformed into AAR its services.xml
+will be replaced by the generated services.xml. In addition to this,
+the user cannot associate any library dependencies or web content with
+the generated AAR file.
+
+Due to limitations in Axis2, method overloading is not supported, and
+hence the WSDL for services where methods are overloaded cannot be generated.
+Hence all WSDL based functionality related to services will not work for
+such services.
+
+3. Once in a while user might encounter the message
+    "Your session has expired please login".
+When this happens, you will be automatically logged out and you would need
+to login again to continue your work.
+
+4. WS-Policy support is still in the experimental stage and limited to single
+port scenarios.
+
+5. You cannot have two different versions of the Apache Sandesha2 module
+in the system.
 
 General Installation Steps
 --------------------------

Modified: wsas/java/trunk/xdocs/installationguide.html
==============================================================================
--- wsas/java/trunk/xdocs/installationguide.html	(original)
+++ wsas/java/trunk/xdocs/installationguide.html	Fri Dec  1 09:15:05 2006
@@ -26,7 +26,7 @@
 Edition</strong> or in other words, installing WSO2 WSAS into a J2EE
 compliant servlet container.</p>
 
-<p>For the more adventurous user WSO2 WSAS can also be built using the
+<p>For the more adventurous user, WSO2 WSAS can also be built using the
 <strong>source distribution</strong> provided with this release. The third
 section of this installation guide will explain how to build WSO2 WSAS using
 this source distribution.</p>




More information about the Wsas-java-dev mailing list