@jkwatson I can’t comment on the stability as I’ve only been messing around with it for a little bit on Friday, the only thing it gives you is a C3P0 connection pool and pretty much a way to execute SQL queries with a callback. It’s a bit too low level for me (I don’t want to manually extract data from a resultset into objects, that’s what ORM were developed for), hence the reason I’m looking at other options.
Hibernate I’ve used before with C3P0 and the connection pool makes a huge difference, Hibernate 3 didn’t have async support as far as I know (not sure about the latest version)
Apache Torque seems dead, so not touching it
Exposed looks like the nice middle-ground what I’m looking for in this project, just wondering if it has a connection pool out of the box, or if you can get it working with one and if it has async support.