JavaServer Pages.pptVIP

  • 5
  • 0
  • 约1.44千字
  • 约 7页
  • 2016-11-27 发布于河南
  • 举报
JavaServer Pages

JavaServer Pages JSP * * JSP (full name JavaServer Pages) is advocated by Sun Microsystems and many companies involved in the co-founded a software developers can respond to client requests, while the technical standards of the Web page that dynamically generate HTML, XML or other formats document. JSP technology is based on the Java language as a scripting language, JSP pages for the server-side Java library unit provides an interface to application service HTTP. JSP Java code and the specific predefined actions can be embedded into static pages. The JSP syntax increase the XML tag called JSP actions, they used to call the built-in features. In addition, you can create a JSP tag library, and then use them like using standard HTML or XML tags. The tag library provides a platform-independent method of expansion of server performance. JSP JSP compiler compiled into Java Servlets. A JSP compiler JSP compiled into JAVA code and then write a servlet JAVA compiler to compile into machine code can also be directly compiled into binary code. JSP(全称JavaServer Pages)是由Sun Microsystems公司倡导和许多公司参与共同创建的一种使软件开发者可以响应客户端请求,而动态生成HTML、XML或其他格式文档的Web网页的技术标准。JSP技术是以Java语言作为脚本语言的,JSP网页为整个服务器端的Java库单元提供了一个接口来服务于HTTP的应用程序。 JSP使Java代码和特定的预定义动作可以嵌入到静态页面中。JSP句法增加了被称为JSP动作的XML标签,它们用来调用内建功能。另外,可以创建JSP标签库,然后像使用标准HTML或XML标签一样使用它们。标签库提供了一种和平台无关的扩展服务器性能的方法。 JSP被JSP编译器编译成Java Servlets。一个JSP编译器可以把JSP编译成JAVA代码写的servlet然后再由JAVA编译器来编译成机器码,也可以直接编译成二进制码。 *

文档评论(0)

1亿VIP精品文档

相关文档