I have a Tapestry5.1 app using tapestry-hibernate which now needs to connect to a 2nd (separate, not redundant or load balanced) database.
I've read that you can do this in hibernate by creating 2 separate session factories.
I'm not sure how to configure this in tapestry-hibernate though.
Any ideas?