Title: Select methods to implement - issues with EJB

Andrei,

> Even nicer would be to offer the usage of that pattern as an option when creating an EJB. Not sure how many would find that useful, though.

It’s possible. But there are several problems on this way:

 

  1. After you’ve selected that you need to have the business delegate for some EJB, IDEA needs to remember your selection. Without having some sort of metadata it is not possible.
  2. Different people have different ways of implementing delegate. There must be some (cumbersome) way of customizing business delegates.

 

Best regards,
Mike Aizatsky.
------------------------------
JetBrains, Inc / IntelliJ Software
http://www.intellij.com
"Develop with pleasure!"

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Andrei Oprea
Sent: Monday, April 08, 2002 7:40 PM
To:
'[EMAIL PROTECTED]'
Subject: [Eap-list] Select methods to implement - issues with EJB

 

Hi,

Here are some problems with the functionality provided by Ctrl+I (select methods to implement) when used with EJB:

- If the ejbPostCreate method is already present, the "Select methods to implement" window doesn't list the create method anymore. After that's created manually, the implementation navigation works OK;

- The home business methods are not recognized. Even when manually created, ejbHomeDoSomething on the bean class does not show up as implementing doSomething on the home interface.

Also, are there any plans to provide the "implemented" navigation for the regular interfaces (it is now present for home and remote interfaces in EJB)? We use the business interface pattern for a project and that breaks the functionality you provide for EJB methods implementation.

Even nicer would be to offer the usage of that pattern as an option when creating an EJB. Not sure how many would find that useful, though.

Regards,
Andrei

Reply via email to