views:

33

answers:

1

I've gleaned that adding the context:component-scan will enable adding any jar with bean annotated as @Bean to the spring configuration, but , while getting lost in the Framework reference...

  • How can I add that bean as interceptor on specific channel?
  • How can bean properties be initialized if there's no element in the context.xml to specify them ? (such as String properties)

Thanks to all .... (it's spring framework 3.0.)