In a typical JEE project I have a parent module that my children all inherit from. My modules look like:
parent ear ejb web jar My debate is how to best put this into version control? Do most of you commit the parent directory that holds all the submodules as 'one project' or do some of you like to commit each module separately? I'm leaning towards just checking in the whole parent directory as one project, since the modules are all so closely related. Although the jar file (Which is mostly util stuff can really be stand alone I suppose and in theory the ejb module could be used by another web project, but that's extremely unlikely. ) -- Rick --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
