- Spring MVC:Beginner's Guide(Second Edition)
- Amuthan Ganeshan
- 162字
- 2021-07-14 10:49:46
Summary
In this chapter, you saw how to install all the prerequisites that are needed to get started and run your first Spring MVC application, for example, installing JDK, the Maven build tool, the Tomcat servlet container, and STS IDE.
You also learned how to perform various configurations in our STS IDE for Maven and Tomcat, created your first Spring MVC project, and added all Spring-related dependent jars through the Maven configuration.
We had a quick hands-on experience of developing a welcome page for our webstore
application. During that course, you learned how to put values into a model and how to retrieve these values from the model.
Whatever we have seen so far is just a glimpse of Spring MVC, but there is much more to uncover, for example, how the model, view and controllers are connected to each other and how the request flow occurs. We are going to explore these topics in the next chapter, so see you there.
- Redis Applied Design Patterns
- OpenCV實例精解
- vSphere High Performance Cookbook
- Getting Started with CreateJS
- 云原生Spring實戰
- HDInsight Essentials(Second Edition)
- Yocto for Raspberry Pi
- Learning Vaadin 7(Second Edition)
- 51單片機C語言開發教程
- Linux Shell核心編程指南
- Extreme C
- Getting Started with Python
- Arduino Electronics Blueprints
- Building Web and Mobile ArcGIS Server Applications with JavaScript(Second Edition)
- MySQL從入門到精通