Skip to content

Web application for running queries against JDBC sources

Notifications You must be signed in to change notification settings

mdrillin/webquery

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WebQuery

Summary

The WebQuery web application can be used for running queries against JDBC sources

This application was written for the purpose of demoing Teiid Dynamic VDB capabilities on OpenShift. The application can also be used on a standalone local JBoss instance.

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]/webquery

for example:

http://localhost:8080/webquery

About

Web application for running queries against JDBC sources

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published