X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=website%2Fman_about.html;h=057b0c956b07fdd38e283ce08728add204bc60d4;hb=HEAD;hp=edc4008496c17f7e912f0fbd2810c6a86864fa73;hpb=bc3346bd7c1c518fad867d4c60a53779e7516588;p=jabaws.git diff --git a/website/man_about.html b/website/man_about.html index edc4008..057b0c9 100644 --- a/website/man_about.html +++ b/website/man_about.html @@ -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,6 +123,9 @@ 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.