6
I’m trying to adjust a file structure to start a big project, an ERP to be more exact. Today, there is a good part of it made in PHP in a disorderly way. Let’s adopt Java Web (Maven + Spring MVC + JSP + Hibernate) to create the next modules and future remake the other modules. Within what has already been studied, I have a doubt, probably silly for you, but for me, I have not yet found the way.
We thought of creating a project for each module (system) only that there may be the possibility of a project having to use the resources of another project, in specific, parts of the view. How to control this view resource exchange?
I know Maven controls the dependencies and tals via multi-modules, but how would that matter of, for example, if I had a folder with images in Project A, and I needed to use them in Project B without having to give the full path?
thanks in advance.
Thanks for the ideas utluiz and rdeandrade. I will try to see what I do and any later I put here the solution that was most appropriate to me.
– Zanoldor