Being able to jump to an EJB method implementation from a remote usage (like a ctrl-B on steroids) would be Very Useful Indeed. Not sure how it should be implemented, but I would find it really helpful.
Slightly more tricky would be jumping to creators/finders in BMP beans - IDEA would have to know that create(...) and findByXxx were really ejbCreate(...) and ejbFindByXxx. But richer support for EJB development in general could certainly start here! Cheers, Dan > -----Original Message----- > From: Descher, Michael [mailto:[EMAIL PROTECTED]] > Sent: 21 November 2001 10:01 > To: '[EMAIL PROTECTED]' > Subject: [Eap-features] go to declaration and interfaces > > > If you go to the declaration of a method when using an > interface, IDEA opens > the interface and display the appropriate method. How about a > popup in this > case and list the interface as well as all known implementing > classes. You > could then select if you want to jump to the interface or any of the > implementing classes. > > This would be nice for EJB development in case you put your > business methods > in a separate interface, let the bean remote interface extend > and the bean > class implement the interface. > > If you put all business methods in the remote interface > without another > interface class, your EJB class of course does not implement > the interface. > In this case you would need the ability to specify some sort of naming > convention to help IDEA find the bean class for the remote interface. > > Any comments?! > > Michael > > _______________________________________________ > Eap-features mailing list > [EMAIL PROTECTED] > http://www.intellij.com/mailman/listinfo/eap-features > *************************************************************************************** This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error please notify [EMAIL PROTECTED] immediately. This footnote also confirms that this email message has been swept for the presence of computer viruses. *************************************************************************************** _______________________________________________ Eap-features mailing list [EMAIL PROTECTED] http://www.intellij.com/mailman/listinfo/eap-features
