Changes between Version 65 and Version 66 of MolgenisGuide


Ignore:
Timestamp:
2011-02-04T14:24:20+01:00 (14 years ago)
Author:
antonak
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MolgenisGuide

    v65 v66  
    11= MOLGENIS development manual =
    2 
    32 * [wiki:MolgenisGuide Table of Contents]
    4   * '''Introduction'''
    5    * [wiki:MolgenisIntro Introduction]
    6    * [wiki:MolgenisToc Detailed table of contents]
    7   * '''MOLGENIS application overview'''
    8    * [wiki:MolgenisUserInterface Browsing and editing]
    9    * [wiki:MolgenisBatchLoading CSV file loading]
    10    * [wiki:MolgenisRinterface Connecting to R]
    11    * [wiki:MolgenisSoapInterface Connecting to SOAP web services]
    12   * '''Toolkit Installation'''
    13    * [wiki:MolgenisOnWindows Preperation on Windows]
    14    * [wiki:MolgenisOnUbuntu Preperation on Ubuntu/Linux]
    15    * [wiki:MolgenisOnEclipse Installation of Eclipse/Galileo]
    16    * [wiki:MolgenisOnEclipseHelios Installation of Eclipse/Helios]
    17    * [wiki:MolgenisDownload Download MOLGENIS]
    18   * '''Generating your own applications'''
    19    * [wiki:MolgenisWorkspaceBasics MOLGENIS workspace basics]
    20    * [wiki:MolgenisGeneratorBasics Running the generator]
    21    * [wiki:MolgenisAddressBookExample Modeling a new MOLGENIS]
    22    * [wiki:MolgenisFromExisting Modeling an existing database]
    23    * [wiki:MolgenisProperties molgenis.properties file]
    24   * '''Adding plug-ins'''
    25    * [wiki:MolgenisPlugin Screen plugin]
    26    * [wiki:MolgenisDatabase Database plugin]
    27    * [wiki:MolgenisEmail Email plugin]
    28    * [wiki:MolgenisCustomCommand Command plugin]
    29    * [http://gbic.target.rug.nl:8080/hudson/job/molgenis_3.3/javadoc/ JavaDoc]
    30   * '''Building on the MOLGENIS framework'''
    31    * [wiki:MolgenisDatabaseApi Database API]
    32   * '''MOLGENIS Language Reference'''
    33    * [wiki:MolgenisElement <molgenis> element]
    34    * [wiki:ModuleElement <module> element]
    35    * [wiki:EntityElement <entity> element]
    36    * [wiki:FieldElement <field> element]
    37    * [wiki:UniqueElement <unique> element]
    38    * [wiki:FormElement <form> element]
    39    * [wiki:MenuElement <menu> element]
    40    * [wiki:PluginElement <plugin> element]
    41   * '''Frequently asked questions'''
    42    * [wiki:MolgenisRenameProject How to change molgenis url from /molgenis_distro to xyz]
    43    * [wiki:MolgenisServletDecorator How to change the MolgenisServlet, e.g. to add more services]
    44    * [wiki:ExtendDBModel How to extend an existing database model]
     3   * '''Introduction'''
     4     * [wiki:MolgenisIntro Introduction]
     5     * [wiki:MolgenisToc Detailed table of contents]
     6   * '''MOLGENIS application overview'''
     7     * [wiki:MolgenisUserInterface Browsing and editing]
     8     * [wiki:MolgenisBatchLoading CSV file loading]
     9     * [wiki:MolgenisRinterface Connecting to R]
     10     * [wiki:MolgenisSoapInterface Connecting to SOAP web services]
     11   * '''Toolkit Installation'''
     12     * [wiki:MolgenisOnWindows Preperation on Windows]
     13     * [wiki:MolgenisOnUbuntu Preperation on Ubuntu/Linux]
     14     * [wiki:MolgenisOnEclipse Installation of Eclipse/Galileo]
     15     * [wiki:MolgenisOnEclipseHelios Installation of Eclipse/Helios]
     16     * [wiki:MolgenisDownload Download MOLGENIS]
     17   * '''Generating your own applications'''
     18     * [wiki:MolgenisWorkspaceBasics MOLGENIS workspace basics]
     19     * [wiki:MolgenisGeneratorBasics Running the generator]
     20     * [wiki:MolgenisAddressBookExample Modeling a new MOLGENIS]
     21     * [wiki:MolgenisFromExisting Modeling an existing database]
     22     * [wiki:MolgenisProperties molgenis.properties file]
     23   * '''Adding plug-ins'''
     24     * [wiki:MolgenisPlugin Screen plugin]
     25     * [wiki:MolgenisDatabase Database plugin]
     26     * [wiki:MolgenisEmail Email plugin]
     27     * [wiki:MolgenisCustomCommand Command plugin]
     28     * [http://gbic.target.rug.nl:8080/hudson/job/molgenis_3.3/javadoc/ JavaDoc]
     29   * '''Building on the MOLGENIS framework'''
     30     * [wiki:MolgenisDatabaseApi Database API]
     31   * '''MOLGENIS Language Reference'''
     32     * [wiki:MolgenisElement <molgenis> element]
     33     * [wiki:ModuleElement <module> element]
     34     * [wiki:EntityElement <entity> element]
     35     * [wiki:FieldElement <field> element]
     36     * [wiki:UniqueElement <unique> element]
     37     * [wiki:FormElement <form> element]
     38     * [wiki:MenuElement <menu> element]
     39     * [wiki:PluginElement <plugin> element]
     40   * '''Frequently asked questions'''
     41     * [wiki:MolgenisRenameProject How to change molgenis url from /molgenis_distro to xyz]
     42     * [wiki:MolgenisServletDecorator How to change the MolgenisServlet, e.g. to add more services]
     43     * [wiki:ExtendDBModel How to extend an existing database model]
     44     * [wiki:CaseSensitivityProblems Case sensitivity and issues between windows, linux and mac]