With ASP.net MVC 3.0 and visual studio 2010 I can generate views easily by selecting the Controller action ( right click + scaffolding ), so I select the type of View (details,list,edit...) and I can even select the Entity/List that the view will use as datasource.
The questions is: Is there such thing working with Java JSP and servlet with eclipse where I don't have to manually change web.xml?