Hunter, I use the xdoclet facade stuff to get the data and value objects from the CMP. You need to code the getters and setters for the data and value objects in the CMP bean, though.
The facade bean only exposes the data object, but it looks like the data object itself has a way to get at the value object. I have generated both. On Monday 24 March 2003 01:20 pm, Hunter Hillegas wrote: > I have xdoclet generating value objects for my CMP entities. That's working > fine. > > xdoclet doesn't seem to add the value object methods (getXXX()) to the > local interfaces I am using. Is there a way to have it do this? Otherwise, > I have a hard time using the value objects. > > Hunter > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > xdoclet-user mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/xdoclet-user -- I went to the race track once and bet on a horse that was so good that it took seven others to beat him! ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user
