Is it possible to use JSP/JSTL to generate dynamic css/javascript files?

后端 未结 4 518
名媛妹妹
名媛妹妹 2020-12-19 14:26

If so how do you do this?

(jboss/tomact embedded/jdk 1.5)

not embedded js/css but an actual file...

4条回答
  •  夕颜
    夕颜 (楼主)
    2020-12-19 15:04

    Sure, JSP can output any necessary text you need be that (X)HTML or CSS or JavaScript code. I do this regularly for ERP customization, inject a javascript script at the end of every page and via the context in which it loads able to manipulate necessary data fields on the page without touching the underlying app.

提交回复
热议问题