Best of all, I am using IntelliJ 8.3 with Spring MVC, and I have a problem, my WelcomeController.java is my driver and I want to use the methods that are in CatalagFacadeImpl.java but will not let me, I do not know, please help
Note: My WelcomeController, java is in HTML-> src-> package.web-> WelcomeController.java my controller.
The view the HTML-> web-> WEB-INF -> jsp -> welcome.jsp
servlet and the HTML-> web-> WEB-INF -> dispatcher-servlet.xml
and the methods I use in my controller is in CatalogFacadeImpl
HTML -> backend -> java-src -> CATW -> src -> Spring.web -> business-> impl-> CatalogFacadeImpl.java
If anyone knows and can help me