facebook

XDOclet and destination for generated code

  1. MyEclipse IDE
  2.  > 
  3. General Development
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #199810 Reply

    diaxwm
    Member

    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

    #199840 Reply

    Scott Anderson
    Participant

    Michael,

    The short answer from me is that I have no idea. While we do use XDoclet a good bit, we’ve never tried to anything like ‘cross-project’ builds. It’s really not designed to do that, so if anyone has something like that working, please feel free to chime and and let us know how you did it. 🙂

    –Scott
    MyEclipse Support

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: XDOclet and destination for generated code

You must be logged in to post in the forum log in