Search:

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

Search: Search took 0.04 seconds.

  1. Replies
    22
    Views
    3,179

    Asynchronous Queue - handling duplicates

    I'm looking at using SI to process long running tasks asynchronously.

    The cafe example is similar to my needs - although I want to have multiple baristas - each handling a different type of order...
  2. Replies
    3
    Views
    945

    sure does! thanks a million!

    sure does! thanks a million!
  3. Replies
    3
    Views
    945

    Using 'in' with parameterized JdbcTemplate

    How do i turn a query such as:
    select id from table where name in ('jim', 'bob')
    into a parameterized query?

    Should it be like this:
    select id from table where name in ?
    is so how do I call...
  4. Replies
    0
    Views
    693

    nested lists values are resolved as Strings

    I build up a nested list as the response to a search, and put it in referenceData map:

    List<Account> results = new ArrayList<Account>();
    Account account = new Account("testAccountName");...
  5. Replies
    1
    Views
    859

    SimpleFormController gets called repeatedly

    According to my logging, for each single request to a page, the methods in my Controller are getting called mulitple times instead of just once. I'm really not sure why this happening!
  6. Replies
    12
    Views
    2,564

    Binding Composite Date Fields

    I have a form with 3 select boxes (day, month & year). I need to bind these fields to a single Date field in my command object. What is the best practice for doing this?
  7. Spring2 select tag - Failed to convert property value of type [java.lang.String]

    Hi
    I'm using the new Spring form taglib to display a drop-down selection of months. The select tag is displayed correctly but when the form is submitted the <form:errors path="month"/> shows the...
Results 1 to 7 of 7