Datasource and transaction manager scope in Spring? -


in spring application should scope of datasource , transaction manager?as per understanding both should singleton. correct?

absolutely. aren't kinds of objects should have more 1 floating around.


Comments

Popular posts from this blog

sql - text truncated using perl DBI insert -

c++ - Is it possible to compile a VST on linux? -

php - Pass object by reference or value -