web pages url updates
[jabaws.git] / website / man_about.html
index 9bfd4eb..e37fd95 100644 (file)
@@ -37,7 +37,7 @@
                JABAWS</a>      \r
                <a href="man_server_dev.html" >JABAWS Development</a>\r
        </div>\r
-       <a href="http://www.compbio.dundee.ac.uk/downloads/jabaws">Download</a>\r
+       <a href="http://www.compbio.dundee.ac.uk/download">Download</a>\r
        <a href="PublicAnnualStat" title="JABAWS usage statistics">Usage Statistics</a>\r
      <a href="ServiceStatus" title="JABAWS webservices status. Click to test all web services. Please be patient while the services are being checked">Services Status</a>\r
        <a href="contacts.html">Contact Us</a>\r
@@ -53,7 +53,9 @@
   <li><a href="#wisjaba">What is JABAWS?</a></li>\r
   <li><a href="#wjaba">JABAWS Benefits</a></li>\r
   <li><a href="#alprog">JABA Web Services Programs </a></li>\r
+  <li><a href="#jaba2">What is new in JABAWS 2?</a> </li>\r
   <li><a href="#jabaclient">What is JABAWS Client</a>?</li>\r
+  <li><a href="#jalviewsup">JABAWS versions compatibility and Jalview support </a></li>\r
   <li><a href="#cmdclient">Programmatic access to JABAWS</a></li>\r
   </ul>\r
 \r
 <p>Amino Acid conservation </p>\r
 <ul>\r
   <li><span style="color:black; font-weight:normal; text-align:left;"><a href="http://www.compbio.dundee.ac.uk/aacon">AACon</a></span> (1.0) </li>\r
-</ul>\r
-<h3><a name="jabaclient" id="jabaclient"></a>What is JABAWS client?</h3>\r
+  </ul>\r
+<h3><a name="jaba2"></a>What is new in JABAWS 2? </h3>\r
+<p>Comparing to previous version of JABAWS JABAWS 2  offers a greater number of diverse web services, Amazon EC 2 integration and improved easy of use. It contains </p>\r
+<ul><li>updates for all multiple sequence alignment services </li>\r
+  <li>four new protein disorder prediction services</li>\r
+  <li>Clustal Omega multiple sequence alignment web service  </li>\r
+  <li>amino acid conservation service  </li>\r
+  <li>web services execution statistics visialization </li>\r
+  <li>web services  status check from a web page    </li>\r
+  <li>VirtualBox support was dropped in favour of VMware</li>\r
+  <li>new WAR package for Mac users    </li>\r
+  <li>Amazon Machine Image (AMI) distributive to enable users to use JABAWS on the EC2 cloud    </li>\r
+  <li>Improved web services client API     </li>\r
+  <li>Simplified WAR package installation  </li>\r
+  </ul>\r
+  \r
+    <h3><a name="jabaclient" id="jabaclient"></a>What is JABAWS client?</h3>\r
+\r
 <p>A JABAWS client is a program that lets you run the bioinformatics methods for which a JABAWS server provides web services. \r
 The most basic JABAWS client is a command line Java application which can call any of the JABAWS web services methods \r
 on any instance of JABAWS Server that it can reach over the web. It is useful if you \r
@@ -105,12 +123,15 @@ specific details. The client is open source, so you can also use its source code
 out how to work with JABA Web Services if you would like to write your own client \r
 software. <a href="http://www.jalview.org/">Jalview</a>, which is a multiple sequence alignment and analysis application, provides a graphical JABAWS client. This client has the same \r
 functionality as the command line client, but instead allows JABAWS services to be accessed in a more user-friendly manner, through a graphical user interface.</p>\r
+<h3><a name="jalviewsup"></a>JABAWS versions compatibility and Jalview support </h3>\r
+<p>JABAWS version 2 is fully backward compatible with JABAWS  version 1. That means that all JABAWS 1 clients should be able to use JABAWS 2  instead. However, they will be limited to the multiple sequence alignment web  services only. To benefit of new web services introduced in JABAWS 2 the  clients have to be updated. <br>\r
+Jalview since version 2.6.1 integrates fully with JABAWS 1. Therefore  it will be possible to use any versions of Jalview after 2.6.1 with JABAWS 1.  However, the full support for JABAWS 2 is introduced in Jalview version 2.8 or  later.  </p>\r
 <h3><a name="cmdclient" id="cmdclient"></a>Programmatic access to JABAWS </h3>\r
 <p>JABA Web Services are WS-I basic profile compliant, which means they can be accessed using \r
 any programming language or system that can utilize standard SOAP web services. \r
 The WSDL for each service is published on the JABAWS home page, and you can use this to automatically generate \r
 service bindings for your program. If you use Java, however, then you may wish to use our \r
-<a href="http://www.compbio.dundee.ac.uk/downloads/jabaws">client package</a> to access JABAWS. \r
+<a href="http://www.compbio.dundee.ac.uk/download">client package</a> to access JABAWS. \r
 This package is based on the autogenerated source code produced by <span class="hightlight">wsimport</span>, which is the Java tool for creating web service bindings; \r
 but in addition, offers some additional methods which simplify working with JABAWS. For more information please refer to the \r
 <a href="dm_javadoc/index.html">data model javadoc</a>.\r