Search:

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

Search: Search took 0.02 seconds.

  1. Replies
    0
    Views
    437

    Spring default settings

    Hi,

    Spring adopts convention over configuration approach. I wonder if there is a doc list all the default settings.

    thnx

    java guy.
  2. Is there a recommended/generic way to implement JDBC select for pagination?

    Is there a recommended/generic way to implement JDBC select for pagination?

    The following SQL only works for a few DBs, but it improves performance greatly.

    SELECT column FROM table
    LIMIT 10...
  3. Help - how to handle large result set in a session?

    I need to implement a search engine web app. If the search result is huge, and I need to support nagvigation back and forth between the result pages, how should I handle this?

    1) save the...
  4. Replies
    1
    Views
    1,396

    Threading Question

    I saw most of the samples set the load-on-startup to 2 for the DispatcherServlet.

    Why we need more than one DispatcherServlet instances?
    If all the instances have the same values, does multiple...
  5. Forward from MultiActionController to other Controllers

    I have a simple webapp using index.jsp as a template, and import/include the content depends on the action parameter, i.e. index.jsp?action=XXXX

    Index.jsp
    <header>
    <navigation>
    <c:import...
  6. Replies
    1
    Views
    15,894

    Help: RowMapper vs ResultSetExtractor

    I am new to SpringFramework. I am confused by the usage between RowMapper and ResultSetExtractor.

    It seems I have to implement 2 different interfaces for the same function, ie.

    List l =...
  7. Replies
    2
    Views
    1,913

    Thanks. It worked. So the idref is short hand...

    Thanks. It worked. So the idref is short hand and error-proof for <value/> only then :)
  8. Replies
    2
    Views
    1,913

    Help: TypeMismatchException

    I am new to SpringFramework. I tried to use c3p0 connection pool with my code. I can use the XmlBeanFactory to get the ComboPooledDataSource. However, I got TypeMismatchException when I tried to...
Results 1 to 8 of 8