-
Go to your
<INSTALLDIR>/sdk/java-mashupui/project
directory
-
Initialize the SDK with the following:
-
run
init-sdk.<bat/sh> depending on your
operating system,
-
define the
hostname of the
Exalead CloudView instance,
-
define the
port number of the
Exalead CloudView instance,
-
define the Application id (for example, "default"),
-
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.
-
Import the
Exalead CloudView mashup project into Eclipse:
-
Select
File > Import and browse to your
<INSTALLDIR>/sdk/java-mashupui directory.
-
Select the project and click
Finish.
The mashup project is added to the eclipse
Project Explorer.
-
Add the Apache Tomcat server into Eclipse:
-
Select
File > New > Server
-
Define your Apache Tomcat server as a new server.
-
Run the
Exalead CloudView project as "Tomcat Server", and go to:
http://localhost:8080/mashup-ui
The
Mashup UI opens.
|