Difference between revisions of "Teams Winter 2011/team1"

From CDOT Wiki
Jump to: navigation, search
(Project - BlackBerry Application Development Tutorial)
 
(2 intermediate revisions by the same user not shown)
Line 2: Line 2:
  
 
==== '''Lab 1- Basics Tutorial'''====
 
==== '''Lab 1- Basics Tutorial'''====
 
 
# [[team1/Preparing Eclipse | Preparing Eclipse]]
 
# [[team1/Preparing Eclipse | Preparing Eclipse]]
 
# [[team1/Creating your first Java project | Creating your first Java project]]
 
# [[team1/Creating your first Java project | Creating your first Java project]]
Line 25: Line 24:
 
# [[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'''
+
==== '''Lab 3 - RCP Tutorial'''====
 
# [[Teams_Winter_2011/team1/RCP/Create_RPC_Application | Create RPC Application ]]
 
# [[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_commands | Define and Use Commands ]]
Line 58: Line 57:
 
</div>
 
</div>
 
<div id="project">
 
<div id="project">
* '''Project - BlackBerry Application Development Tutorial'''
+
==== '''Project - BlackBerry Application Development Tutorial'''====
 
# [[Teams_Winter_2011/team1/BlackBerry/Create_BlackBerry_Project | Create BlackBerry Project ]]
 
# [[Teams_Winter_2011/team1/BlackBerry/Create_BlackBerry_Project | Create BlackBerry Project ]]
 
# [[Teams_Winter_2011/team1/BlackBerry/Change_Project_Icon | Change Project Icon and Output Name ]]
 
# [[Teams_Winter_2011/team1/BlackBerry/Change_Project_Icon | Change Project Icon and Output Name ]]
Line 64: Line 63:
 
# [[Teams_Winter_2011/team1/BlackBerry/Add_Menu_to_the_Application | Add Menu to the Application ]]
 
# [[Teams_Winter_2011/team1/BlackBerry/Add_Menu_to_the_Application | Add Menu to the Application ]]
 
# [[Teams_Winter_2011/team1/BlackBerry/Add_Elements_to_View_Screen | Add Elements to View Screen ]]
 
# [[Teams_Winter_2011/team1/BlackBerry/Add_Elements_to_View_Screen | Add Elements to View Screen ]]
# [[Teams_Winter_2011/team1/BlackBerry/Add_Elements_to_Add_Screen | Add Elements to Add Screen ]]
+
# [[Teams_Winter_2011/team1/BlackBerry/Add_Elements_to_Add_Screen | Implement Add Student Option ]]
 
# [[Teams_Winter_2011/team1/BlackBerry/Implement_Delete_Option | Implement Delete Student Option ]]
 
# [[Teams_Winter_2011/team1/BlackBerry/Implement_Delete_Option | Implement Delete Student Option ]]
 
# [[Teams_Winter_2011/team1/BlackBerry/Implement_Edit_Option | Implement Edit Student Option]]
 
# [[Teams_Winter_2011/team1/BlackBerry/Implement_Edit_Option | Implement Edit Student Option]]

Latest revision as of 19:39, 10 April 2011

Team 1 - Eclipse Tutorials

Lab 1- Basics Tutorial

  1. Preparing Eclipse
  2. Creating your first Java project
  3. Browsing Java elements using the package explorer
  4. Editing Java elements
  5. Creating a Java class
  6. Renaming Java elements
  7. Moving and copying Java elements
  8. Navigate to a Java element's declaration
  9. Viewing the type Hierarchy
  10. Searching the workbench
  11. Running your programs
  12. Debugging your programs
  13. Evaluating expressions
  14. Evaluating snippets
  15. Using the Java browsing perspective
  16. Writing and running JUnit tests

Lab 2 - OSGI Tutorial

  1. Create the Service Interface
  2. Implement the Service Provider
  3. Implement the Service Consumer

Lab 3 - RCP Tutorial

  1. Create RPC Application
  2. Define and Use Commands
  3. Define and Use Editors
  4. Define and Use JFace Viewers
  5. Create Configuration for RCP Application