|
Home > Our Products > Digital Gridworks™ Studio > Documentation > Application Extensions
|
| |
Application ExtensionsDigital Gridworks™ Studio has been designed from the ground up to be easily extensible throughthe use of application extensions. Many of the pieces of code that do interesting work are extensions.These include the database grammars that generate the exact SQL statement that is tailored for the specific connection you are using, or the data providers and consumers that let the Data Migration Servicesframework manipulate data easily and generically. The various plugins found in the menus are also application extensions.Developing New ExtensionsApplication extensions can be developed by anyone with a basic knowledge of programming languages. Knowledge of Java does help considerably since all the extensions interface withJava objects and interfaces. If you wish to develop an extension, visit the developer's guideto learn about the interfaces and extension loading methods. | |
|
|