To access the Beans from the XML file we can use BeanFactory.(see the example)
BeanFactory fact=new XMLBeanFactorynew (new FileSystemResources("XMLfilename.xml"));
To access the Beans from the XML file we can also use ApplicationContext.
ApplicationContext context=new ClassPathXmlApplicationContext("XMLfilename.xml");
For Further Reading,
- Spring Framework - Example of Database Connectivity with DataSource
- Spring Framework- Execption handling in AOP
- Spring Framework - Example to use @Before annotation with args() in AOP
- Spring Framework-Example to use JoinPoint in AOP
- What is XML ?
- How to insert a record in table using hibernate.
- How to write hibernate code in java application
- How to set Hibernate environment in java application
- How to import xml file in another xml ?
- Spring Framework - MethodReplacer Example in spring
0 comments:
Post a Comment