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 "Corona Demo"

(Corona Demo moved to Corona Demo M4: The newer demo has different instructions.)
 
(Demo updated for M5)
Line 1: Line 1:
#redirect [[Corona Demo M4]]
+
<table border='1' cellpadding='3'>
 +
<tr>
 +
<td>[http://www.eclipse.org/corona Eclipse Home]</td>
 +
<td>[[Corona|Wiki Home]]</td>
 +
<td>[[Corona User Guide|User Guide]]</td>
 +
</tr>
 +
</table>
 +
----
 +
 
 +
== Corona 1.0.0M5 Demo ==
 +
 
 +
The demo is intended to guide you with Corona that you can see current Corona features.
 +
 
 +
The demo will start 3 instances of Eclipse.  The 1st instance is a non-UI Eclipse environment that is the Corona server.  This is a server-side Eclipse environment used to host OSGi bundles and non-UI Eclipse plugins.  The 2nd and 3rd instances are Eclipse Workbenches that will participate with each other in a Workgroup.
 +
 
 +
Instructions for downloading, setting up, and running the demo are available on the Corona’s [[Corona Installation|installation page]].
 +
 
 +
=== Prerequisites ===
 +
* You have installed Corona as described on [[Corona Installation|installation page]].
 +
* You have started Corona server as described in [[Corona Installation#Running Corona|running instructions]].
 +
 
 +
== Execution ==
 +
# Run Corona clients for User_A.
 +
## cd ''<installClient>''
 +
## ./eclipse -Duser.name=User_A -clean
 +
##: on Windows you can skip "./" part.
 +
# 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|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 "User_A" with "User_B"
 +
# Interact with ''Workgroup'' collaboration features
 +
## Import Workbench projects into workspace. From the ''[[Corona Project Container Explorer|Project Container Explorer]]'' view...
 +
### Right click ''CoronaDemo''
 +
### From pop-up menu select ''Open Project Container''
 +
### Expand the CoronaDemo project container
 +
### Right mouse click on the Eclipse workbench project org.eclipse.corona
 +
### Select ''import''
 +
### When prompted "Do you want to import resources to workspace?"  click yes
 +
### When prompted for CVS username/password, enter ''anonymous''
 +
## View resources, team members, bugs, etc. in [[Corona Project Container View|Project Container View]].
 +
## Generate collaboration events
 +
##* Create/update/delete workbench project resources.
 +
##* You can see events in [[Corona Project Container View#Event list|Event List page of project container view.]] on both workbenches.
 +
## Chat with users within the ''Workgroup'' - select
 +
 
 +
=== Shutdown ===
 +
# Close the demo
 +
## Close the Eclispe Workbench for User_A
 +
## Close the Eclipse Workbench for User_B
 +
## Close the Corona server
 +
### Got the console window for the Corona server
 +
### Enter the command ''close''
 +
 
 +
== See also ==
 +
* [[Corona User Guide]]

Revision as of 06:50, 16 November 2006

Eclipse Home Wiki Home User Guide

Corona 1.0.0M5 Demo

The demo is intended to guide you with Corona that you can see current Corona features.

The demo will start 3 instances of Eclipse. The 1st instance is a non-UI Eclipse environment that is the Corona server. This is a server-side Eclipse environment used to host OSGi bundles and non-UI Eclipse plugins. The 2nd and 3rd instances are Eclipse Workbenches that will participate with each other in a Workgroup.

Instructions for downloading, setting up, and running the demo are available on the Corona’s installation page.

Prerequisites

Execution

  1. Run Corona clients for User_A.
    1. cd <installClient>
    2. ./eclipse -Duser.name=User_A -clean
      on Windows you can skip "./" part.
  2. An Eclipse Workbench will be start. It will be configured with its own workspace as well as define the user name of "User_A"
  3. 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
  4. Start the Eclipse Workbench for User_B
    • Repeat the steps above, replacing "User_A" with "User_B"
  5. Interact with Workgroup collaboration features
    1. Import Workbench projects into workspace. From the Project Container Explorer view...
      1. Right click CoronaDemo
      2. From pop-up menu select Open Project Container
      3. Expand the CoronaDemo project container
      4. Right mouse click on the Eclipse workbench project org.eclipse.corona
      5. Select import
      6. When prompted "Do you want to import resources to workspace?" click yes
      7. When prompted for CVS username/password, enter anonymous
    2. View resources, team members, bugs, etc. in Project Container View.
    3. Generate collaboration events
    4. Chat with users within the Workgroup - select

Shutdown

  1. Close the demo
    1. Close the Eclispe Workbench for User_A
    2. Close the Eclipse Workbench for User_B
    3. Close the Corona server
      1. Got the console window for the Corona server
      2. Enter the command close

See also

Back to the top