Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Cosmosi9DevelopmentEnvironment

Revision as of 16:06, 25 January 2008 by Sleeloy.ca.ibm.com (Talk | contribs) (Installing and Running Code)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Back to Data Reporting Design

Overview

This document provides the development environment for COSMOS i9.

The reader should be aware that the modules for the User Interface follow a team sharing structure. The team structure strategies outlined in "Eclipse Web Tools Platform: Developing Java Web Applications" technical document were used. Chapter 6 covers these stategies: Organize your Web Tools platform (WTP) development project.

One can view chapter 6 online at http://whitepapers.zdnet.com/abstract.aspx?docid=307008

Installing and Running Code

PluginsAndFragments.jpg

  • Specify the directory of the DatamManager directory in the next dialog as highlighted in the following screen shot.

ImportpluginAndFragments.jpg

  • Add the org.eclipse.apache.muse.complete and wsdl4j as shown below and click finish

AddPlugins.jpg

  • Import the project set file by going to File>Import...
  • Select Team>Team Project Set and click Next.
  • In the "Team Project Set" page specify the project set file you saved to the temporary directory and click "Finish".
  • You now need to define a Tomcat Server Runtime. Go to Windows>Preferences..
  • Select the "Server>Installed Runtimes" node and click the "Add.." button.

Cosmosi8Install7.gif

  • Specify Apache Tomcat 5.5 runtime and click Next.

Cosmosi8Install8.gif

  • Enter the location of the tomcat directory and click Finish. Then click OK.

Cosmosi8Install9.gif

  • Download dojo 1.0.0 and save it to a temporary directory. http://download.dojotoolkit.org/release-1.0.0/dojo-release-1.0.0.zip
  • In your workspace right click the "org.eclipse.cosmos.dr.dojotoolkit\WebContent" folder and import the contents of the dojo zip file.
  • Now you need to set up the org.eclipse.cosmos.examples.e2e.web.ui directory. Note that the WebContent directories under the org.eclipse.cosmos.examples.e2e.web.ui use linked folders. This step is needed since eclipse does not use relative paths to link folders.
    • Right click the org.eclipse.cosmos.examples.e2e.web.ui project and create a new Folder by selecting New>Folder from the popup menu. Click the "<<Advance Button" and click the "Link to folder in the file system" check box

Cosmosi8Install10.gif

    • Click the "Variables..." button. This should bring up a dialog box.
    • Then click the "New..." button. This should bring up dialog box where you can enter a variable name. The linked folders use a variable named "WORKSPACE" to resolve the workspace directory. Therefore we need to define this variable as follows:

Cosmosi8Install11.gif

    • Click OK, Click OK again and then Cancel. Note that we don't want to create a directory we just needed to add a variable name since the directories are already created.
  • Right click the org.eclipse.cosmos.examples.e2e.web.ui project and select "Refresh".
  • The workspace still may not be clean you have to apply the patch from bug 216207
  • At this point the workspace is setup to run. Right click the org.eclipse.cosmos.examples.e2e.web.ui project and select "Run As>Run on Server".
  • Select Tomcat v5.5 Server and click Finish. The server will start.

Cosmosi8Install12.gif

File:CosmosInstallFinal.gif

Back to the top