Spring Explorer View

Spring IDE 2.0 ships with the SpringExplorer view as a replacement for Spring IDE 1.x's BeansView. Instead providing it's own viewer implementation the SpringExplorer leverages Eclipse 3.2's CommonNavigatorFramework in the same way Eclipse 3.2's ProjectExplorer does.

Unlike the ProjectExplorer, the SpringExplorer shows only the Spring projects with their Spring-related artefacts (BeansConfig, BeansConfigSet, WebFlow config, ...) in the virtual folders "Beans" and "Web Flow".

SpringExplorer showing details for a SpringProject

The SpringExplorer provides similar customization features as the ProjectExplorer.


See also : Spring IDE Guide, SpringProject, SpringProjectProperties, BeansConfig, BeansConfigSet, WebFlow, CommonNavigatorFramework, ProjectExplorer

Attachments