X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=website%2Fman_about.html;fp=website%2Fman_about.html;h=55cdc98ae3289c6077493a309e9bf9609834891c;hb=0713a22dde55639aaeaf872c6b74eb782582ff73;hp=9d644d4bb44f77a4374b14642010aef04e81a8cd;hpb=f4babbbb38eaf55202bcb99a17ed006b3411cdf3;p=jabaws.git diff --git a/website/man_about.html b/website/man_about.html index 9d644d4..55cdc98 100644 --- a/website/man_about.html +++ b/website/man_about.html @@ -46,6 +46,7 @@ Services Status Contact Us Barton Group + Funding @@ -62,7 +63,9 @@
  • What is JABAWS Client?
  • JABAWS versions compatibility and Jalview support
  • Programmatic access to JABAWS
  • - + + +

    What is JABAWS?

    @@ -82,17 +85,22 @@ in writing your own client, the JABAWS command line client is what you need.

    + +

    JABAWS Benefits

    + + +

    JABA Web Services Programs

    JABAWS currently provides access to the following programs:

    Multiple Sequence Alignement

    @@ -103,8 +111,7 @@
  • Muscle (version 3.8.31)
  • Tcoffee (version 8.99)
  • Probcons (version 1.12)
  • - - +

    Protein disorder prediction

    + + +

    What is new in JABAWS 2.0.1?

    -

    JABAWS Version 2.0.1 includes several minor updates and bug fixes for JABAWS Version 2. These are listed below:

    +

    JABAWS Version 2.0.1 includes several bug fixes and minor updates for JABAWS Version 2. These are listed below:

    JABAWS Version 2 (Released 16th Dec 2011)

    Compared to JABAWS 1, JABAWS 2 offers a greater number and diversity of web services, Amazon EC2 integration and improved ease of use.

    It contains:

    + + -

    What is JABAWS client?

    +

    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 @@ -154,21 +166,27 @@ 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.0.1 is fully backward compatible with JABAWS v1.0 and v2.0. That means that all JABAWS v1.0 and v2.0 clients should also be able to use JABAWS 2.0.1 services. To access the analysis web services introduced in JABAWS 2.0, however, clients that were designed for JABAWS v1.0 must be updated.

    + + +

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