Title: Select methods to implement - issues with EJB

Andrei,

 

Do you think that IDEA should always generate the pair of ejbCreate/postCreate methods?

 

We are also currently looking for several possible ways in implementation of “go to implementation” feature and we are looking for that feature too. But we can’t promise that it will be in Ariadna (though we’ll do our best).

 

We’ll also investigate the other issues you’ve reported.

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