ibatis « DataSource « Java Database Q&A





1. Accessing Datasource from Outside A Web Container (through JNDI)    stackoverflow.com

I'm trying to access a data source that is defined within a web container (JBoss) from a fat client outside the container. I've decided to look up the data source through JNDI. ...

2. iBatis | Configuring xml file as a datasource in ibatis    stackoverflow.com

How do I configure an xml file as the datasource in iBatis? thanks, R