What stereotype annotations are there in spring?
How could you add a bean for test purposes in spring?
What is IOC in the spring framework?
inversion of control - the ioc container manages the lifecycle of beans in the conxtext, instead of in the app.
What is DI in spring?
When the ioc container injects dependencies from the context into the bean via e.g constructor injection.
What is component scanning in spring?
What is a Messaging Gateway?
A messaging gateway typically acts as a translation mechanism, abstracting the details of formatting, protocols, and message transfer to enable communication between different systems by ensuring compatibility and understanding on the receiving end.