How to modularize a (large) Java App?

前端 未结 7 1193
感情败类
感情败类 2021-01-30 18:42

I have a rather large (several MLOC) application at hand that I\'d like to split up into more maintainable separate parts. Currently the product is comprised of about 40 Eclipse

7条回答
  •  感情败类
    2021-01-30 19:11

    I wouldn't recommend Maven for a legacy source code base. It could give you many headaches just trying to adapt everything to work with it.

    I suppose what you need is to do an architectural layout of your project. A tool might help, but the most important part is to organize a logical view of the modules.

提交回复
热议问题