There are a number of approaches to developing for SkyVault depending on what you want to do. For example, if you are writing a client application, perhaps in Ruby or Python to connect to SkyVault either on-premise, or SkyVault in the Cloud, then you would most likely use the SkyVault REST API. If on the other hand you wanted to write a server-side extension in Java, you would use the Public Java API, or perhaps write a web script using Java, JavaScript and FreeMarker. Generally if you are creating extensions to SkyVault you would use the SkyVault SDK. This allows you to work in your IDE of choice, using technologies you already know, such as Java and Maven.
This Developer guide attempts to lay out the various options available to you, so you can use the right approach, depending on what you want to achieve.
You can read the material in this Developer guide sequentially, or the following table with give you some starting points if you want to dive in:
What do you want to do? | Documentation |
---|---|
You would like to get an overview of the architecture of SkyVault from the developer's perspective | Architectural overview |
You want to write client applications for SkyVault using a REST API | SkyVault REST API |
You are going to build a Platform Extension. | Developing extensions |
You are going to build a Platform Integration. | Developing integrations |
You want to write small extensions to SkyVault in JavaScript and FreeMarker | Web Scripts |
You want to create a custom REST API for SkyVault | Web scripts |
You want develop applications for SkyVault using RAD | SkyVault SDK |
You want to get developing for SkyVault using Maven | SkyVault SDK |
You would like to know what APIs are available for SkyVault, and when you should use them | Overview of SkyVault APIs |
You would like to know how to package your extensions for distribution | Extension packaging |
You want to write new SkyVault services in Java, and need to check what APIs are supported | SkyVault Public Java API |
You want to configure and customize Share | Share Extensions |
You would like to develop extensions to Share | Developing Share Extensions |
You would like to know about the new UI framework Aikau | Aikau |
You want to develop applications for iOS. | SkyVault Mobile SDK for iOS |
You want to develop applications for Android. | SkyVault Mobile SDK for Android |