1 <!DOCTYPE html SYSTEM "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3 * Jalview - A Sequence Alignment Editor and Viewer (Version 2.8.2)
4 * Copyright (C) 2014 The Jalview Authors
6 * This file is part of Jalview.
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.
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.
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.
20 <html xmlns="http://www.w3.org/1999/xhtml">
21 <head>Developing Jalview</head>
23 <p><h1>Developing Jalview</h1>
26 <li>Basic Source Structure Guidelines</li>
27 <li>The Applet and The Application - whats the difference ?</li>
28 <li>Package Architecture<br>
30 <li>Specific Development Guidelines
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>