java annotations & xdoclets

do we still need the xdoclets ? (ejb 3.0) can we do the all the xdoclet works still only with the java annotations?can any one clear this thanks!
[159 byte] By [kbirda] at [2007-11-27 4:59:30]
# 1

You shouldn't need xdoclet if you're using EJB 3.0 and annotations.The combination of EJB 3.0

defaults and EJB annotations typically means you don't need to provide any ejb-jar.xml. That's a

better option than using a tool to generate an ejb-jar.xml.In addition, the interfaces you need to

write for Session beans in EJB 3.0 are far simpler than in previous versions of EJB, so there's limited

value in having them generated by a tool.

--ken

ksaksa at 2007-7-12 10:15:48 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...