Templates in JSP

0

I am working on a project in which there is a lot of HTML code repeated, for which I have decided to use templates, I was researching and discovered that files with extension tag and jspf files can be used, the problem is that I am not very clear on what time to use each type of file and if it represents any type of inconvenience in the performance of the application. I would also like to know if I can insert in some way scriplets in the content of the templates that you have created.

    
asked by Luis Veliz 04.10.2017 в 17:16
source

1 answer

0

I recommend using the composite view design template that you can easily apply in java using the framework Apache tiles and also can be integrated with Struts and Spring. And if you can insert scriplets although that is not highly recommended.

    
answered by 05.10.2017 в 01:28