Feature request (was "Tag inheritance from interfaces")> I'd like to propose reversing the business interface feature of XDoclet to take the methods in > your bean marked as interface methods and automatically generate the business interface. It > seems that XDoclet has most of the information that it would need.
So you would like to essentailly have 1. The componnent interface extend the to-be-generated business interface 2. The business interface to be generated, and be essentially exactly the same as the component interface, but to not extend EJB[Local]Object? Shouldn't be too hard to do... try taking a copy of the template for the component interface, changing the extends part of the interface decl, and using a templatetask.... check the doco... cheers dim ------------------------------------------------------- This SF.net email is sponsored by: ApacheCon, November 18-21 in Las Vegas (supported by COMDEX), the only Apache event to be fully supported by the ASF. http://www.apachecon.com _______________________________________________ Xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user
