Changes between Version 58 and Version 59 of PluginDownload


Ignore:
Timestamp:
May 30, 2008, 3:06:22 PM (16 years ago)
Author:
Jari Häkkinen
Comment:

Moved around text.

Legend:

Unmodified
Added
Removed
Modified
  • PluginDownload

    v58 v59  
    1 = Plug-in download =
     1= Plug-in and extensions download =
    22
    33This page provides easy access to BASE 1 and 2 plug-ins for users who prefer not to use the subversion repository for downloading the plug-ins
     
    66
    77
    8 == BASE 2 plug-ins ==
     8= BASE 2 =
     9
     10== Plug-ins ==
    911
    1012Plug-ins created for BASE 2 do not work with BASE 1.x.
     
    3032
    3133
    32 == BASE 1.2 plug-ins ==
     34== Web client extensions ==
     35
     36An extension mechanism was introduced in the BASE 2.7 web client. Extensions are used for adding functionality the GUI, such as extra menus and buttons.
     37
     38   ''[wiki:net.sf.basedb.mev MEV Launcher]''::
     39     Integrates BASE with [http://www.tm4.org/mev.html TIGR MultiExperiment Viewer] (MEV). Works with BASE 2.7 and later.
     40
     41   ''[wiki:net.sf.basedb.examples.extensions Example extensions]''::
     42    A package with several "Hello world" examples of extensions to the web client. Works with BASE 2.7 and later.
     43
     44
     45== Example code ==
     46
     47  ''Plug-ins''::
     48  [wiki:net.sf.basedb.examples.plugins Example plug-ins for BASE2]: A package with example plug-ins intended for the developer. Works with BASE '''2.6 and later'''[[br]]
     49  ''Web services''::
     50  [wiki:net.sf.basedb.examples.webservices Web services examples for BASE 2]: A package with a Java client application that uses web services to get information from a BASE 2 server. Works with BASE '''2.6 and later'''[[br]]
     51  ''Extensions''::
     52  [wiki:net.sf.basedb.examples.extensions Example extensions for the BASE web client]: A package with several "Hello world" examples of extensions to the web client. Works with BASE 2.7 and later.
     53
     54
     55== External BASE 2 plug-in developer sites ==
     56
     57The !MicroArray Datawarehouse Resource@LCB develops BASE plug-ins, please visit their development site at http://madr.lcb.uu.se/.
     58
     59
     60= BASE 1.2 plug-ins =
    3361
    3462Plug-ins created for BASE 1.2 can be made to work in BASE 2 using the Base1PluginExecuter plug-in.
     
    4573  [wiki:se.lu.onk.ZTest One class Z-test]: Works with BASE '''1.2.17+'''[[BR]]
    4674 ''Other''::
    47 
    48 == Web client extensions ==
    49 
    50 An extension mechanism was introduced in the BASE 2.7 web client. Extensions are used for adding functionality the GUI, such as extra menus and buttons.
    51 
    52    ''[wiki:net.sf.basedb.mev MEV Launcher]''::
    53      Integrates BASE with [http://www.tm4.org/mev.html TIGR MultiExperiment Viewer] (MEV). Works with BASE 2.7 and later.
    54 
    55    ''[wiki:net.sf.basedb.examples.extensions Example extensions]''::
    56     A package with several "Hello world" examples of extensions to the web client. Works with BASE 2.7 and later.
    57 
    58 == Example code ==
    59 
    60   ''Plug-ins''::
    61   [wiki:net.sf.basedb.examples.plugins Example plug-ins for BASE2]: A package with example plug-ins intended for the developer. Works with BASE '''2.6 and later'''[[br]]
    62   ''Web services''::
    63   [wiki:net.sf.basedb.examples.webservices Web services examples for BASE 2]: A package with a Java client application that uses web services to get information from a BASE 2 server. Works with BASE '''2.6 and later'''[[br]]
    64   ''Extensions''::
    65   [wiki:net.sf.basedb.examples.extensions Example extensions for the BASE web client]: A package with several "Hello world" examples of extensions to the web client. Works with BASE 2.7 and later.
    66 
    67 
    68 == External BASE plug-in developer sites ==
    69 
    70 The !MicroArray Datawarehouse Resource@LCB develops BASE plug-ins, please visit their development site at http://madr.lcb.uu.se/.