Bug 108658 - Navigation should be aware of EJB concepts
Summary: Navigation should be aware of EJB concepts
Status: NEW
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.2   Edit
Hardware: PC Windows XP
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: JDT-Core-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-02 05:27 EDT by Thorbjørn Ravn Andersen CLA
Modified: 2005-09-02 05:27 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Thorbjørn Ravn Andersen CLA 2005-09-02 05:27:38 EDT
I have inherited a J2EE project with enough EJB's to be interested in easy
navigation between the various componenets.

I.e. I would like to be able to stand on a method call and be able to easily
navigate to the implementation in another class, and ask for callers to the
implementation through the remote interface.

A way to do this would be to see if a given class implements a EJB* interface
and do extra stuff if so.