This is a bit of confusing for me:
Why sometimes in ejb doclet we have

ejb.xx and somtimes ejb:xx. 
Is this the same?

For example of documenation page:
http://xdoclet.sourceforge.net/1.2beta/tags/ejb-tags.html

there are desribed tags like: @ejb.ejb-ref

While in template files like:

we can see :
   <XDtEjbRef:forAllEjbRefs>
      <XDtClass:ifDoesntHaveClassTag tagName="ejb:ejb-ref"
paramName="view-type">
         <ejb-ref <XDtId:prefixedId prefix="EJBRef"/>>
            <ejb-ref-name><XDtEjb:ejbRefName/></ejb-ref-name>
            <ejb-ref-type><XDtEjb:beanType/></ejb-ref-type>
            <home><XDtEjbHome:homeInterface type="remote"/></home>
            <remote><XDtEjbIntf:componentInterface type="remote"/></remote>
            <ejb-link><XDtClass:classTagValue tagName="ejb:ejb-ref"
paramName="ejb-name"/></ejb-link>
         </ejb-ref>
      </XDtClass:ifDoesntHaveClassTag>
      <XDtClass:ifHasClassTag tagName="ejb:ejb-ref" paramName="view-type">
       <XDtClass:ifClassTagValueEquals tagName="ejb:ejb-ref"
paramName="view-type" value="remote">
         <ejb-ref <XDtId:prefixedId prefix="EJBRef"/>>
            <ejb-ref-name><XDtEjb:ejbRefName/></ejb-ref-name>
            <ejb-ref-type><XDtEjb:beanType/></ejb-ref-type>
            <home><XDtEjbHome:homeInterface type="remote"/></home>
            <remote><XDtEjbIntf:componentInterface type="remote"/></remote>
            <ejb-link><XDtClass:classTagValue tagName="ejb:ejb-ref"
paramName="ejb-name"/></ejb-link>
         </ejb-ref>
       </XDtClass:ifClassTagValueEquals>
      </XDtClass:ifHasClassTag>
    </XDtEjbRef:forAllEjbRefs>


so ejb:ejb-ref is used all over the template..

Why is that? 


Michal




-------------------------------------------------------
This sf.net email is sponsored by:
With Great Power, Comes Great Responsibility 
Learn to use your power at OSDN's High Performance Computing Channel
http://hpc.devchannel.org/
_______________________________________________
Xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to