xml - how can we avoid enhancing while using datanucleus? -
i trying implement jdo datanucleus using xml mapping. avoiding annotations because needs enhancing. there way can avoid enhancing step , still use datanucleus?
no idea you've been reading. datanucleus requires bytecode enhance classes full stop. isn't annotations need enhancing, , xml doesn't .... totally wrong. it's trivial post-compile step. enhancement common-place in java these days, used spring, eclipselink, openjpa, guice, , many other known software packages. heck, hibernate provides (and thats after them branding "evil" 10 years ago hehe)
Comments
Post a Comment