Search:

Type: Posts; User: spring; Keyword(s):

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    1,070

    Getting Multiple ResultSets

    Hello,

    I have certian code which is getting multiple resultsets using a callable statements.. I would like to chnage that using Spring Framework... Could anyone help me out with a small example.....
  2. Replies
    4
    Views
    1,067

    TransactionTemplate tt = new...

    TransactionTemplate tt = new TransactionTemplate();
    tt.execute(new TransactionCallbackWithoutResult()
    {
    protected void doInTransactionWithoutResult(TransactionStatus status)
    {
    ...
  3. Replies
    4
    Views
    1,067

    Thanks for the reply. But I was looking for...

    Thanks for the reply. But I was looking for something with plain JDBC and Spring. Could someone post an example.

    Thank you
  4. Replies
    4
    Views
    1,067

    Transactions in Spring

    Hi,

    I am new to the spring framework. I am trying to modify the code to use the spring framework.
    The original code is

    ----------------------------------------
    Connection conn;...
  5. Thank you Sandro... It cleared my doubts

    Thank you Sandro... It cleared my doubts
  6. Stored Procedures taking parameters and returning a resultset

    Hi,

    I am kind of new to Spring framework.. I am trying to modify the code which is using jdbc now..
    i am trying to modify the code to do it in the Spring Framework manner.

    below is the code i...
Results 1 to 6 of 6