Google Maps in JSP Document
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?
精彩评论