Transcription of Servlet and JSP Quick Reference
{{id}} {{{paragraph}}}
Chapter Prentice Hall and Sun Microsystems. Personal use only; do not version of this first edition of Core Servlets and JavaServer Pages is free for personal use. For more information, please see: Second edition of the book: Sequel: Servlet and JSP training courses from the author: and JSP Quick Reference519 Chapter Prentice Hall and Sun Microsystems. Personal use only; do not Overview of Servlets and JavaServer PagesAdvantages of Servlets Efficient: threads instead of OS processes, one Servlet copy, persistence Convenient: lots of high-level utilities Powerful: talking to server, sharing data, pooling, persistence Portable: run on virtually all operating systems and servers Secure: no shell escapes, no buffer overflows Inexpensive: inexpensive plug-ins if Servlet support not bundledAdvantages of JSP Versus ASP: better language for dynamic part, portable Versus PHP: better language for dynamic part Versus pure servlets: more convenient to create HTML Versus SSI: much more flexible and powerful Versus JavaScript: server-side, richer language Versus static HTML: dynamic featuresFree Servlet and JSP
520 Appendix A Servlet and JSP Quick Reference Second edition of this book: www.coreservlets.com; Sequel: www.moreservlets.com. Servlet and JSP training courses by book’s author: courses.coreservlets.com.
Domain:
Source:
Link to this page:
Please notify us if you found a problem with this document:
{{id}} {{{paragraph}}}