I'm developing small JavaFX application that will use spring framework as it's DI container. Backend part will use Oracle 11gR2 database, but I'm confused which spring module I should choose to connect to Oracle - I'm going to use only JdbcTemplate, ORM is not an option.
I read a bit of Spring in Action 4 and author shows all modules that are present in "current" spring versions which was 4 at the moment of writing the book (picture below). So at first look it seems that I should add spring-jdbc-VERSION, but when I searched in google with connecting to oracle I found another spring project from spring data umbrella projects which points me to add spring-data-oracle dependency which is 2 years old and had no update since.
Does spring-jdbc include spring-data-oracle ? Can anyone explain it to me ? Eventually what I should add to project to reach my goal ?
Aucun commentaire:
Enregistrer un commentaire