struts actions package: "struts", other packages?
Most of the code I see places the developer defined struts Java classes in a package called "struts".
Is this what developers do for large struts based projects?
I'm thinking I want to store my struts actions Java classes in different logical packages based on what they map to within my software. But before I do this, I want to check to make sure I'm not missing anything :)
|