X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=website%2Fman_about.html;h=057b0c956b07fdd38e283ce08728add204bc60d4;hb=HEAD;hp=ffaf2a01a14f7cea7c9a45d297a9cbf42462b2c1;hpb=a284b66c119ee21683202f51e5276d5a5ee7f121;p=jabaws.git diff --git a/website/man_about.html b/website/man_about.html index ffaf2a0..057b0c9 100644 --- a/website/man_about.html +++ b/website/man_about.html @@ -37,7 +37,7 @@ JABAWS JABAWS Development - Download + Download Usage Statistics Services Status Contact Us @@ -53,7 +53,9 @@
  • What is JABAWS?
  • JABAWS Benefits
  • JABA Web Services Programs
  • +
  • What is new in JABAWS 2?
  • What is JABAWS Client?
  • +
  • JABAWS versions compatibility and Jalview support
  • Programmatic access to JABAWS
  • @@ -95,8 +97,24 @@

    Amino Acid conservation

    -

    What is JABAWS client?

    + +

    What is new in JABAWS 2?

    +

    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

    + + +

    What is JABAWS client?

    +

    A JABAWS client is a program that lets you run the bioinformatics methods for which a JABAWS server provides web services. The most basic JABAWS client is a command line Java application which can call any of the JABAWS web services methods on any instance of JABAWS Server that it can reach over the web. It is useful if you @@ -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 software. Jalview, which is a multiple sequence alignment and analysis application, provides a graphical JABAWS client. This client has the same 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.

    +

    JABAWS versions compatibility and Jalview support

    +

    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.
    +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.

    Programmatic access to JABAWS

    JABA Web Services are WS-I basic profile compliant, which means they can be accessed using any programming language or system that can utilize standard SOAP web services. The WSDL for each service is published on the JABAWS home page, and you can use this to automatically generate service bindings for your program. If you use Java, however, then you may wish to use our -client package to access JABAWS. +client package to access JABAWS. This package is based on the autogenerated source code produced by wsimport, which is the Java tool for creating web service bindings; but in addition, offers some additional methods which simplify working with JABAWS. For more information please refer to the data model javadoc.