Home | Previous Page | Next Page   Programming Guidelines > Programming Language Options >

Multilanguage DataBlade Module Issues

If you use more than one external programming language in your DataBlade module, you might have more than one resulting shared library after you compile your source code. Figure 3 illustrates the shared libraries you can produce from source code generated by BladeSmith.

Figure 3. Shared Libraries for Multilanguage DataBlade Modules
begin figure description - This figure is described in the surrounding text. - end figure description

For C and C++ server implementation code, BladeSmith generates a combined Visual C++ workspace file and UNIX makefile.

For Java server and client code, BladeSmith generates a single makefile that is appropriate for all platforms.

Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]