Simple question... Which one is better for hibernate 3, creating hbm.
xml using xdoclet, or not creating it, just use hibernate annotations.
I'm encountering a problem about this, and I humbly request your
opinions. I've just started learn hibernate, and I found that using
annotations is easier rather than using xdoclet....
To use Tiger's features (typesafe enum and generic), I have to patch
my xdoclet, but the latest release has already solve the problem (at
least for my simple pojo)... On the other side, annotations doesn't
need any patch...
Another thing, I've read some threads stating that xdoclet is almost
"death", and some developers assume that when stable release of
hibernate annotations launched, most hibernate developers will leave
hibernate-doclet...
What do you think about this issue, and since I just a newcomer in
hibernate's world, which one should I take, annotations, or (old-
style?) hbm.xml using xdoclet??
Do you ever have any problems regarding either xdoclet or annotation
before? If so, please tell me, because I need your suggestions...
Thanks