Skip to content

octave0694/spring_framework_ioc_xml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Official documentation
The base interfaces of spring IOC are BeanFactory and ApplicationContext. the main implementations are :

  • AnnotationConfigApplicationContex
  • ClassPathXmlApplicationContext
  • FileSystemXmlApplicationContext
  • GenericApplicationContext

In this example i'll show the xml based configuration of beans in IOC.

About

a simple spring app to configure IOC with xml

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages