DEVFYI - Developer Resource - FYI

Do I have to use JSPs with my application?

Struts Questions and Answers


(Continued from previous question...)

55. Do I have to use JSPs with my application?

The short answer to this question is: No, you are not limited to JavaServer Pages.
The longer answer is that you can use any type of presentation technology which can be returned by a web server or Java container. The list includes but is not limited to:
* JavaServer Pages,
* HTML pages,
* WML files,
* Java servlets,
* Velocity templates, and
* XML/XLST
Some people even mix and match apparently unrelated technologies, like PHP, into the same web application.

(Continued on next question...)

Other Interview Questions