innocode

Saturday, May 12, 2007

Meeting 2007-05-19(updated)

Time & Location
  • 12PM @ BA3200

Topic
  • Class design

Preparation
  • UI
    • Find some example code that uses child window(for displaying classes) in Eclipse plugins/RCP applications
  • Core
    • Investigate on how to deploy a RCP application(finding a sample will help a lot)
    • Bring(electronically) a complete skeleton RCP application source code that is runnable(displays an empty window) with comments
  • Model
    • Design a model(data) class that represents a java file with following information
      • Class name(access modifier, extends, implements)
      • instance variables(name, access modifier, type)
      • methods(name, access modifier, arguments, return type)

0 Comments:

Post a Comment

<< Home