Hello,
I am completely new to Spring Batch and am just getting started with it, so I apologize if some of my questions are too obvious!
In my department we use Microsoft SQL Server databases. Also, we are restricted to the usage of stored procedures when interacting with the database. That's why I am trying to adapt the job and step incrementer to that policy and haven't succeeded so far.
Therefore, I was wondering if it is possible to use 2 databases simultaneously, the standard one for data processing and keep the embedded HSQLDB (or any other database) only for the framework?
Cheers,
Choucri


Reply With Quote
