116f548356879e2df6bf6dc08aaed29530babeef
[jabaws.git] / website / manual_qs_client.html
1 <?xml version="1.0" encoding="UTF-8"?>\r
2 <!DOCTYPE html PUBLIC "XHTML 1.0 Strict" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">\r
3 <html xmlns="http://www.w3.org/1999/xhtml">\r
4 <head>\r
5 <meta name="Last-modified" content="Mon, 4 Apr 2011 12:00:00 GMT"/>\r
6 <title>Java Bioinformatics Analyses Web Services (JABAWS) manual - getting started</title>\r
7 <link href="ws.css" rel="stylesheet" type="text/css" media="screen,  projection, handheld, tv" />\r
8 <link rel="stylesheet" type="text/css" media="print" href="print.css"/>\r
9 \r
10 <script type="text/javascript" src="prototype-1.6.0.3.js"></script>\r
11 </head>\r
12 <body>\r
13 <div id="page">\r
14 <div id="banner">\r
15 <table> \r
16 <tr><td style="width:158px;"><a href="http://www.dundee.ac.uk"><img src="images/uod_lt_long.gif"  alt="University of Dundee" width="158" height="90" class="logo"  title="University of Dundee" longdesc="http://www.dundee.ac.uk"/></a></td>\r
17 <td class="bg"><img src="images/jabaws2.png" alt="JABAWS-2.0:Disorder" width="353" height="67" title="JABAWS-2.0:Disorder"/></td>\r
18 <td class="bg"><img src="images/banner_right.png" alt="Disorder" width="200" height="80"/></td>\r
19 </tr>\r
20 </table>\r
21 </div><!-- banner end-->\r
22 <div id="wrapper">\r
23 <div id="panel">\r
24 <a href="index.html">Home</a>\r
25     <a class="selected" href="quick_start.html">Getting Started</a> \r
26     <a href="man_about.html">Manual</a> \r
27         <a href="download.html">Download</a>\r
28         <a href="contacts.html">Contact Us</a>\r
29     <a href="PublicAnnualStat" title="JABAWS server usage statistics">Usage Statistics</a>\r
30     <a href="http://www.compbio.dundee.ac.uk" title="University of Dundee, The Barton Group" >Barton Group</a></div>\r
31 \r
32 <!-- panel end-->       \r
33 \r
34 <div id="content">\r
35 \r
36 <h2 id="headtitle">Getting Started</h2>\r
37 \r
38 <h3><a name="whichjaba" id="whichjaba"></a>Choose a JABAWS distribution</h3>\r
39 \r
40 <table id="choicematrix">\r
41 <tr>\r
42   <th>I want to use JABAWS for...</th>\r
43   <th>Quick Guide</th>\r
44 </tr>\r
45 <tr>\r
46         <td>Running Muptiple Sequence Alignments through Jalview on my <strong>own</strong> computer</td>\r
47     <td><a href="manual_qs_va.html#qsc">JABAWS Virtual Appliance (VA)</a></td>\r
48 </tr>\r
49 <tr>\r
50         <td>Running JABAWS for my group, lab, or organization</td>\r
51     <td><a href="manual_qs_war.html#qsc">JABAWS Web Application aRchive (WAR)</a></td>\r
52 </tr>\r
53 <tr>\r
54         <td>Accessing a JABAWS server from my own code</td>\r
55     <td><a href="manual_qs_client.html#qsc">JABAWS Java Client</a></td>\r
56 </tr>\r
57 </table>\r
58 \r
59 \r
60 \r
61 \r
62 <a name="qsc"/>\r
63 <h3><a name="client"/>The JABAWS command line client</h3>\r
64 <ul><li><a href=\r
65 "http://www.compbio.dundee.ac.uk/jabaws/archive/min-jaba-client.jar">Download the Client Jar</a> (80 K)</li>\r
66 </ul>\r
67 <p>This is a single java archive which contains the JABAWS command line client. \r
68 It requires Java version 1.6 to run, and allows anyone who wants to connect \r
69 to and to use JABAWS from their own software. \r
70 You can read more about how to use command line client <a href="man_client.html">in the CMD Client</a> section of the manual. \r
71 You can also get command line help by changing to the directory where you downloaded the client jar, and typing:\r
72 <ul>\r
73         <li><span class="hightlight">java -jar jaba-client.jar</span></li>\r
74 </ul>\r
75 <p>A JABAWS server's Web Services are WS-I compliant. This means that you can access them from any \r
76 language that has libraries or functions for consuming interoperable SOAP web services.\r
77 <!-- PETER TODO Provide list of libraries for different languages --></p>\r
78 </div> \r
79 <!-- about end-->\r
80 </div>\r
81 <!-- content end--> \r
82 <div id="copyright">Last update: 10 August 2011<br/>\r
83 Peter Troshin, Jim Procter and Geoff Barton, The Barton Group, University of Dundee, UK</div>\r
84 </div><!-- wrapper end-->\r
85 </div> <!-- page end-->\r
86 \r
87 <!-- Google analitics -->\r
88 <script type="text/javascript">\r
89 var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");\r
90 document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));\r
91 </script>\r
92 <script type="text/javascript">\r
93 try{\r
94 var pageTracker = _gat._getTracker("UA-5356328-1");\r
95 pageTracker._trackPageview();\r
96 } catch(err) {}\r
97 </script>\r
98 </body>\r
99 </html>\r
100 \r