[RSS]

Spring Framework support plan for NetBeans 6.1



User-visible features

Features dropped from 6.1 are marked like this .

Feature Priority (1-3) Specification Milestone Owner Status
Generic support for Spring bean config files in projects 1 SpringSupportProject M2 Andrei Done
Extending a web project with Spring MVC
- register Spring library, create basic application structure 1 SpringSupportProject M1 Done
- register JSTL library 2 SpringSupportProject M2 John Done
Wizard for creating a new bean config file 1 SpringSupportProject M1 Rohan Done
Navigation
- Hyperlinking 1 SpringSupportNavigation M1 Rohan Done
- Go to Bean dialog 2 SpringSupportNavigation M2 Rohan
- Bean navigator 3 SpringSupportNavigation
- Spring Beans project node 3 SpringSupportNavigation
Code completion 1 SpringSupportEditor M2 Rohan Done
Find usages
- of Java classes by bean definitions 1 SpringSupportRefactoring M2 John Done
- of beans by other bean definitions 2 SpringSupportRefactoring M2 John
Refactoring M2
- Rename/Move 2 SpringSupportRefactoring M2 Andrei Done
- Safely delete 2 SpringSupportRefactoring M2 Andrei
Editor hints 3 SpringSupportEditor

Tasks

These are mostly non-user visible, but are required for the user-visible features, or to ensure code quality and stability.

Task Owner Status
Update SpringWebFrameworkProvider to avoid using deprecated methods John Done
Read-only model for Spring beans. Neeeded by almost all editor features: navigation, code completion, find usages, refactoring Andrei 90%[1]
Write unit tests for hyperlinking Rohan 100%

[#1] A non-critical performance improvement where group models share file models should still be implemented.