DataSource « Web Service « Spring Q&A





1. DataSources configuration for a web app    forum.springsource.org

DataSources configuration for a web app Hi, In my development box, I have the commons-pool.jar, commons-dbcp.jar, commons-collections.jar and a JDBC driver under the Web container's common/lib directory. Now, in my deployment ...

2. Is it possible to use my own service locator for Data Source lookup?    forum.springsource.org

My service locator provides me all the functionalities I need. For instance, given datasource name, it returns me the connection object. How to hijack built-in JNDI lookup feature? So that, I ...

3. More than one DataSource for Service/DAO Combination    forum.springsource.org

More than one DataSource for Service/DAO Combination Hello. I have a service that is wired up to a DAO in my Spring Configuration.

4. Sharing DataSource among different webapps.    forum.springsource.org

Sharing DataSource among different webapps. I have been reading quite a few blogs and I am still not clear as to what is the best approach to my problem. I have ...

5. Web Service based application - Cache as a Master Data Source    forum.springsource.org

Hi, We want to develop a shopping web-application that interacts with system(s) of many vendors. It could be thro. web-services or any other means. Moreover, vendors can register themselves and the ...

6. error while exposing dataSource as service    forum.springsource.org

error while exposing dataSource as service hello, I am trying to expose the dataSource as an osgi service, so in my bundle dao I did : Code: ...