Difference between revisions of "Teams Winter 2011/team1"
Line 24: | Line 24: | ||
# [[Teams_Winter_2011/team1/OSGI/Implement_the_Service_Provider | Implement the Service Provider]] | # [[Teams_Winter_2011/team1/OSGI/Implement_the_Service_Provider | Implement the Service Provider]] | ||
# [[Teams_Winter_2011/team1/OSGI/Implement_the_Service_Consumer | Implement the Service Consumer]] | # [[Teams_Winter_2011/team1/OSGI/Implement_the_Service_Consumer | Implement the Service Consumer]] | ||
+ | |||
+ | |||
+ | * '''Lab 3- RCP Tutorial''' | ||
+ | # [[Teams_Winter_2011/team1/RCP/Create_RPC_Application | Create RPC Application ]] | ||
+ | # [[Teams_Winter_2011/team1/RCP/Define_and_use_commands | Define and Use Commands ]] | ||
+ | # [[Teams_Winter_2011/team1/RCP/Define_and_use_editors | Define and Use Editors ]] | ||
+ | # [[Teams_Winter_2011/team1/RCP/Define_and_use_JFace | Define and Use JFace Viewers ]] | ||
+ | # [[Teams_Winter_2011/team1/RCP/Create_configuration | Create Configuration for RCP Application ]] |
Revision as of 10:34, 4 March 2011
This is Team 1's wiki page :)
- Lab 1- Basics Tutorial
- Preparing Eclipse
- Creating your first Java project
- Browsing Java elements using the package explorer
- Editing Java elements
- Creating a Java class
- Renaming Java elements
- Moving and copying Java elements
- Navigate to a Java element's declaration
- Viewing the type Hierarchy
- Searching the workbench
- Running your programs
- Debugging your programs
- Evaluating expressions
- Evaluating snippets
- Using the Java browsing perspective
- Writing and running JUnit tests
- Lab 2- OSGI Tutorial
- Lab 3- RCP Tutorial