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

Difference between revisions of "User:Dennis.oflynn.compuware.com"

m (Corona 1.0.0M4 Demo)
m (Corona 1.0.0M4 Demo)
Line 19: Line 19:
 
# Download Corona 1.0.0M4 Demo
 
# Download Corona 1.0.0M4 Demo
 
## Unzip Coron 1.0.0M4 demo onto your workstation.  The location used will be referenced as ''demo root'' for these instructions.
 
## Unzip Coron 1.0.0M4 demo onto your workstation.  The location used will be referenced as ''demo root'' for these instructions.
# Download the following Eclipse technology frameworks.  Place all of these in the folder: ''demo root''/download
+
### The download is a self-contained zip file that contains the Corona 1.0.0M4 plugins as well as the following Eclipse technologies:
## [http://www.eclipse.org/downloads/download.php?file=/eclipse/downloads/drops/R-3.2-200606291905/eclipse-SDK-3.2-win32.zip Eclipse SDK v3.2]
+
**** [http://www.eclipse.org/downloads/download.php?file=/eclipse/downloads/drops/R-3.2-200606291905/eclipse-SDK-3.2-win32.zip Eclipse SDK v3.2]
## [http://www.eclipse.org/downloads/download.php?file=/technology/ecf/org.eclipse.ecf.sdk-0.9.1.S20060906.zip ECF v0.9.1]
+
**** [http://www.eclipse.org/downloads/download.php?file=/technology/ecf/org.eclipse.ecf.sdk-0.9.1.S20060906.zip ECF v0.9.1]
## [http://www.eclipse.org/downloads/download.php?file=/eclipse/equinox/drops/M20060921-0945/org.eclipse.equinox.log_1.0.1.R32x_v20060717.jar Equinox Log Service]
+
**** [http://www.eclipse.org/downloads/download.php?file=/eclipse/equinox/drops/M20060921-0945/org.eclipse.equinox.log_1.0.1.R32x_v20060717.jar Equinox Log Service]
## [http://www.eclipse.org/downloads/download.php?file=/eclipse/equinox/drops/M20060921-0945/org.eclipse.equinox.event_1.0.0.v20060601a.jar Equinox Event Service]
+
**** [http://www.eclipse.org/downloads/download.php?file=/eclipse/equinox/drops/M20060921-0945/org.eclipse.equinox.event_1.0.0.v20060601a.jar Equinox Event Service]
## [http://www.eclipse.org/downloads/download.php?file=/eclipse/equinox/drops/M20060921-0945/org.eclipse.equinox.ds_1.0.0.v20060601a.jar Equinox DS Service]
+
**** [http://www.eclipse.org/downloads/download.php?file=/eclipse/equinox/drops/M20060921-0945/org.eclipse.equinox.ds_1.0.0.v20060601a.jar Equinox DS Service]
## [http://www.eclipse.org/downloads/download.php?file=/tools/emf/downloads/drops/2.2.0/R200606271057/emf-sdo-SDK-2.2.0.zip Eclipse EMF]
+
**** [http://www.eclipse.org/downloads/download.php?file=/tools/emf/downloads/drops/2.2.0/R200606271057/emf-sdo-SDK-2.2.0.zip Eclipse EMF]
## [http://www.eclipse.org/downloads/download.php?file=/tools/emf/downloads/drops/2.2.0/R200606271057/xsd-runtime-2.2.0.zip Eclipse XSD]
+
**** [http://www.eclipse.org/downloads/download.php?file=/tools/emf/downloads/drops/2.2.0/R200606271057/xsd-runtime-2.2.0.zip Eclipse XSD]
## [http://www.eclipse.org/downloads/download.php?file=/tools/gef/downloads/drops/R-3.2.1-200609211617/GEF-runtime-3.2.1.zip Eclipse GEF]
+
**** [http://www.eclipse.org/downloads/download.php?file=/tools/gef/downloads/drops/R-3.2.1-200609211617/GEF-runtime-3.2.1.zip Eclipse GEF]
 
+
# Start a DOS command prompt
''Things to Remember''\
+
## Change directories to ''demo root''
# Configure ECF server to create group "corona"
+
# Setup the demo environment
# User's name must be in TeamMemberRepository for events to be distributed
+
## Setup the Corona server
 +
### Enter the command ''corona setup server''
 +
## Setup the Eclipse Workbench for User_A
 +
### Enter the command ''corona setup workbench A''
 +
## Setup the Eclipse Workbench for User_B
 +
### Enter the command ''corona setup workbench B''
 +
# Run the demo
 +
## Start the Corona server
 +
### Enter the command ''corona start server''
 +
### A DOS command window will be start for the Corona server.  This DOS window provides the OSGi command interface.
 +
## Start the Eclipse Workbench for User_A
 +
### Enter the command ''corona start workbnech A''
 +
**** An Eclipse Workbench will be start.  It will be configured with its own workspace as well as define the user name of "User_A"
 +
### Show the view ''Corona/Project Container Explorer''
 +
#### Open the Window menu
 +
#### Select ''Show Views''
 +
#### Select ''Other...''
 +
#### Expand the category ''Corona''
 +
#### Select the view ''Project Container Explorer''
 +
## Start the Eclipse Workbench for User_B
 +
### Repeat the steps above, replacing "A" with "B"
 +
## Interact with ''Workgroup'' collaboration features
 +
### Import Workbench projects into workspace
 +
### Generate collaboration events
 +
### Chat with users within the ''Workgroup''
 +
### Participate in a shared editor session
 +
#### Create/Update/Delete Workbench project resources

Revision as of 11:32, 27 September 2006

Dennis O'Flynn

Biography

Dennis O’Flynn is a Software Architect at Compuware specializing in cross-product integration. Current, he is the Project Lead for the Eclipse Corona project. Previously, Dennis was the Team Leader on an internal server-side framework project that provides messaging and web service infrastructures for several of Compuware’s product lines.

Dennis is an avid fan of ice hockey. He is an assistant coach a youth hockey team and plays recreational adult hockey.

email: Dennis.OFlynn@compuware.com

Links


To Do

Corona 1.0.0M4 Demo

  1. Download Corona 1.0.0M4 Demo
    1. Unzip Coron 1.0.0M4 demo onto your workstation. The location used will be referenced as demo root for these instructions.
      1. The download is a self-contained zip file that contains the Corona 1.0.0M4 plugins as well as the following Eclipse technologies:
  1. Start a DOS command prompt
    1. Change directories to demo root
  2. Setup the demo environment
    1. Setup the Corona server
      1. Enter the command corona setup server
    2. Setup the Eclipse Workbench for User_A
      1. Enter the command corona setup workbench A
    3. Setup the Eclipse Workbench for User_B
      1. Enter the command corona setup workbench B
  3. Run the demo
    1. Start the Corona server
      1. Enter the command corona start server
      2. A DOS command window will be start for the Corona server. This DOS window provides the OSGi command interface.
    2. Start the Eclipse Workbench for User_A
      1. Enter the command corona start workbnech A
        • An Eclipse Workbench will be start. It will be configured with its own workspace as well as define the user name of "User_A"
      1. Show the view Corona/Project Container Explorer
        1. Open the Window menu
        2. Select Show Views
        3. Select Other...
        4. Expand the category Corona
        5. Select the view Project Container Explorer
    1. Start the Eclipse Workbench for User_B
      1. Repeat the steps above, replacing "A" with "B"
    2. Interact with Workgroup collaboration features
      1. Import Workbench projects into workspace
      2. Generate collaboration events
      3. Chat with users within the Workgroup
      4. Participate in a shared editor session
        1. Create/Update/Delete Workbench project resources

Back to the top