Results 1 to 3 of 3

Thread: More efficient database access

  1. #1
    Join Date
    Aug 2008
    Posts
    16

    Question 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...

  2. #2
    Join Date
    Jun 2005
    Posts
    4,230

    Default

    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.

  3. #3

    Default

    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
  •