Dear all,
I am doing struts2 web project. During talking about spring, I want to know what is different as below two case??
(1) see below screen, it will set the property of service in struts2 files and also doing code of service in action class. Is it allow me to call services function in struts2 view
jsp file??
(2) I can use the service of MVC in the action class by importing the service namespace.