we have quite a few projects that use the same codebase (backend code). Just the frontend tends to be different. We decided that the best approach would be to seperate backend a
Since the spring bean configuration files are in the classpath, you need to add the prefix claspath to the resource location:
<import resource="classpath:spring/Database.xml"/> <import resource="classpath:spring/Services.xml"/> <import resource="classpath:spring/Frontend.xml"/>