|
Installation
How to install releases of the IAML Eclipse Plugin
IntroductionThe IAML plugin is an Eclipse plugin that provides a visual editor for the modelling of Internet applications, as an implementation of our research project. Following our research emphasis on iterative development, we hope that regularly releasing our plugin will help us focus development and gain valuable feedback from the development community. Install EclipseFirst you need to install a copy of Eclipse. Go to the download page for Eclipse and download the latest version of Eclipse Classic. Once downloaded, extract this archive to a folder, and start Eclipse. You will need to select a workspace folder - usually you can just select the default. Install IAMLSelect the "Menu" item and select "Install New Software".
You will be provided with an installation dialog box in which to select software artefacts to install. Click the "Add" button and add the following update site to your Eclipse installation. All updates to the IAML project will be provided through this update site, and Eclipse includes functionality to automatically update your installation when new versions are released. Name: IAML Modelling Platform URL: http://iaml.googlecode.com/svn/trunk/org.openiaml.update/
Once the update site has been added, you should be able to select the latest version of the IAML Modelling Platform to install.
Click "Next" and continue through the installation wizard. Eclipse will automatically contact relevant update sites and locate the required dependencies of the IAML plugin. This may take a significant period of time. Once all of these dependencies have been downloaded, the platform will be installed, and you will be asked to restart your platform (highly recommended). What Next?Once you have installed the Eclipse plugin, you should make sure that you have a correct installation of PHP installed. You can then create your very first Hello World Rich Internet Application. (Future plugin versions will support code generation to platforms other than PHP.) NoteYou may run out of memory when using the modelling platform within a Sun VM, in particular PermGen memory; this is mostly due to the Drools engine requiring a 7MB compiler in PermGen memory. It will depend on your system, but you may need to add the following lines to your eclipse.ini: -vmargs -Xms128m -Xmx512m -XX:PermSize=128M -XX:MaxPermSize=384M For more information, see other End User documentation. |
Sign in to add a comment