You are here

Rapid Application Development (RAD)

These tutorials cover how to employ the RAD features of the SkyVault SDK.

Rapid Application Development (RAD) and Test Driven Development (TDD) are big goals for the SkyVault SDK. The SDK is designed to support the hot reloading of code (via Spring Loaded) so that you can modify JavaScript, FreeMarker and Java code, and have the changes take effect without having to click the Refresh Web Scripts button, restart SkyVault Tomcat, or restart anything else.

For example, in your SDK project, you can change test code, re-run your test, and the results will be displayed immediately. This allows for Test Driven Development (TDD).

The hot reloading above all saves you time as a developer. No more waiting around for SkyVault Tomcat restarts to see your code changes take effect.

Important: It is assumed that you will work through the tutorials in this section in the order in which they are presented.