It’s easy enough to add a new servlet to a project (File | New | Servlet). But what about adding a servlet reference from a jar file to the web.xml? Netbeans, for example, makes this pretty straightforward. However I couldn’t find any easy way to quickly add a servlet class to a web.xml outside of editing the file directly.
Did I overlook something??