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: Closed
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.



----------------------------------------------------------------------

>Comment By: Dmitri Colebatch (dimc)
Date: 2001-08-22 20:34

Message:
Logged In: YES 
user_id=204154

Implemented this in cvs, it will be part of the 1.0
release.  The syntax is basically:

@ejb:interface remote-class="com.acme.remote.Foo" 
                      local-class="com.acme.local.Foo"
                      generate="none"

Similar tag syntax for @ejb:home.  This is fully documented
in the docs in cvs.

----------------------------------------------------------------------

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

Reply via email to