Idea integration with XDoclet?

While I've been using Idea for quite some time I'm a relative newcomer to xdoclet, forced to using it to avoid the hell that is J2EE deploment descriptors (someones very very bad idea). Now that I'm using xdoclet life is better, but there doesn't seem to be any integration between xdoclet and idea. Give the fact that other more 'niche' technologies such as aspects have been added, I'd like to know when something that is arguably much more useful such as xdoclet will be closely integrated with the product.

0

i would appreciate it, too
in the meanwhile you cann add the xdoclet-tags via options->IDE-settings->errors->additional javadoc-tags

then you'll have syntax-completion on them

0

forgot:
to make life easier you can copy them from here (not exhaustive):
ejb.interface-method,ejb.create-method,ejb:pk-field,ejb.persistence,jboss.method-attributes,ejb.finder,ejb.security-identity,ejb.transmission,ejb.transaction,ejb.ejb-ref,ejb.bean,ejb.permission,ejb:interface-method,ejb.ejb-external-ref,ejb.interface,ejb.home,ejb.remote,ejb.env-entry,weblogic.pool,weblogic.transaction-isolation,ejb.pk,ejb.pk-field,jboss.ejb-ref-jndi,weblogic.ejb-reference-description,xdoclet-generated,ejb.relation,jboss.relation,jboss.target-relation

0

A while back I created an XDocletGUI plugin for IDEA that used the xtags.xml files in each XDoclet (1.2) module to provide some form of assistance. Unfortunately, (a) auto-complete wasn't possible because the open api didn't expose the functionality, and (b) I haven't worked on it for quite a while, so it may well not work with the current eap - but if you want, check out the the xdocletall module from cvs and see how you go.

I may even see where it's at myself...

cheers
dim

0

请先登录再写评论。