- Spring MVC Blueprints
- Sherwin John Calleja Tragura
- 149字
- 2021-07-14 10:48:25
The Personal Web Portal (PWP) project
This chapter highlighted how to create a simple Spring MVC project using only its core components. Moreover, the chapter highlighted some of the components used by the PWP that can be used also by anybody to start learning Spring MVC from its core. Learning core components is essential to establish better understanding on how the base framework works, starting from configuring the controller, up to the implementation of PropertyEditorSupport
for data binding enhancement and object type conversion. This chapter has given a picture of how to start a base Spring MVC project.
Following are full web pages of the PWP:
- Let us look at the home page:
- Now let's look at the personal page:
- Now, the professional page:
- And finally the reach out page:
Note
Web design theme
The theme used by this project is inspired by, and based on, templates from http://creativecommons.org.
推薦閱讀
- UI設(shè)計基礎(chǔ)培訓(xùn)教程
- Getting Started with Gulp(Second Edition)
- Learn Type:Driven Development
- Instant 960 Grid System
- Xamarin.Forms Projects
- concrete5 Cookbook
- Python時間序列預(yù)測
- Oracle Exadata專家手冊
- Swift語言實戰(zhàn)精講
- Mastering Git
- 從零開始:UI圖標(biāo)設(shè)計與制作(第3版)
- Emotional Intelligence for IT Professionals
- OpenCV 3.0 Computer Vision with Java
- Visual Basic語言程序設(shè)計基礎(chǔ)(第3版)
- Learning Concurrency in Python