Hi,
I am working on a project which involves ejbs and regular
java classes.. Our team seems to have agreed on a package structure like
com.myproject.mymodule.classes.(the class files here) and com.myproject.mymodule.ejb.myejb.(the
ejb files here)
This package structure starts under a folder called code.. There is another team which prefers a package structure like
code/ejb/ com.myproject.mymodule.myejb.(the ejb files here) and
code/classes/ com.myproject.mymodule.(the class files here)
Which of these is the better one? Why? We are working with Weblogic.