Java, Programming
JSP use Expression Language to Access Spring Bean
In Spring bean you can easily access other beans. There have 3 methods to get beans in Java class.Java Annotation:@Autowiredprivate MyBean bean;XML:<bean id="person" class="org.springframework.beans.TestBean"...