I'm a long time front end developer needing to do some backend work in Java. I'm familiar with database access techniques in both CF and .Net, but haven't had much experience in Java. I'm building an application that must be supported by either myself or much less experienced developers.
Is there a fairly simple to setup and easy to understand DB access system out there for Java? I feel like Hibernate is going to be too much for my team, but that straight up JDBC would have me reinventing the wheel.
Thanks in advance, Robert