@support-rkalla wrote:
Kosl,
The JSP pages will not be processed by XDoclet, so these tags will need to go into your Java source files someplace. XDoclet is intended as a markup to Java class files.
Thanks for your answer. I know that XDoclet is intended as a markup for java. My problem is that for instance the tag “@web.ejb-ref” is as far as I understand intended to be put into servlet’s, and because I was planning to use JSF, I thought that I won’t need any servlets. And now – as I’ve written I’ve done a “fake” servlet and put the tags there which seems to me a quite awkward solution.
kind regards
k.