jsp

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.

许多网站管理员转向脚本JSPASPPHP数据库组合帮助他们应付不断成长站点

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.

重载检查确定用于创建ServletJSP文件是否修改需要进行重新转换

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