Changes between Version 36 and Version 37 of MolgenisGuide


Ignore:
Timestamp:
2010-08-22T21:00:06+02:00 (14 years ago)
Author:
Morris Swertz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MolgenisGuide

    v36 v37  
    33= The MOLGENIS user guide =
    44This MolgenisGuide is meant to serve as a starting point for all documentation regarding MOLGENIS usage for application development. The guide is a free document, a collaborative effort, and a part of the  MOLGENIS Project itself.
     5== Table of Contents ==
     6Currently available documentation:
    57
    6 == Table of Contents ==
    7 Available documentation:
     8 * '''MolgenisIntro''' -- Introduction into MOLGENIS
    89
    9  * MolgenisIntro -- Introduction into MOLGENIS
    10 
    11  * '''Installing the generator'''
    12    * MolgenisOnWindows -- How to setup the generator on Microsoft Windows
    13    * MolgenisOnUbuntu -- How to setup the generator on Ubuntu Linux
    14    * MolgenisOnEclipse -- How to get a useful Eclipse installed
    15 
    16  * '''Using the generator''' -- autogenerating your base application
    17    * MolgenisWorkspaceBasics -- How to open a MOLGENIS workspace
    18    * MolgenisGeneratorBasics -- How to use the generator
    19    * MolgenisAddressBookExample -- How to generate a new MOLGENIS from scratch
    20    * MolgenisFromExisting -- How to generate a MOLGENIS from an existing database
    21 
    22  * '''Using the XML language''' -- details on MOLGENIS modeling language
    23    * MolgenisLanguageReference -- How to use the language elements
    24    * MolgenisDtd -- Language definition
    25 
    26  * '''Using the plugin framework''' -- enhancing your MOLGENIS with handwritten components
    27    * MolgenisPlugin -- How to add a plugin to your MOLGENIS
    28    * MolgenisDatabase -- How to use the MOLGENIS database backend from your plugin
    29    * MolgenisEmail -- How to send emails from your MOLGENIS
    30    * [http://gbic.target.rug.nl:8080/hudson/job/molgenis/ws/3.3/build/javadoc/index.html MolgenisJavaDoc] -- Overview of the MOLGENIS components
    31    * MolgenisCustomCommand -- How to add custom buttons/dialogs to the generated forms
    32 
    33  * '''Using the generated application'''
     10 * '''User guide'''
     11   * MolgenisUserInterface -- How to browse and edit data
    3412   * MolgenisBatchLoading -- How to import datasets from CSV files
    3513   * MolgenisRinterface -- How to connect to your MOLGENIS via R
    3614   * MolgenisSoapInterface -- How connect to your MOLGENIS via web services (in Taverna)
    3715   * Generate a RDF/Sparql interface
     16
     17 * '''Developer Guide'''
     18   * ''Installing MOLGENIS development kit''
     19     * MolgenisOnWindows -- How to setup the generator on Microsoft Windows
     20     * MolgenisOnUbuntu -- How to setup the generator on Ubuntu Linux
     21     * MolgenisOnEclipse -- How to get a useful Eclipse installed
     22   * ''Using the generator''
     23     * MolgenisWorkspaceBasics -- How to open a MOLGENIS workspace
     24     * MolgenisGeneratorBasics -- How to use the generator
     25     * MolgenisAddressBookExample -- How to generate a new MOLGENIS from scratch
     26     * MolgenisFromExisting -- How to generate a MOLGENIS from an existing database
     27   * ''Using the XML modelling language''
     28     * MolgenisLanguageReference -- How to use the language elements
     29     * MolgenisDtd -- Language definition
     30   * ''Using the plugin framework''
     31     * MolgenisPlugin -- How to add a plugin to your MOLGENIS
     32     * MolgenisDatabase -- How to use the MOLGENIS database backend from your plugin
     33     * MolgenisEmail -- How to send emails from your MOLGENIS
     34     * [http://gbic.target.rug.nl:8080/hudson/job/molgenis/ws/3.3/build/javadoc/index.html MolgenisJavaDoc] -- Overview of the MOLGENIS components
     35     * MolgenisCustomCommand -- How to add custom buttons/dialogs to the generated forms
     36     
     37   * Generate a RDF/Sparql interface