I have an old Spring 2.x project that was created from scratch. I have gotten use to and like JdbcTemplate. I am now starting another project and decided to use the best practices that Roo projects as well as annotations such as @RooBean to ease my development time.

How can I get Roo to setup a data connection for me w/o a persistence provider such as Hibernate?

Thanks,

Jeremy