简体   繁体   中英

Handling html and jsp files

I have created a front end of web page(html file) but now I want to retrive some data from server and dispaly that data on webpage.And I realised that it will require JSP.But as my front html file is too big to enter java code which will make it difficult to maintain.Is there any way that I can keep .html and .jsp file totally seprate. Please give a small demo for that.

You can include different .jsp files in each other. See: JSP include Directive

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM