ServiceMix is built on top of Spring so we are using the Spring JDBC template. It helps with TX, row set to data objects transformations, handles connections, stored procedures and more:
http://www.springframework.org/docs/reference/jdbc.html We use apache commons pooling and dbcp: http://jakarta.apache.org/commons/pool/ http://jakarta.apache.org/commons/dbcp/ dkd -----Original Message----- From: ldangelo [mailto:[EMAIL PROTECTED] Sent: Thursday, July 13, 2006 6:10 PM To: [email protected] Subject: Database integration What is the best/easiest way to integrate with a database? I have used the jdbc connector in mule... is there anything similar with servicemix? I'm looking to fetch records one at a time out of a queue table and process them. Thanks in advance, -LeoD -- View this message in context: http://www.nabble.com/Database-integration-tf1938668.html#a5312503 Sent from the ServiceMix - User forum at Nabble.com.
