
There are two main types of development project:
Local Projects
All the project resources are stored only in the file system of your PC. In projects of this type, you work on relatively small tasks or conduct tests. Moreover, you do not define any external interfaces to make your project available to other projects. The Java Development Infrastructure is not used for local projects.
Component-Based Projects
Component-based projects are development projects that have to split into several projects and given to a team of developers. In contrast to local projects, these are Development Component projects. This means that a development project is identified with a development component (DC). For more information, see Working with the Development Infrastructure .
Process Flow
Before you create a Web service: