Author: azeez
Date: Fri Nov 14 10:01:36 2008
New Revision: 23962
URL: http://wso2.org/svn/browse/wso2?view=rev&revision=23962

Log:
1. Styles & README



Modified:
   trunk/wsas/java/carbon/distribution/README
   trunk/wsas/java/carbon/styles/src/main/resources/web/admin/css/main.css

Modified: trunk/wsas/java/carbon/distribution/README
URL: 
http://wso2.org/svn/browse/wso2/trunk/wsas/java/carbon/distribution/README?rev=23962&r1=23961&r2=23962&view=diff
==============================================================================
--- trunk/wsas/java/carbon/distribution/README  (original)
+++ trunk/wsas/java/carbon/distribution/README  Fri Nov 14 10:01:36 2008
@@ -1,30 +1,73 @@
-WSO2 WSAS ${wsas.version}
----------------------------
+WSO2 WSAS 3.0-alpha1
+--------------------
+Welcome to the WSO2 WSAS 3.0-alpha1 release
+
+WSO2 WSAS is an enterprise ready Web services engine powered by Apache Axis2 
and
+which offers a complete middleware solution. It is a lightweight, high 
performing
+platform for Service Oriented Architectures, enabling business logic and 
applications.
+Bringing together a number of Apache Web services projects, WSO2 WSAS provides 
a
+secure, transactional and reliable runtime for deploying and managing Web 
services.
+
+This is based on revolutionary the WSO2 Carbon framework. All the major 
features
+have been developed as pluggable Carbon components. We are releasing this as an
+early preview of the forthcoming WSAS 3.0 release and would appreciate your 
feedback.
 
-Key Features
+Key Features (These will be available in WSAS 3.0)
 ------------
 
-
+* Data services support - Expose you enterprise data as a services in a jiffy
+* WSAS IDE - Eclipse IDE integration
+* Clustering support for High Availability & High Scalability
+* Full support for WS-Security, WS-Trust, WS-Policy and WS-Secure Conversation 
and XKMS
+* EJB service provider support - Expose your EJBs as services
+* Axis1 backward compatibility - Deploy Axis1 services on WSAS & Engage 
advanced WS-* protocols in front of legacy services
+* JMX & Web interface based monitoring and management
+* WS-* & REST support
+* GUI, command line & IDE based tools for Web service development
 
 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. Separable frontend & backend - a single frontend server can be used to 
administer several
+   backend servers
+
 
 Training
 --------
 
+WSO2 Inc. offers a variety of professional Training Programs, including
+training on general Web services as well as WSO2 WSAS, Apache Axis2, Data 
Services
+and a number of other products.
 
+For additional support information please refer to
+http://wso2.com/training/course-catalog/
 
 
 Support
 -------
 
+WSO2 Inc. offers a variety of development and production support
+programs, ranging from Web-based support up through normal business
+hours, to premium 24x7 phone support.
+
+For additional support information please refer to http://wso2.com/support/
+
+For more information on WSO2 WSAS, visit the WSO2 Oxygen Tank (http://wso2.org)
 
+How to do various things with WSAS - WSAS HOWTO 
Series(http://wso2.org/library/2707)
 
 
 Known Issues
 ------------
 
+1. Login page fails to load on Internet Explorer
+2. Frequent session timeout
+3. Page redirection issues
 
 
 ---------------------------------------------------------------------------

Modified: 
trunk/wsas/java/carbon/styles/src/main/resources/web/admin/css/main.css
URL: 
http://wso2.org/svn/browse/wso2/trunk/wsas/java/carbon/styles/src/main/resources/web/admin/css/main.css?rev=23962&r1=23961&r2=23962&view=diff
==============================================================================
--- trunk/wsas/java/carbon/styles/src/main/resources/web/admin/css/main.css     
(original)
+++ trunk/wsas/java/carbon/styles/src/main/resources/web/admin/css/main.css     
Fri Nov 14 10:01:36 2008
@@ -186,7 +186,7 @@
 }
 
 div#menu ul.sub li.global {
-    background-image: url( ../../admin/images/menu_global_config.gif );
+    background-image: url( ../../admin/images/menu_global_se onfig.gif );
     background-repeat: no-repeat;
     background-position: left top;
     height: 16px;
@@ -1480,6 +1480,7 @@
         border-collapse: collapse;
         margin-left: 2px;
         font-size: 100%;
+        width: 100%;
     }
 
     table.styledLeft tbody tr td {
@@ -1487,11 +1488,20 @@
     }
 
     table.styledLeft thead th {
-        color: #FFF;
+        /*color: #FFF;
         background-color: #C5D2EB;
         border: #C5D2EB 1px solid;
         padding: 0 5px;
-        text-align:left;
+        text-align:left;*/
+        background-image:url(../images/header.gif);
+        background-position:0 0;
+        background-repeat:repeat-x;
+        border:1px solid #6E6E6E;
+        font-weight:bold;
+        height:20px;
+        line-height:20px;
+        margin-bottom:5px;
+        padding-left:8px;
     }
 
    /* Table: semi */

_______________________________________________
Wsas-java-dev mailing list
Wsas-java-dev@wso2.org
http://mailman.wso2.org/cgi-bin/mailman/listinfo/wsas-java-dev

Reply via email to