Skyway Projects

From Skyway Wiki

Jump to: navigation, search

Structure

Skyway Projects follow a specific structure of artifacts and containers, outlined below.

Note that Folders can exist in any container artifact (containers are Service, Data Store, Operation, Web Controller, and Web Conversation). A Folder can contain the same set of artifacts that its parent container can contain, as well as other Folders.

Project
   ├─Service
   │    │
   │    ├─Data Type
   │    │
   │    ├─Data Store
   │    │    ├─Named Query
   │    │    └─Folder
   │    │
   │    ├─Operation
   │    │    ├─Action
   │    │    └─Folder
   │    │
   │    ├─Exception
   │    │
   │    └─Folder
   │
   └─Web Controller
        │
        ├─Data Type
        │
        ├─Data Store
        │    ├─Named Query
        │    └─Folder
        │
        ├─Web Conversation
        │    ├─Action
        │    └─Folder
        │
        ├─Exception
        │
        └─Folder
Personal tools