Help coderanch get a
new server
by contributing to the fundraiser
  • 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
  • Ron McLeod
  • Paul Clapham
  • Devaka Cooray
  • Liutauras Vilda
Sheriffs:
  • Jeanne Boyarsky
  • paul wheaton
  • Henry Wong
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Carey Brown
  • Mikalai Zaikin
Bartenders:
  • Lou Hamers
  • Piet Souris
  • Frits Walraven

XDoclet session facade generation

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello
Is there a way (XDoclet way) to generate session facade beans that will provide access to value objects (maybe instead data objects).
Facade Session Bean's remote interface provides create, findByPK methods which return BeanData objects. Then I can get Value Object through method getBeanFullValue, but this value object doesn't containg information about related beans (only data object fields are filled).
Could proper session facade be generated, or I have to write it on my own ?
 
Ranch Hand
Posts: 160
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Konrad,
Have you read this chapter on EJB code generation using XDoclet. Think you will find the answer there.
Best Regards
In future, post XDoclet threads to Other Open Source Projects.
 
reply
    Bookmark Topic Watch Topic
  • New Topic