What is Application Context?

Technology CommunityCategory: SpringWhat is Application Context?
VietMX Staff asked 3 years ago

On the surface, an application context is the same as a bean factory. Both load bean definitions, wire beans together, and dispense beans upon request. But it also provides:

  • A means for resolving text messages, including support for internationalization
  • A generic way to load file resources
  • Events to beans that are registered as listeners