顯示具有 Spring's general tag library 標籤的文章。 顯示所有文章
顯示具有 Spring's general tag library 標籤的文章。 顯示所有文章

2017年12月26日 星期二

Java Spring - Rending Web View

  • Spring resolver
    • 將controller中請求處理的logic和view中render的implement decouple是Spring MVC的特性
    • 如果controller method直接產生HTML,很難在不影響request處理logic的前提下維護更新view
    • controller和view會在model的內容達成一致,這是最大關聯。除此之外,兩者應該保持距離
    • 而Spring resolver的重點功能就在於透過logic view name知道要使用哪過view render model