Skip to content

netage/StardogConnectionProvider

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

StardogConnectionProvider

Repository containing code belonging to our blog article about connection pool usage with Stardog in Java Application servers

The demo assumes that Stardog is running at localhost and has a store available named 'mystore' with credential 'guest':'readonly' this can be changed in the tomee.xml to match your setup.

To run the demo use:

mvn clean install

The demo has a deliberate error to show how the connection pool works the webapp does not close a connection which will result in a pool error after a number of tries since the connection is not returned.

This can be observed with JConsole see the blog article for more information

Note

the demo will install artifacts in your local .m2 repository if you want to get rid of them, simply remove:

~/.m2/repository/nl/netage/demo

About

Repository containing code belonging to our blog article

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages