Hi,
I have a problem concerning xdoclet:
For understanding:
We are separating the code for ejbs in two projects (with two different packages)
e.g.
STestBean:
project XY_EJB, package test.server.ejb
STestBeanHome / STestBean
project XY_GROUP, package test.group.ejb
Client:
project XY_CLIENT, package test.client
The client project does not see the server project and vice versa. both only see the group-project. This approach guarantees that both client and server implementation are exchangeable.
So the problem:
I can define which package the home/remote-interfaces go into. But how can I define that these interfaces should end up in an other project?
Perfectly Í could define based on the package name which project/sourcefolde to use, because e.g. dao-classes should stay in the server-project
I hope someone can help me with that
Greetings Michael