我目前在我的網絡應用程序中使用Spring 3.0.4
和Apache Tiles 2.2.2
。我想用Apache Velocity 1.6.3
取代JSP,但是我對如何做到這一點感到困惑。最終,我希望能夠在Tiles定義中執行以下操作:使用Velocity與瓷磚和彈簧
<definition name="basicLayout" template="/WEB-INF/layout/basicLayout.vm">
<put-attribute name="header" value="/WEB-INF/layout/header.vm" />
<put-attribute name="content-area" value="/WEB-INF/layout/content.vm" />
<put-attribute name="footer" value="/WEB-INF/layout/footer.vm" />
</definition>
這可能嗎?如果是這樣,我是否需要創建任何自定義視圖類來支持它?我目前使用標準的Spring VelocityConfigurer,TilesConfigurer,VelocityView,TilesView類。
謝謝!
你見過春季參考文獻第16.4節了嗎? http://static.springsource.org/spring/docs/3.0.x/spring-framework-reference/html/view.html – iftheshoefritz 2010-11-25 20:36:23