Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I've taken a few courses in computer science, and of course have written numerous programs. However, I've never written a program with more than 12 or so source files, and maybe 20-30 resources. How should I structure a larger Java project? Maven provides a base for good structure, but beyond that, is there any "best practice" to use? I'm trying to build a 2d rigid body physics library, but all the source is in the same file, and all of the resources are in one big res. What should I do?

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.