--- Gagn�_Jean-Christian <[EMAIL PROTECTED]> wrote: > Hi > > I already asked this question but did not receive > any answer. > > For our application, we use session beans but no > entity beans. Our business > model classes are Plain Old Java Objects made > persistent with Toplink. > > Can I generate ValueObjects with xdoclet on classes > that are not entity > beans ?
why do you need value objects for your pojos? Value object were "invented" for entity beans because of their remote nature.... Your pojo is already value object ( of course if it's serializable ) regards, ===== ----[ Konstantin Pribluda ( ko5tik ) ]---------------- Zu Verst�rkung meines Teams suche ich ab Sofort einen Softwareentwickler[In] f�r die Festanstellung. Arbeitsort: Mainz Skills: Programieren, Kentnisse in OpenSource-Bereich ----[ http://www.pribluda.de ]------------------------ __________________________________ Do you Yahoo!? Yahoo! Finance: Get your refund fast by filing online. http://taxes.yahoo.com/filing.html ------------------------------------------------------- The SF.Net email is sponsored by EclipseCon 2004 Premiere Conference on Open Tools Development and Integration See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. http://www.eclipsecon.org/osdn _______________________________________________ xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user
