Hi,
in the same application I have defined one datasource.
This datasource is using by hibernate (by org.springframework.orm.hibernate3.LocalSessionFactoryBean) and by jdbcTemplate (so without...
Type: Posts; User: Teox; Keyword(s):
Hi,
in the same application I have defined one datasource.
This datasource is using by hibernate (by org.springframework.orm.hibernate3.LocalSessionFactoryBean) and by jdbcTemplate (so without...
Hi,
I'm using configuration shown in this topic (http://forum.springsource.org/showthread.php?126046-Spring-Hibernate-WebSphere) in which I use Hibernate and Spring on WebSphere 7.0. I'd want to...
Hi,
I'm using Hibernate and Spring on WebSphere AS 7.0. I'm using this configuration and it seems working correctly, I'd want a confirm it is correct:
<?xml version="1.0" encoding="UTF-8"?>...
Hi,
I'm learning Spring and I have this question. I have many applications (web applications and others) deployed on my application server: I've read that singleton scope is the default scope for...