Releases: stardog-union/stardog-spring
3.1 Release
3.1 release, see http://stardog.com
Stardog 3.0 Support
Stardog 3.0.0 Support
Stardog Spring 2.2.4
Support for Stardog 2.2.4
Stardog Spring 2.1.2
Support Stardog 2.1.2 with new mechanism for using embedded providers, and decoupling the embedded server support from the Spring bindings (i.e. making it easier to include stardog-spring as a dependency).
Stardog 2.1
Update for Stardog 2.1
Stardog Spring 2.0.0
Stardog-Spring 2.0.0 release, compatible with Stardog 2.0.0.
This is Spring Framework integration for Stardog RDF Database. These bindings provide Spring aware beans to provide an analogous feature set to Spring's jdbcTemplate.
Applications requiring a batch framework can also take advantage of Spring Batch. The appropriate Spring Batch reader/writers for Stardog are also included.
Main changes are to add SnarlTemplate methods for SPARQL update, ask query and remove named graphs.
Stardog Spring 1.2.3
Stardog-Spring 1.2.3 release, compatible with Stardog 1.2.3 and prior.
This is Spring Framework integration for Stardog RDF Database. These bindings provide Spring aware beans to provide an analogous feature set to Spring's jdbcTemplate.
Applications requiring a batch framework can also take advantage of Spring Batch. The appropriate Spring Batch reader/writers for Stardog are also included.
Main changes are the new out of the box mappers for common result set mapping operations, namely the SimpleRowMapper which returns Map<String,String> and SingleMapper which returns a string.