JSTL vs JSP Scriptlets

前端 未结 6 685
面向向阳花
面向向阳花 2020-12-04 13:09

I want someone to explain some points in BlausC\'s amazing answer in this question.

He said that scriptlets had some disadvantages, which are:

  1. Reusa

6条回答
  •  失恋的感觉
    2020-12-04 14:06

    I dont see that scriplets is too bad specially if you follows design pattern in it, I work a lot on spring mvc, in my jsp i just get the model data in scriplits, and i show it to the user using simple java code in html, i feel it give me more freedom than JSTL.

提交回复
热议问题