JSP, can it work similar to yield, layout, content_for in Ruby/Rails/Erb

前端 未结 2 1556
我在风中等你
我在风中等你 2020-12-16 02:46

I am trying to figure out how to most effectively reuse JSP code. I love the way Rails/erb works in that way ... with yield, layout, content_for

Example:

mai

2条回答
  •  自闭症患者
    2020-12-16 03:46

    While you mentioned wanting no frameworks on top of stock jsp, the Layout functionality of the Stripes Framework does pretty much exactly what you're asking for.

提交回复
热议问题