The primary goal of the Spring Data project is to make it easier to build Spring-powered applications that use new data access technologies such as non-relational databases, map-reduce frameworks, and cloud based data services.
There are still many good uses for a relational database and this modules provides support for working with Querydsl for JDBC as well as an improved programming model for working with legacy and advanced features of the Oracle database.
You can find out more details from the user documentation or by browsing the javadocs.
All you need to do to include the project in your project is shown on the project page
NOTE: Before you build the project you will need to download the necessary Oracle jars and import them into your local Maven repository. See spring-data-oracle/README.txt for more details on how to obtain and install these jars.
For building the project you need to use Java SDK version 1.6.
Spring Data JDBC Extensions uses Gradle as its build system. To build the project run:
./gradlew build
from the project root folder. This will compile the sources, run the tests and create the artifacts.
To generate IDE-specific files, use
./gradlew eclipse
or
./gradlew idea
depending on your editor.
Here are some ways for you to get involved in the community:
- Get involved with the Spring community on the Spring Community Forums. Please help out on the forum by responding to questions and joining the debate.
- Create JIRA tickets for bugs and new features and comment and vote on the ones that you are interested in.
- Github is for social coding: if you want to write code, we encourage contributions through pull requests from forks of this repository. If you want to contribute code this way, please reference a JIRA ticket as well covering the specific issue you are addressing.
- Watch for upcoming articles on Spring by subscribing to spring.io
Before we accept a non-trivial patch or pull request we will need you to sign the contributor's agreement. Signing the contributor's agreement does not grant anyone commit rights to the main repository, but it does mean that we can accept your contributions, and you will get an author credit if we do. Active contributors might be asked to join the core team, and given the ability to merge pull requests.