Installing a Development Environment

Preparing your Development environment consists in:

  • installing Eclipse,

  • initializing the Mashup UI SDK,

  • and importing the Mashup UI configuration file as a project in Eclipse.


Before you begin:

You must have the following software on your machine:

See Also
Developing Components with the CloudView Eclipse Plugin
Generate WAR Files for Heavy Customization
Understanding the SDK Architecture
  1. Go to your <INSTALLDIR>/sdk/java-mashupui/project directory
  2. Initialize the SDK with the following:
    1. run init-sdk.<bat/sh> depending on your operating system,
    2. define the hostname of the Exalead CloudView instance,
    3. define the port number of the Exalead CloudView instance,
    4. define the Application id (for example, "default"),
    5. enter the admin login and password.
    A development.properties file is generated in: <INSTALLDIR>/sdk/java-mashupui/project/war/WEB-INF/config. The SDK can now communicate with Exalead CloudView to read the configuration and work with the Mashup API.
  3. Import the Exalead CloudView mashup project into Eclipse:
    1. Select File > Import and browse to your <INSTALLDIR>/sdk/java-mashupui directory.
    2. Select the project and click Finish.
    The mashup project is added to the eclipse Project Explorer.
  4. Add the Apache Tomcat server into Eclipse:
    1. Select File > New > Server
    2. Define your Apache Tomcat server as a new server.
  5. Run the Exalead CloudView project as "Tomcat Server", and go to: http://localhost:8080/mashup-ui
    The Mashup UI opens.