Search:

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

Search: Search took 0.03 seconds.

  1. Replies
    6
    Views
    1,910

    1.3.1 release date estimate?

    I'm currently using 1.3.1 snapshots for a project, but if there won't be a release of that version before we need to go to production in a couple months, I may need to consider reverting to 1.3.0. Is...
  2. Replies
    1
    Views
    1,778

    Spring MVC with Guice?

    Is it possible to use Spring MVC with Guice as the DI framework? It seems likely to me that some of the Spring MVC features (annotations, etc) depend on the Spring DI framework. Is that the case?
  3. Thanks!

    No problem. I understand the limitations, and I'm impressed with how quickly you responded! Having that be a warning is very workable.
  4. Spring IDE and PropertyPlaceholderConfigurer

    We extend PropertyPlaceholderConfigurer to provide environment specific (D, Q, P) properties, but the Spring IDE seems to choke on lines like this:

    <constructor-arg index="0">
    <ref...
  5. Replies
    5
    Views
    2,326

    No answer? Have I stumbled upon some particularly...

    No answer? Have I stumbled upon some particularly non-configurable part of Spring?
  6. Replies
    5
    Views
    2,326

    shameless bump

    shameless bump
  7. Replies
    5
    Views
    2,326

    Customize MultiActionController methods?

    Hello,

    I searched but didn't find this answer. We'd like to customize the method signatures of all our MultiActionController methods. Basically, we want to grab a model object out of the session...
  8. Replies
    4
    Views
    1,694

    Thanks! It looks obvious now that you spell it...

    Thanks! It looks obvious now that you spell it out, but I wasn't grasping the use of the CallableStatementCallback interface.
  9. Replies
    4
    Views
    1,694

    JDBCTemplate query method for StoredProcs?

    I noticed all the query methods on JdbcTemplate take PreparedStatementCreators or Strings (for SQL). Why aren't there any query methods that take a CallableStatementCreator and a RowMapper, for...
Results 1 to 9 of 9