JAL-1645 Version-Rel Version 2.9 Year-Rel 2015 Licensing glob
[jalview.git] / doc / developing.html
1 <!DOCTYPE html SYSTEM "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2 <!--
3  * Jalview - A Sequence Alignment Editor and Viewer (Version 2.9)
4  * Copyright (C) 2015 The Jalview Authors
5  * 
6  * This file is part of Jalview.
7  * 
8  * Jalview is free software: you can redistribute it and/or
9  * modify it under the terms of the GNU General Public License 
10  * as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
11  *  
12  * Jalview is distributed in the hope that it will be useful, but 
13  * WITHOUT ANY WARRANTY; without even the implied warranty 
14  * of MERCHANTABILITY or FITNESS FOR A PARTICULAR 
15  * PURPOSE.  See the GNU General Public License for more details.
16  * 
17  * You should have received a copy of the GNU General Public License along with Jalview.  If not, see <http://www.gnu.org/licenses/>.
18  * The Jalview Authors are detailed in the 'AUTHORS' file.
19 -->
20 <html xmlns="http://www.w3.org/1999/xhtml">
21   <head>Developing Jalview</head>
22   <body>
23 <p><h1>Developing Jalview</h1>
24 </p>
25 <ul>
26 <li>Basic Source Structure Guidelines</li>
27 <li>The Applet and The Application - whats the difference ?</li>
28 <li>Package Architecture<br>
29 </li>
30 <li>Specific  Development Guidelines
31 <ul>
32 <li><a href="newdmobj.html">Adding new datamodel objects to Jalview</a></li>
33 <li>Adding new IO capabilities to Jalview</li>
34 <li>Adding new database types to Jalview</li>
35 <li>Working with the Jalview DAS annotation fetcher</li>
36 <li>Adding new analysis methods to jalview</li>
37 <li>Adding new web service functionality to jalview</li>
38 </ul>
39 </li>
40 </ul>
41 </body>
42 </html>