• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

EntityFacade and Xdoclet

 
Ranch Hand
Posts: 597
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
That's my roommate. He's kinda weird, but he always pays his half of the rent. And he gave me this tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic