开发者

Google Maps in JSP Document

开发者 https://www.devze.com 2023-02-03 13:20 出处:网络
Could anybody direct me to an example of JSP code displaying a google map? I\'ve got some javascript that works but ideally I would like to feature a map in my pre existing JSP pages.

Could anybody direct me to an example of JSP code displaying a google map? I've got some javascript that works but ideally I would like to feature a map in my pre existing JSP pages.

开发者_Python百科

Many Thanks


Just put it in a HTML file. Once you got it to work, then rename .html to .jsp whenever you want to replace some static content by backend-controlled dynamic content with help of EL (those ${} things).

Do you now see the point of JSP?

0

精彩评论

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