Spring <context:component-scan base-package="app.controllers" /> springapp-servlet.xml :
<bean id="rootController" class="app.controllers.RootController" ></bean>
<bean id="otherController" class="app.controllers.OtherController" ></bean>
Spring MVC Google App Engine ~ 3 .