Search:

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

Search: Search took 0.04 seconds.

  1. Does Spring Dependency Injection use Strategy design pattern?

    Hello every one,

    I am very new to Spring Framework. Can anyone tell me does Spring DI use Strategy design pattern? if not, does that mean Spring DI is a new design pattern?
  2. Is Spring TransactionalJUnitTests actually integration test?

    Hello everyone,

    I am not sure if this is right place i post my question. I have a question about spring junit framework (extends AbstractTransactionalJUnit4SpringContextTests). is this test...
  3. Replies
    2
    Views
    1,858

    Strang problem with Spring @InitBinder

    Hello, I have 2 domain class User and Role, their relationship is Many-to-Many, I want to transfer a user object with roles from front end jsp view to backend spring mvc controller. I use @InitBinder...
  4. Replies
    2
    Views
    1,540

    Hello, do you mean i need to put these code into...

    Hello, do you mean i need to put these code into my User controller ? Thanks.
  5. Replies
    2
    Views
    1,540

    Spring 3.0.4 @InitBinder doesn't work

    Hello everyone,

    I am new to the Spring 3 framework, I want to use spring form tags to serialize my domain object and transfer into my backend controller. following is my code:

    /**************...
  6. Maven test using spring AbstractTransactionalJUnit4SpringContextTests

    Hello everyone,

    I am trying to create a spring hibernate project based Maven typical project structure. The project work properly, but when i tried to use Maven test command to run unit test cases...
Results 1 to 6 of 6