The J2EE(TM) Platform has become the technology of choice for developing professional e-commerce applications, interactive Web sites, and Web-enabled applications and services. Servlet and JSP(TM) technology is the foundation of this platform: it pr
本书包括关于JSP Standard Tag Library(JSTL)的详细内容——JSTL是一组殷切加入的JSP元素规范。用于多数JSP应用程序中需要的任务。本书开篇阐述了JSP如何充分利用Java servlet来创建高效,可移植的WEB应用程序。书中还展示了如何用Apache Tomcat服务器启动JSP,并详细讲述了JSP语法和功能,错误处理和调试,身份验证和个性化,以及如何将JSTL用于数据库,XML处理及国际化等“。
本书包括关于JSP Standard Tag Library(JSTL)的详细内容——JSTL是一组殷切加入的JSP元素规范。用于多数JSP应用程序中需要的任务。本书开篇阐述了JSP如何充分利用Java servlet来创建高效,可移植的WEB应用程序。书中还展示了如何用Apache Tomcat服务器启动JSP,并详细讲述了JSP语法和功能,错误处理和调试,身份验证和个性化,以及如何将JSTL用于数据库,XML处理及国际化等“。
Copyright About Prentice Hall Professional Technical Reference Preface Section 1.1. What This Book Is About Section 1.2. The Servlet and JSP APIs This Book Depends Upon Section 1.3. The Book's Web Site Section 1.4. How This Book's Code Was Tested Se
JSP Simple Examples Index 1. Creating a String In jsp we create a string as we does in a java. In jsp we can declare it inside the declaration directive or a scr iptlet directive. String Length In java, Strings are objects that belong to class java.