How to develpe a client for Omnipkg11
Team Organization (Group 11)
1 tester |
| 2 programmer on Client application |
| 1 web srvice programer and admin on server side |
| for last week |
| 2 inegration tester |
| 2 web srvice programer and admin on server side |
How to develpe a client for Omnipkg11
|
| 1) Switch to the appropriate perspective: Window->Open Perspective->
Java |
|  |
2)Import the necessary plug-ins through a widget: "File->Import...->External Plug-ins and Fragments". |
|  |
3) Choose "Select All" to import all the plug-ins into your workspace. Click finish.
|
|  |
Afterwards, plug-ins will be copied into your workspace and they will be
available in the classpath. You can see the imported plug-ins and their
source code from "Window-> Open Perspective -> Plug-in Development." |
4) To create a plug-in project, choose "File-> New -> Project...-> Plug-in Project".
|
|  |
5) Add the two classes to your project
1)IUniqueID.class
2) UniqueID.class
interface IUniqueID {
public String getUID();
}
|
|