Skip to content

mdrillin/vdbmanager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VDB Manager

Summary

The VDB Manager web application is for use with Teiid, for the purpose of managing dynamic VDBs.

This application is limited in functionality and was written for the purpose of demoing Teiid Dynamic VDB capabilities on OpenShift. The application can also be used on a standalone local instance. The Teiid Designer tooling offers a more complete functionality for VDB deployment.

For more information on Teiid Desginer, including getting started guides, reference guides, and downloadable binaries, visit the project's website at http://www.jboss.org/teiiddesigner/ or follow us on our blog or on Twitter. Or hop into our IRC chat room and talk our community of contributors and users.

Building the Application

Clone this repo to your system, then build the application war

$mvn clean install -s settings.xml

This will generate the .war file into the target directory, which you can then drop into your JBoss deployments directory. Note : The settings.xml file is included, but you will need to modifiy it. First, install the EAP 6.1 repo locally - then modify settings.xml to reference it - (see Dependencies section)

Dependencies

The pom.xml provided has dependencies to JBoss EAP 6.1 and Teiid 8.4.1 currently.

Access the application

Once deployed you may access the application in your browser at:

http://[host]/vdbmanager

for example:

http://localhost:8080/vdbmanager

About

Web application for Teiid Source Management

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published