2 Replies Latest reply on Apr 5, 2004 10:05 AM by ahardy66

    How to organize a project structure for team development

    dan2000

      I am currently in a project with other four developers. we are gonna assign the tasks based on modules. that means each of us will write ejbs,jsps and servlets. we have a JBoss server and we are gonna share it during the development. My problem is: how should we construct the project ? if we set up 1 project and each of us pulls the project from CVS. how can we share configuration files(e.g web.xml, struts-config.xml)? and how to deploy the project for testing? Is there any well known solution for this kind of J2EE team development?