jsp
美
英 
- 网络爪哇服务器页面(Java Server Pages);视图;动态网页
例句
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页面之间的链接变得轻而易举。
The client JSP files make up the front end for the client part of the Web application.
客户端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代码用于测试并且不太可能用于生产环境中,因此,该问题的影响不大。
Up to this point in our discussion of JSP custom tags , we ve managed to sidestep the important detail of error handling .
在我们讨论JSP自定义标记的时候,我们一直都设法回避了错误处理的重要细节。
Simply accessing such data, however, is often inadequate for implementing the presentation logic needed by many JSP applications.
但是,只是访问这些数据,通常不足以实现许多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名称是相匹配的,但是这两者不完全一样。
Still, choosing JSP technology forces you to use the Java language, at least for presentation and content.
然而,选择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预编译。
Many webmasters have turned a combination of scripts (JSP, ASP, or PHP) and a database to help them cope with an ever-growing site.
许多网站管理员都已转向脚本(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模版文件。
JSP custom tags and JavaBeans make it possible for you to separate the user interface and workflow logic.
JSP定制标签和JavaBeans使得将用户界面和业务逻辑分离成为可能。
The best option, though, is the Preview mode, which is built into the editor and shows the JSP just as it would look in production.
但是,最佳选择是Preview模式,该模式构建在编辑器内,可显示与生产中的JSP一样的外观。
In this article, I will begin with a JSP file that uses elements you may be familiar with and discuss the pros and cons of such a page.
在本文中,我将以一个JSP文件为起点讨论该网页的优缺点,该文件中使用的元素可能是您所熟悉的。
Notice that the Add Contact view is really just a direct forward to this JSP from the Main Edit view.
请注意添加联系人视图实际上只是从主编辑视图到这个JSP的直接转发。
Just like any other JSP in a Web application, this Web page displays the corresponding attributes associated with the passed-in ticket.
与Web应用程序中的任何其他JSP一样,这个Web页面将显示与传入罚单相关的相应属性。
Clearly, it's even easier to turn VXML into a JSP page than it is to embed VXML within a servlet.
显而易见,将VXML转换成JSP页面要比将VXML嵌入servlet简单得多。
Reloading: Checks to see if the JSP source file, from which the servlet was created, has been modified and needs to be re-translated.
重载:检查以确定用于创建Servlet的JSP源文件是否被修改而需要进行重新转换。
This allows you to put HTML in the table, and thus create a simple link to a new page "Albums. jsp" .
这让您能够将HTML置于表中,从而创建一个简单的指向新页面“Albums.jsp”的链接。
This section details some possible performance pitfalls with the set of JSP files that get combined into a theme.
这一部分详细讨论了使用组成主题的JSP文件集可能存在的性能缺陷。
Note that the Java code shown in Listing 4 could exist in a JSP page or in another bean contributing to a server-side Java application.
注意,清单4中显示的Java代码可位于JSP页面或位于服务器端Java应用程序的bean中。