I have an enterprise application on which I have to work. It has an
ejb module and a web module. Now I have to configure it on Netbeans. The problem is that the directory structure for both the modules is the same. The directory structure is like this
Now my job is to configure this project on netbeans without changing the directory structure. I don't know how to do it. All the source files are in the same folder for both the ejb and web module. How can I use selected files in the two modules. I am very confused so I would appreciate any help.
Thanks in advance...