INFORMIX
DataBlade Developers Kit User's Guide
Chapter 3: Using BladeSmith
Home Contents Index Master Index New Book

BladeSmith Task Overview

After you design your DataBlade module, complete these general tasks to implement your design with BladeSmith:

    1. Set up a project environment.

    2. Import interfaces from other DataBlade module projects on which you want your DataBlade module to depend.

    3. Define new DataBlade module objects, in this order:

      1. Data types
      2. Routines, aggregates, and casts
      3. Custom SQL and client files

    4. Add test data for each object if it is an opaque data type, a user-defined routine, or a cast.

    5. Generate files.

BladeSmith uses code templates to generate much of the code for your DataBlade module objects. However, you must add code to make your routines operate the way you intend. After you edit the source code files, compile them; then test and debug them.

You can modify your project file, generate files, and recompile the source code as often as necessary until your development is complete. BladeSmith merges your previous edits into the newly generated source code files. When your DataBlade module is complete, use BladePack to create installation packages for each platform you support.




DataBlade Developers Kit User's Guide, version 3.6
Copyright © 1998, Informix Software, Inc. All rights reserved.