Using Netbeans.
import org.springframework.web.servlet.mvc.SimpleFormController;
Unable to use this. What has it been changed to or what should I use? Learning Spring now.
You are using Spring version 4 and the SimpleFormController class was removed.
You should use @Controller annotation for your controller beans instead. Check Spring WebMVC docs