posted 20 years ago
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 ?