-
Aug 16th, 2008, 08:18 AM
#1
More efficient database access
Hi again!
Static SQL is a more efficient way to access databases. It gives you better problem determination functionality and it gives you stable access paths.
Is there a way in SpringBatch to use SQLJ or IBMs pureQuery to access databases?
Thanks in advance, Len...
-
Aug 17th, 2008, 02:42 AM
#2
Use of such tools is certainly not ruled out with Spring Batch, but they aren't what most Spring users are used to. You can pretty much write your business logic how you want, so you could certainly do it that way. Wherever we use SQL inside the framework, we use the more traditional Spring-oriented tools, but that shouldn't matter to an application programmer.
-
Jan 20th, 2010, 09:59 AM
#3
Nothing in SpringBatch that I'm aware of, but there is a Spring Module for pureQuery.
http://jira.springframework.org/brow...s:all-tabpanel
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules