A wise old hermit known only as James Cook <[EMAIL PROTECTED]> once said:
> Generation of the DAO and its associated bulk accessors/mutators is a > nice feature. XDoclet is properly generating the DAO and the appropriate > methods on MyEntityBeanCMP. Since you're talking about get/setData, I assume you're talking about dataobjects rather than DAOs (for which a new subtask was added in 1.1.2). One holds state values of an EJB, the other separates out access to datasources from your EJB and allows for plugging in a DB-specific implementation at runtime. Which means my answer to your previous question about how to change its name possibly wasn't as relevant as it could be (though the methods I suggested then should work for dataobjects too). Andrew. _______________________________________________ Xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user
