Top "Datasource" questions

Datasource is a name given to the connection set up to a database from a server.

How do I lookup a JNDI Datasource from outside a web container?

I have the following environment set up: Java 1.5 Sun Application Server 8.2 Oracle 10 XE Struts 2 Hibernate I'm interested to know how …

java jdbc datasource jndi
Open-source / free universal EPG / XMLTV data API or service, or how to make one?

I am looking for (an open-source, aka "free") data-source for universal EPG / XMLTV services? The project needs updated/updateable real-time …

xml datasource api-design television epg
data sources derby - connection refused

I am trying to connect a database with a java project. After reading some tutorials and the course support, I …

database websphere datasource derby
spring boot autoconfiguration with jdbc template autowiring dataSource issue

I'm new to Spring and to J2EE in general. I'm having trouble using JDBC template with Spring Boot autoconfiguration. …

spring jdbc datasource spring-boot autowired
referring Tomcat JNDI datasource in persistence.xml

in server.xml I've defined global resource (I'm using Tomcat 6): <GlobalNamingResources> <Resource name="jdbc/myds" auth="Container" …

java hibernate tomcat jpa datasource
Spring Data JPA - Multiple EnableJpaRepositories

My application has multiple data sources , so i have created two data source configuration classes based on this URL . But …

spring hibernate jpa spring-data-jpa datasource
Oracle data-source configuration for Spring

In the Spring framework, how is an Oracle data-source configured?

oracle spring datasource
Ubuntu Tomcat7 java.lang.ClassNotFoundException: org.apache.tomcat.dbcp.dbcp.BasicDataSourceFactory

I'm trying to set up a JDBC DataSource in Tomcat 7 under Ubuntu 12.X, so I added the following to the …

tomcat ubuntu jdbc datasource tomcat7
React-Native Updating List View DataSource

I have an iOS app I am making with react-native. The Game class contains a ListView component. I set the …

javascript ios arrays datasource react-native