Search:

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

Search: Search took 0.02 seconds.

  1. Replies
    2
    Views
    1,602

    thank you for the quick reply. i'm not allowed...

    thank you for the quick reply.
    i'm not allowed to use annotations or write xml configuration for each bean separately, in fact, the project i am working on is an enterprise application that is...
  2. Replies
    2
    Views
    1,602

    Spring Auto-wiring.

    Assuming i have two classes Circle and Rectangle that implement an interface called Shape.
    And i have the following class:

    public class ObjectFactory {
    @Autowired
    @Qualifier("circle")
    ...
Results 1 to 2 of 2