RE: [Xdoclet-user] Value-Objects & CMR: another

2002-12-14 Thread Aslak Hellesøy
This question has been asked one billion times before. Please search the mail archives. http://www.mail-archive.com/xdoclet-user%40lists.sourceforge.net/ http://www.mail-archive.com/xdoclet-devel%40lists.sourceforge.net/ Aslak > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMA

Re: [Xdoclet-user] Value-Objects & CMR: another

2002-12-14 Thread Matt Raible
I am interested in this same topic and I am using the task to generate POJO to be used by hibernate. Since it appears that VO supports relationships b/w other VOs, is it possible that the task will pick up these same relationships when generating forms? Thanks, Matt On Saturday, December

[Xdoclet-user] Value-Objects & CMR: another

2002-12-14 Thread Dylan van Iersel
Hi all, I am using XDoclet 1.2b2. The documentation on "dataobject" so far states "Creates "data objects" for Entity EJBs. This task is currently being deprecated in favour of Value Object which is more powerful in terms of relationships (1-1, 1-n and n-m)." Can somebody explain to me in what wa

[Xdoclet-user] Value Objects & CMR

2002-12-14 Thread Dylan van Iersel
Hi all, >From the xpetstore examples, I gather that I can have XDoclet generate a Value Object and define an abstract getter/setter to access it. For example, from ItemEJB: * @ejb.value-object * name="Item" * match="*" /** * @ejb.interface-method * @ejb.transaction *

[Xdoclet-user] Problem with value objects & CMR..

2002-12-14 Thread jerome moliere
Hi all, a few weeks ago I've choosen to use Xdoclet 1.1.2 because i encountered problems with the beta version.. Now I 'm embarassed with CMR & value objects because I can't use any field involved in such relation in my value objects. I hope it's possible to fill the holders with the foreign ke