Feature Requests item #447935, was opened at 2001-08-04 06:28 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=402707&aid=447935&group_id=31602 Category: None Group: None Status: Open Priority: 5 Submitted By: Mikael St�ldal (mikaelstaldal) >Assigned to: Vincent Harcq (vharcq) Summary: EJB: custom home/remote interface Initial Comment: This RFE is about when using XDoclet for EJB development (like EJBdoclet). It would be useful to be able to explictly specify the remote/home interface to use for some beans, and in that case XDoclet shouldn't generate any remote/home interface code for that bean (but still for other beans). This could be acheived with some class lever tags like @ejb:remote-interface com.acme.Foo @ejb:home-interface com.acme.FooHome I need this feature to develop two EJBs which uses the same remote interface (this doesn't seem to be possible currently). But there are probably other uses as well, it adds some flexibility. ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=402707&aid=447935&group_id=31602 _______________________________________________ Xdoclet-devel mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/xdoclet-devel
