with IDEA, do you have to organize by package or you can do by folder if you want?
When using packages, I am forced to put all files under a package, but sometimes I want a folder to hold all 'xxxService' related files like the interface + Impl + helpers.