Custom spring bean
- by Hari
Hi,
I want to convert some of our internal API into a spring bean that we can use in other projects. This API needs some instantiation and other logic which I want to encapsulate in this bean so that we can just put the bean into our app context with necessary propoerties alone.
I remember having read an article on this somewhere in the past - but cant find it now.
Any pointers to something similar will be helpful