How will you implement ApplicationContext in Spring framework?

Publicado el: 30 mayo 2017
en el canal de: Knowledge Powerhouse
784
1

Q. How will you implement ApplicationContext in Spring framework?

ApplicationContext in Spring can be implemented in one of the following three ways:

FileSystemXmlApplicationContext: If we want to load the definitions of beans from an XML file then FileSystemXmlApplicationContext is used. The full path of XML bean configuration file is provided to the constructor.
ClassPathXmlApplicationContext: To loads the definitions of beans from an XML file in the CLASSPATH, we use ClassPathXmlApplicationContext. It is used for application context embedded in jars.

WebXmlApplicationContext: To provide configuration for a web application WebXmlApplicationContext is used. While the application is running, it is read only. But it can be reloaded if underlying application supports it.

Join the full course on Spring Interview Questions for just $10 today!

https://www.udemy.com/spring-intervie...

Source: www.knowledgepowerhouse.com


En esta página del sitio puede ver el video en línea How will you implement ApplicationContext in Spring framework? de Duración hora minuto segunda en buena calidad , que subió el usuario Knowledge Powerhouse 30 mayo 2017, comparta el enlace con amigos y conocidos, en youtube este video ya ha sido visto 784 veces y le gustó 1 a los espectadores. Disfruta viendo!