jsp

jsp
常用释义
jsp

扩展信息

爪哇服务器页面(Java Server Pages)
JAVA SERVER PAGES (JSP) ............................... 5JSP页面工作模式......... 5一 项目管理论坛设计需求....................
视图
JSP Servlet 学习笔记 繁体中文电子书版 ... * 控制器( Servlet) * 视图JSP) * 隐含物件( Implicit Object) ...
动态网页
...院 任玉泉 机械科学工程学院 郭兵 企业诚信调查在动态网页JSP)中的实现 言论自由表达和发表的梦想开端——以传播学 …

例句

Figure 3 displays the general concept of pulling the code from the JSP page and putting into a JSP tag.

图3显示了从JSP网页中抽取代码并将它们放入JSP标记中的一般概念。

To run any of them, you ll need to set up a JSP technology-compliant Web container, either on your local machine or on a test server.

要运行其中任何一个实践示例,需要在本地机器或测试服务器上安装符合JSP技术的Web容器。

Just as you've seen in previous articles with servlets, JSP pages make it trivial to link between VXML pages.

在之前关于servlet的文章中已经提到,JSP页面使VXML页面之间的链接变得轻而易举。

客户端JSP文件组成了Web应用程序客户端部分的前端。

The Tomcat server will now start up in Debug mode and bring up the Welcome. jsp page prompting for a user ID and password.

TomcatServer现在将以Debug模式启动,并进入Welcome.jsp页面,该页面提示输入用户ID和密码。

One of the down sides to using JSF was the technology used for the rendering layer, which by default was provided by JavaServer Pages (JSP).

使用JSF的缺点之一是用于呈现层的技术,默认情况下由JavaServerPages™(JSP™)提供。

Here's a little trick to help you quickly see how attach mode works if you don't have a JSP to call one of your components.

下面是一些诀窍,以帮助您快速查看附加模式的工作方式(如果不让JSP调用您的组件之一)。

Mathematical formulae must be represented in plain text , which is the only format supported in the body of a JSP tag .

必须用纯文本表示数学公式,纯文本是JSP标记主体中唯一支持的格式。

If you did not delete the cookie already set, you will be allowed to select a flight from Welcome. jsp without having to log in again.

如果您没有删除已经设置好的cookie,那么您不必再次登录,就可以在Welcome.jsp中选择航班。

For example, notice how much more interactive the grid is in backorderadminAjax. jsp.

例如,注意在backorderadminAjax.jsp中这个表格的互动性更强。

All you had to do was copy your VXML into a file, add a few directives at the top, and save the file with a . jsp extension.

需要做的只是将VXML复制到一个文件中,在顶端添加几条伪指令(directive),然后以.jsp扩展名保存文件。

In fact, a Faces Componet Library project is just a flavor of a Web project, and a custom component is developed as a regular JSP.

事实上,一个FacesComponetLibrary项目仅仅是Web项目的一个调味剂,创建一个自定义组件就像开发一个常规的JSP。

This article shows that it is possible to let the developer be in charge of the framework by creating JSP-based components.

本文将展示开发人员可以创建基于JSP的组件来管理框架。

To mimic this behavior, another logical mapping must take place in a test case -- JSP form names must be mapped to values.

要模拟这个行为,在测试用例中必须有另一个逻辑映射——JSP表单名称必须映射到值。

The admin JSP files make up the front end for the admin part of the Web application.

管理JSP文件组成了Web应用程序管理部分的前端。

All business logic should be in classes, and if you absolutely had to have code in your JSP page, you would wrap it up in a custom tag.

所有的商业逻辑都应该在类中,如果你确实需要在你的JSP页面中包含代码,你应该用自定义标签来包装它。

It is similar to a custom tag you might find in JSPs, at least in terms of its syntax.

它与JSP中的定制标记相似,至少在语法方面是相似的。

Second on the JSP technology's list of features is something that might raise a bit of concern.

JSP技术特性列表上的第二项可能会出现一些问题。

The name of the product is also a link that takes the user to another page, product. jsp, to see product details.

商品名称为用户提供了进入其他页面的链接以了解商品详细信息——product.jsp。

Since this JSP code is used for testing and is not likely to be used in a production environment the effects of this are minimal.

由于该JSP代码用于测试并且不太可能用于生产环境中,因此,该问题的影响不大。

在我们讨论JSP自定义标记的时候,我们一直都设法回避了错误处理的重要细节。

但是,只是访问这些数据,通常不足以实现许多JSP应用程序所需的表示逻辑。

With a new report created (or an existing report imported into your workspace), you're ready to include the report in your JSP.

创建好新报表(或者将已有的报表导入到工作区)之后,就可以将这个报表包括到JSP中。

By default, the tag name matches the name of the JSP that you created, but the two do not have to be same.

默认情况下,这个标签名称与您创建的JSP名称是相匹配的,但是这两者不完全一样。

然而,选择JSP技术将强制您使用Java语言,至少对于内容和表示是这样的。

The right pane prompts for the name of the virtual host on which to install the module and asks if the JSPs should be precompiled.

右边窗格提示输入要安装模块的虚拟主机的名称并询问是否应该对JSP预编译。

许多网站管理员都已转向脚本(JSP、ASP或PHP)和数据库的组合以帮助他们应付不断成长的站点。

Browse the URL for the user registration (NewUserRegistration. jsp) page as shown in Figure 2 (click here to see a larger image).

浏览此URL,寻找用户注册页面(NewUserRegistration.jsp),如图2所示(单击这里可以查看放大图)。

That said, the truth is that JSF is not bound to JSP technology inherently.

这就是说,JSF并不内在地绑定到JSP技术。

As you see, neither the instance of the Web page file nor the XML template definition file refers the JSP template file.

正如您所看到的,Web页面文件实例和XML模版定义文件都没有涉及到JSP模版文件。