Eclipse plugins that use web.xml well
I'm finding JSP development to be less efficient than it could otherwise be, based on my current configuration of Eclipse plugins. What Eclipse plugins do you recommend for web application development that really make good use of web.xml?
- What I mean by that is when you add a <servlet-mapping> to web.xml, it makes sure there's a corresponding <servlet> element, and vice-versa.
- When you CTRL+click on a servlet class name, it takes you to that class.
- When you include a servlet class name that doesn't exist, CTRL+1 gives you the option to create it.
- When you create a new servlet class in your project, it prompts you to automatically add a default mapping in your web.xml.
- And all the other time-saving features that Eclipse is so good at doing...
Is there something that already exists that has this level of functionality with web.xml, or will it remain just a dream? Perhaps someone here could provide their thoughts on WTP (WST or JST), Lomboz, MyEclipse, and all the other Eclipse plugins.

