1 package for 2 modules
Ciao
I have a problem, I have a project consisting of two webapps (modules)
each has it's own source folder and package name
however some of the classes they use are nearly identical, so i want to refactor them into a seperate package that i can deploy to both web-apps... so that i keep a single set of shared classes instead of two seperate sets...
anyone know how i can do this?
i had a look at the forum and docs but no luck ...so i'm asking here so anyone else who needs to know can find it again
many thanks!
ciao, SJ
请先登录再写评论。
create a new module, which both your existing one will depend on and move/refactor the classes you want in it ?