Header of Value Object template ('valueobject.xdt' in ejb module)
-----------------START ------------------------
/*
 * Generated file - Do not edit!
 */
package
<XDtPackage:packageOf><XDtEjbValueObj:valueObjectClass/></XDtPackage:package
Of>;

import java.util.*;
---------------END ----------------------------







Is there any particular reason why 

import java.util.*; 

is there?

Once I got my Value Object created I have a lot of warnings in my IDE
(Eclipse), becouse it is never used...

If it's is no needed there I am postulating to remove it...

Second question:

Is there a way to use no persistent field in Value object for CMP bean? 

E.g.:


A abstract getA()
B abstract getB()

C getC()
{

   return getA()+getB();
}


and have value object which has a,b and c properties?



Michal



-------------------------------------------------------
This SF.NET email is sponsored by: Thawte.com
Understand how to protect your customers personal information by implementing
SSL on your Apache Web Server. Click here to get our FREE Thawte Apache 
Guide: http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0029en
_______________________________________________
Xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to