posted 21 years ago
Right. <ejbdoclet> has two subtasks, <valueobject> and <dataobject>, that generate value object classes for your entity beans. Which should you use? Always use <valueobject;> because it's much improved and <dataobject> has been deprecated.
There's also a <dao> subtask that can generate DAO interfaces for your BMP entity beans. It just generates an interface, no SQL or anything like that. And it's only useful with BMP entity beans. I've only used this subtask with a quick example in the book and have since forgotten it...I'm not a BMP entity bean fanatic and would prefer CMP entity beans (actually, I prefer Hibernate over any entity bean, but that's another story.)