| Author |
EntityFacade and Xdoclet
|
Sandeep Awasthi
Ranch Hand
Joined: Oct 23, 2003
Posts: 597
|
|
Dear All, I am new to Xdoclet, I just have learned how to create Facade for Entity Bean, but my facade gets generated seperately for each entity bean. I want to know is there a way by which I can generate single facade for all entity bean? I tried to use destinationFile attribute in <entityfacade destinationFile="TestFacade.java" />, but it gives me error whenever I use this attribute( unless I use {0} in destinationFile and if use {0} then per class outut is generated which I do not want) can anyone help me in this. here is my build file. If I do not use destinationFile, then per class facade is generated, but I want to have single facade for all the Entity Beans
|
Sandeep
|
 |
 |
|
|
subject: EntityFacade and Xdoclet
|
|
|