简体   繁体   中英

What's the difference between jsp and jsi?

I have noticed that .jsi and .jsp files work almost the same way. So what is their purpose and how to use them correctly? in which situation to use which one?

I think that '.jsi' files are fragments of JSPs that are designed to be included in other JSPs using the JSP include mechanism.

The reason for the different suffix is to prevent the files from accidentally being compiled (or validated) as if they were complete JSPs.

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