Last modified 3 years ago
TracNav
Table of Contents
Introduction
MOLGENIS application overview
- Browsing and editing
- CSV file loading
- Connecting to R
- Connecting to SOAP web services
- Connecting to REST web services using CURL
- Molgenis as a datasource for Galaxy
Toolkit Installation
- Preperation on Windows
- Preperation on Ubuntu/Linux
- Installation of Eclipse/Galileo
- Installation of Eclipse/Helios
- Installation of Eclipse/Indigo
- Download MOLGENIS
Generating your own applications
- MOLGENIS workspace basics
- Running the generator
- Modeling a new MOLGENIS
- Modeling an existing database
- molgenis.properties file
Adding plug-ins
Building on the MOLGENIS framework
MOLGENIS Data Modeling Language Reference
MOLGENIS User Interface Modeling Language Reference
MOLGENIS framework API
Frequently asked questions
- How to change molgenis url from /molgenis_distro to xyz
- How to change the MolgenisServlet, e.g. to add more services
- How to extend an existing database model
- Case sensitivity and issues between windows, linux and mac
- How to create a hyperlink from plugin to another form
- How to create a hyperlink from plugin to another form
- How to create a hyperlink from plugin to another form
Open the MOLGENIS workspace in Eclipse
Many application developers use Eclipse to develop MOLGENIS applications. Therefore a ready made Eclipse project is the standard MOLGENIS distribution.
- Download the latest 'molgenis_workspace.zip' from http://molgenis.sourceforge.net Just download and unzip. A directory 'molgenisXX_workspace' is created.
- Start Eclipse and browse to MOLGENIS molgenis3X_workspace you downloaded and unzipped before. Open. You will see in the left pane:
The molgenis3X_workspace contains two projects. (a) molgenis3_x contains all code of the MOLGENIS framework (b) the project molgenis3_x_distro contains an application template which you will use to create the new MOLGENIS application with.
- Check whether MOLGENIS is properly linked with Java: Right-click on the molgenis3_x project and choose [refresh]. Then right-click on the molgenis3_x_distro project and choose [refresh]. This will force Eclipse to rebuild the code for your platform.
If everything is well then there will be no errors listed in the problems pane on the bottom of your screen.
- (Skip step unless library issues). To link missing system libraries choose [Window] -> [Preferences]. Then browse to Java -> Installed JREs. Finally add your JDK. This should be 1.6! and tick to be used as default.
- Open the molgenis3_x_distro project and explore. This unveils the basic MOLGENIS application structure:
- molgenis.properties contains the settings of your applications.
- The *.xml files contain your MOLGENIS models
- WebContent contains web resources (images, javascript, etc)
- generated/java and generated/sql will contain the output of the MOLGENIS generator.
- handwritten/java contains the MOLGENIS generator tools and any programs you will add.
back to MolgenisGuide next MolgenisGeneratorBasics
Attachments
-
molgenis-project-outline.gif
(6.8 KB) -
added by mswertz 4 years ago.
-
molgenis-refresh.gif
(522 bytes) -
added by mswertz 4 years ago.
-
molgenis-workspace.gif
(2.6 KB) -
added by mswertz 4 years ago.


