Holooly Plus Logo

Input / Question:

Input / Question:

What are important ApplicationContext  implementations in spring framework?

Verified

Output/Answer

  • ClassPathXmlApplicationContext – This context loads a context definition from an XML file located in the class path, treating context definition files as class path resources.
  • FileSystemXmlApplicationContext – This context loads a context definition from an XML file in the filesystem.
  • XmlWebApplicationContext – This context loads the context definitions from an XML file contained within a web application.