Search:

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

Search: Search took 0.02 seconds.

  1. Spring Rest + ResultSetExtractor problem

    hi I am implementing rest services using spring 3 and also for data fetching using jdbctemplate.
    Currently i have to fetch a record from customer table based upon a customer id passed.

    For same i...
  2. Replies
    1
    Views
    1,917

    Optional parameters in rest url

    Hi

    Is it possible to have optional path variables while implementing rest services with spring 3.1.1

    ex.:

    foollowing urls must map to same method:

    http://localhost:8080/location/ind
  3. Replies
    1
    Views
    456

    JDBCtemplate performance concern

    Hi

    In my application I have option to use either :

    jdbctemplate.queryForObject() or jdbctemplate.execute(PreparedStatementCreator..)

    I know internally queryForObject uses...
Results 1 to 3 of 3