开发者

Spring MVC environment specific information on JSP

What is the best of displaying environment specific information (Dev, QA etc.) on the view JSP in Spring? I am thinking of reading that information from a properties file. Whats the simplest way of making that pr开发者_StackOverflow社区operties file data available to the view JSP?

So far looks like I need to use JSTL to read the properties, but I don't want them localized!


I used the Spring 3 themes for this and having a different property file for the themeResolver per environment.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜