Hello;
I'm a novice on spring, i started to develop a new application with 2 modules, each one is a project, the first one is a java project, it contains the services beans declared in a servicescontext.xml, the second prpject is a web application that use the first project. I need to declare beans in the web application that use the services beans(the java project).
Thank you