![]() | ![]() | contents |
Once you have designed your application and created the source files, you are ready to build your application. There are four steps to building a VoltDB application:
Compiling the client application and stored procedures
Declaring the stored procedures in the schema
Compiling the VoltDB application catalog
This chapter explains these steps in more detail.
The VoltDB client application and stored procedures are written as Java classes[2], so you compile them using the Java compiler. To do this, you must include the VoltDB libraries in the
classpath so Java can resolve references to the VoltDB classes and methods. It is possible to do this manually by defining
the environment variable CLASSPATH or using the -classpath argument on the command line, like so:
$ javac -classpath "./:/opt/voltdb/voltdb/*" *.java
The preceding example assumes that the VoltDB software has been installed in the folder /opt/voltdb. If you installed
VoltDB in a different directory, you will need to include your installation path in the -classpath
argument. Also, if your client application depends on other libraries, they will need to be included in the classpath as
well.
[2] Although VoltDB stored procedures must be written in Java and the primary client interface is Java, it is possible to write client applications using other programming languages. See Chapter 15, Using VoltDB with Other Programming Languages for more information on alternate client interfaces.
The Tao of VoltDB
The 5 Principles of VoltDB
VoltDB Technosphere
Products and Solutions
Technical Support
Key Features
Download VoltDB
No Limits
VoltDB Application Gallery
Infinite Possibilities
VoltBuilder Program
