此内容没有您所选择的语言版本。
2.4. VDB Deployment
VDB deployment can be done directly through VDB metadata objects that are the underpinning of vdb.xml deployment. Models (schemas) are deployed as a set to form a named VDB (see the
EmbeddedServer.deployVDB
method).
Typically there is no concept of VDB versioning.
XML Deployment
Similar to a server based -vdb.xml deployment, an
InputStream
may be given to a vdb.xml file. See the EmbeddedServer.deployVDB(InputStream)
method.
ZIP Deployment
Similar to a server based .vdb deployment, a
URL
may be given to a ZIP file. See the EmbeddedServer.deployVDBZip
method. The use of the ZIP lib for dependency loading is not enabled in the embedded version.