Page 1 of 1

Jump to (Open) a Java file in Eclipse?

Posted: Wed Mar 03, 2004 12:37 am
by rav4ski
All,

There are so many Java frameworks putting the full Java class name in the XML nowadays. A lot of them also refer to other XML in the XML. (Spring, HiveMind and most of those IoC pattern frameworks or even Struts-config.xml... etc)

It will be extremely useful when viewing the xml, if double clicks and highlight some thing like the following in the Eclipse plug-in,

org.springframework.jdbc.datasource.DataSourceTransactionManager

or

org/springframework/samples/jpetstore/dao/ibatis/maps/Account.xml

Then right click menu can actually provide an option to "Open Declaration" or "Open XML file" for us to go there immediately, as long as the files are in the class path or under the WEB-INF,

Finding those things from the left menu bar is such a pain. I don't think there is any other XML plug-in provide this feature. It will be a huge time safer when browsing this kind of XML files in Eclipse.

Any better idea?

Jason


:roll: