e700cc4c48ec364c65e739c0a8f88849082a2ab0
[jabaws.git] / website / download.jsp
1 <%--<?xml version="1.0" encoding="ISO-8859-1" ?>--%>
2 <%--<%@ page language="java" contentType="text/html; charset=ISO-8859-1" pageEncoding="ISO-8859-1"%>--%>
3
4 <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
5 <%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn" %>
6 <%@ taglib uri="http://java.sun.com/jsp/jstl/fmt" prefix="fmt" %>
7 <%@ taglib uri="http://displaytag.sf.net" prefix="dt" %>
8
9
10 <c:import url="template_header.jsp" >
11     <c:param name="title">Download</c:param>
12 </c:import>
13
14 <div class="row">
15     <div class="col-md-12">
16         <div class="panel panel-default">
17             <div class="panel panel-heading">
18                 <h1 class="panel-title">JABAWS distributions</h1>
19             </div>
20             <div class="panel-body">
21                 <p class="justify">
22                     Read the <a href="${pageContext.request.contextPath}/getting_started.jsp"><em>Getting Started</em></a>
23                     guides to better decide which JABAWS distribution better suits your needs.
24                     Additional information is available in the <a href="${pageContext.request.contextPath}/docs/index.html">
25                     documentation pages</a>.
26                 </p>
27                 <br>
28                 <div class="row">
29                     <!--<div class="col-md-1"></div>-->
30                     <div class="col-md-10">
31                         <table class="table">
32                             <tr>
33                                 <th>Downloads</th>
34                                 <th>I want to use JABAWS for...</th>
35                             </tr>
36                             <tr>
37                                 <td><a href="#client">Command Line Interface (CLI)</a></td>
38                                 <td>Accessing a <strong>public</strong> or <strong>private</strong>
39                                     JABAWS server from my own software</td>
40                             </tr>
41                             <tr>
42                                 <td><a href="#war">Web Application aRchive (WAR)</a></td>
43                                 <td>Running JABAWS for my group, lab, or organization on the
44                                     <strong>local</strong> infrastructure</td>
45                             </tr>
46                             <tr>
47                                 <td><a href="#va">Virtual Appliance (VA)</a></td>
48                                 <td>Running JABAWS services through Jalview on my
49                                     computer with a <strong>private</strong> server</td>
50                             </tr>
51                             <tr>
52                                 <td><a href="#source">Source Code</a></td>
53                                 <td>Extend the functionally of JABAWS by adding new features and services.
54                                 </td>
55                             </tr>
56                         </table>
57                     </div>
58                     <div class="col-md-2"></div>
59                 </div>
60             </div>
61         </div>
62     </div>
63 </div>
64 <%--<div class="row">--%>
65     <%--<div class="col-md-12">--%>
66         <%--<div class="panel panel-default">--%>
67             <%--<div class="panel panel-heading">--%>
68                 <%--<h1 class="panel-title">Current Version</h1>--%>
69             <%--</div>--%>
70             <%--<div class="panel-body">--%>
71                 <%--<p class="justify">--%>
72                     <%--The current version of JABAWS is 2.2.0, released on XX March 2017. We advise you to update to JABAWS 2.2 as this version is fully backward compatible with JABAWS v1.0, v2.0 and v2.1.--%>
73                     <%--Please consult the <a href="${pageContext.request.contextPath}/man_about.jsp#jaba2.2">documentation pages</a>--%>
74                     <%--for the changelog and more information on compatibility between versions.</p>--%>
75                 <%--</p>--%>
76             <%--</div>--%>
77         <%--</div>--%>
78     <%--</div>--%>
79 <%--</div>--%>
80 <div class="row" id="client">
81     <div class="col-md-12">
82         <div class="panel panel-default">
83             <div class="panel panel-heading">
84                 <h1 class="panel-title">Command Line Interface (CLI)</h1>
85             </div>
86             <div class="panel-body">
87                 <p class="justify">
88                     The command line client is an executable Java program for scripting
89                     against JABAWS web services. It is also useful as an example of how to
90                     access JABAWS services if you intend to use JABAWS in your own
91                     program, with functions demonstrating how to discover command line
92                     parameters and presets supported by a service, and how to run,
93                     monitor and retrieve the results of a job.
94                     <em>
95                         Note: The client is used in <a href="http://www.jalview.org/">Jalview</a>
96                         to autogenerate a graphical user interface for JABA services.
97                     </em>
98                 </p>
99                 <ul>
100                     <li>
101                         <a href='${pageContext.request.contextPath}/archive/min-jabaws-client-2.2.0.jar'>
102                             <i class="fa fa-download" aria-hidden="true"></i>CLI jar file with binaries</a> (with log4j)</li>
103                     <li>
104                         <a href='${pageContext.request.contextPath}/archive/min-jabaws-client-nolog-2.2.0.jar'>
105                             <i class="fa fa-download" aria-hidden="true"></i>CLI jar file with binaries</a> (without log4j)</li>
106                     <li>
107                         <a href='${pageContext.request.contextPath}/archive/jabaws-client-src-2.2.0.jar'>
108                             <i class="fa fa-download" aria-hidden="true"></i>CLI client source</a></li>
109                 </ul>
110                 <p class="justify">
111                     The command line client displays help when executed without arguments,
112                     more details is available from the JABAWS
113                     <a href="${pageContext.request.contextPath}/docs/client.html">document pages</a>.
114                 </p>
115                 <p class="text-right">
116                     <a href="#">Back to top <i class="fa fa-arrow-up" aria-hidden="true"></i></a>
117                 </p>
118             </div>
119         </div>
120     </div>
121 </div>
122 <div class="row" id="war">
123     <div class="col-md-12">
124         <div class="panel panel-default">
125             <div class="panel panel-heading">
126                 <h1 class="panel-title">Web Application aRchive (WAR)</h1>
127             </div>
128             <div class="panel-body">
129                 <p class="justify">
130                     The JABAWS Server Web Application aRchive (WAR) version is a better way to run JABAWS if you want to deploy
131                     JABAWS for many users, e.g. your laboratory, or if you are an experienced user and want to have more control
132                     on JABAWS. You can also use this version for Mac and Linux computers if you do not want to use virtualization.
133                     Finally, you can use this version on a computer cluster.
134                     The server is provided as a self-contained <a href="http://en.wikipedia.org/wiki/WAR_(Sun_file_format)">Web
135                     Application aRchive (WAR) </a> containing all necessary binaries. The WAR file can be deployed on any web
136                     application server supporting the Java Servlet Specification (version 2.4 or above), i.e.
137                     <a href="http://tomcat.apache.org/download-80.cgi">Tomcat 8.5</a>.
138                 </p>
139                 <ul>
140                     <li>
141                         <a href="${pageContext.request.contextPath}/archive/jabaws.war">
142                             <i class="fa fa-download" aria-hidden="true"></i> JABAWS WAR</a>
143                         (includes source and precompiled Linux x86 and Windows binaries)</li>
144                 </ul>
145                 <p class="justify">
146                     Please check the JABAWS <a href="${pageContext.request.contextPath}/docs/war.html">document pages</a>
147                     for further instructions.
148                 </p>
149                 <p class="text-right">
150                     <a href="#">Back to top <i class="fa fa-arrow-up" aria-hidden="true"></i></a>
151                 </p>
152             </div>
153         </div>
154     </div>
155 </div>
156 <div class="row" id="va">
157     <div class="col-md-12">
158         <div class="panel panel-default">
159             <div class="panel panel-heading">
160                 <h1 class="panel-title">Virtual Appliance (VA)</h1>
161             </div>
162             <div class="panel-body">
163                 <p class="justify">
164                     The JABAWS Virtual Appliance (VA) is a way of running a fully functional JABAWS instance
165                     on your own computer. In order to use the VA, you have to install software from VMWare to run
166                     the virtual machine. We recommend <a href="http://www.vmware.com/products/player">VMWare Player</a>
167                     which is available for free for Windows and Linux users. Once the VA is running, you can
168                     configure <a href="http://www.jalview.org/download.html">Jalview</a> to use your local
169                     JABAWS VA with <a href="${pageContext.request.contextPath}/man_servervm.jsp#jalviewWithJaba">these instructions</a>.
170
171                 </p>
172                 <ul>
173                     <li>
174                         <a href='${pageContext.request.contextPath}/archive/jabaws-2.2.pack.tar.gz'>
175                             <i class="fa fa-download" aria-hidden="true"></i> JABAWS Virtual Appliance</a></li>
176                 </ul>
177                 <p class="justify">
178                     Please check the JABAWS <a href="${pageContext.request.contextPath}/docs/va.html">document pages</a>
179                     for further instructions.
180                 </p>
181                 <p class="text-right">
182                     <a href="#">Back to top <i class="fa fa-arrow-up" aria-hidden="true"></i></a>
183                 </p>
184             </div>
185         </div>
186     </div>
187 </div>
188 <div class="row" id="source">
189     <div class="col-md-12">
190         <div class="panel panel-default">
191             <div class="panel panel-heading">
192                 <h1 class="panel-title">Source Code</h1>
193             </div>
194             <div class="panel-body">
195                 <p class="justify">
196                     We welcome developers who wish to develop and implement new web services for JABAWS.
197                     JABAWS is released under the Apache License, and its source can be downloaded below.
198                     The latest versions of JABAWS' source can also be obtained from its Git repository.
199                     The repository and code archive contains the complete <a href="http://www.eclipse.org">Eclipse</a> JABAWS project,
200                     but Eclipse is not necessary to build it. Please examine the Ant build file (build.xml) to build
201                     and test JABAWS from sources.
202                 </p>
203                 <ul>
204                     <%--<li><mark>A complete Eclipse project package:</mark>--%>
205                         <%--<a href='${pageContext.request.contextPath}/archive/jabaws-project-2.2.0.tar.gz'>--%>
206                             <%--<i class="fa fa-download" aria-hidden="true"></i> download</a> <mark>(92M)</mark></li>--%>
207                     <li>
208                         <a href='${pageContext.request.contextPath}/archive/jabaws-src-2.2.0.jar'>
209                             <i class="fa fa-download" aria-hidden="true"></i> JABAWS source</a></li>
210                     <li>
211                         <a href='${pageContext.request.contextPath}/archive/binaries.zip'>
212                             <i class="fa fa-download" aria-hidden="true"></i> Binaries of the programs included in JABAWS</a></li>
213                     <li>JABAWS Git repository
214                         <a href='http://source.jalview.org/gitweb/?p=jabaws.git;a=summary'>http://source.jalview.org/git/jabaws.git</a>
215                         and <a href='https://source.jalview.org/crucible/changelog/jabaws'>Git-tracker</a>
216                         <pre><code class="bash">git clone http://source.jalview.org/git/jabaws.git</code></pre>
217                     </li>
218                 </ul>
219                 <p class="justify">
220                     To request a JABAWS developer account please send us an email to the
221                     <a href="http://www.jalview.org/mailman/listinfo/jabaws-discuss">jabaws-discuss</a> mailing list.
222                 </p>
223             </div>
224         </div>
225     </div>
226 </div>
227
228 <jsp:include page="template_footer.jsp" />