单词 | servlet | ||||||||||||||
释义 | servlet
更多释义 收起释义 例句释义: 小服务程序,服务器端程序,服务器端小程序 1. Just as you've seen in previous articles with servlets, JSP pages make it trivial to link between VXML pages. 在之前关于servlet的文章中已经提到,JSP页面使VXML页面之间的链接变得轻而易举。 www.ibm.com 2. At this point, I'm ready to deploy my dwr. xml to my Web application's WEB-INF directory, where the DWR servlet will pick it up. 现在,我准备把dwr.xml部署到Web应用程序的WEB-INF目录,在那里DWRservlet会读取它。 www.ibm.com 3. If the servlet were to access the database directly, the code would be very similar to the code in the session bean above. 如果servlet要直接访问数据库,那么代码就与上面会话bean中的代码非常相似。 www.ibm.com 4. The only time you even have to think about this servlet is when you are setting up Seam Remoting in your application. 您需要考虑使用这个servlet的惟一情况是在应用程序中设置SeamRemoting的时候。 www.ibm.com 5. Now that I've got a servlet to pump out a list of Retweets in JSON format, I'm ready to connect that data to my dashboard web page. 现在我已经获得了servlet以便用JSON格式导出一系列Retweet,我准备将此数据连接到我的仪表盘网页。 www.ibm.com 6. Begin by creating your VXML in a VXML file, and test it out, just as you would when working with a servlet. 首先在一个VXML文件中创建您的VXML、测试它,这与使用servlet时相同。 www.ibm.com 7. As I moved over to server-side Java programming, I did not make the same mistakes with servlets, but I found that many of my customers did. 当我转向服务器端Java编程时,我没有再犯有关servlet的相同错误,不过我发现我的很多客户都会犯这种错误。 www.ibm.com 8. Further, depending on the classloader structure, an attacker may be able to invoke servlets outside of your Web application. 更进一步地,根据类加载器的结构,攻击者可能在您的Web应用程序外部调用Servlet。 www.ibm.com 9. When run, this command will automatically start an embedded servlet container, making Hudson ready-to-use. 在运行的时候,该命令将会自动启动一个嵌入的servlet容器,使得Hudson已经为使用做好准备。 www.ibm.com 10. This is set up in its own thread during the init method of the servlet and taken down in the destroy method of the servlet. 这个类的实例是在servlet的init方法中在其自身的线程中创建,并在servlet的destroy方法中销毁的。 www.ibm.com 1. For instance, you might have a cluster of clients inside of a servlet container talking to a single server, in classic client-server style. 例如,在典型的客户机-服务器风格中,将有多个客户机而不是一个servlet容器与单个服务器会话。 www.ibm.com 2. You can bring it up in any servlet container and iterate over fragments of a page (bricks) or a larger composited page. 你可以在任何Servlet容器中运行Sitebricks并遍历页面(称作brick)或是更大的组合页面中的片段。 www.infoq.com 3. It's easy to take a core servlet that outputs basic VXML and extend it with other servlets, each of which provide custom behavior. 可以很容易地实现一个输出基本VXML的核心servlet,再用其他servlet(均提供自定义行为)扩展它。 www.ibm.com 4. At the point that the Notes agent invokes the external servlet, it does not matter that the file the servlet looks for is in Notes. Notes代理程序调用外部servlet时,servlet寻找的文件是否在Notes中并不重要。 www.ibm.com 5. As you've seen so far in this article, sometimes a servlet-generated VXML does not make sense. 致此,您已看到,有时servlet生成的VXML并无意义。 www.ibm.com 6. While it is possible to use cookies or Ajax calls to a servlet to check and store state information, avoid a dependency on the page's state. 尽管能够对Servlet使用Cookies或Ajax调用来检查和存储状态消息,但是要避免依赖于页面的状态。 www.ibm.com 7. Jersey is usually deployed within a servlet container but does support an embedded mode of operation within Java programs. Jersey通常部署在一个servlet容器中,但不支持Java程序中的嵌入式操作模式。 www.ibm.com 8. To run this example you need the latest JDK and JSDK, some sort of servlet engine, and an HTTP server. 要运行这个示例,您需要最新的JDK和JSDK、某种类型的servlet引擎和一个HTTP服务器。 www.ibm.com 9. In both cases, however, the content to be included must be part of the same Web application (or servlet context) as the page itself. 不过,不管是哪种机制,要包含的内容都必须属于与页面本身相同的Web应用程序(或servlet上下文)。 www.ibm.com 10. On each request, the servlet's service method executes on a thread of its own; the thread on which the request is executing. 对于每个请求,Servlet的服务方法将在自己的线程(即执行请求的线程)上执行。 www.ibm.com 1. In it, a single servlet processes view, model and controller logic. 在这个反模式中,一个单独的servlet将处理视图、模型以及控制器逻辑。 www-128.ibm.com 2. This sends a response to the browser indicating that there was a problem with the user registration or that the servlet needs debugging. 这向浏览器发送一个响应,表明用户注册有问题或者servlet需要调试。 www-128.ibm.com 3. 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简单得多。 www.ibm.com 4. The connection does not go through the standard servlet chain, which can break any part of the system that rely on servlet processing. 连接无法通过标准的Servlet链,因为这会打断依赖于Servlet的任何一部分系统。 www.infoq.com 5. It indicates a relative measure of importance that this servlet should be activated during server startup. 它指出一种相对重要的方法,该servlet应该在服务器启动过程中被激活。 www.ibm.com 6. 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源文件是否被修改而需要进行重新转换。 www.ibm.com 7. Stateless Factorizer is, like most servlets, stateless: it has no fields and references no fields from other classes. 像大多数servlet的实现的那样,无状态分解就是没有被其他类应用的域和引用,也没有引用其他的类。 blog.163.com 8. I ve also explained some of the most common uses for Servlet filters and touched on how filters fit into a traditional MVC architecture. 本文还阐述了Servlet过滤器的一些最普遍应用,并提到了过滤器如何适应传统的MVC体系结构。 www-128.ibm.com 9. The server, which can reside on the same host as the client, consists of a Web server or servlet container and a data store. 服务器由一个Web服务器或servlet容器和一个数据存储组成,它可以与客户机在同一个主机上。 www.ibm.com 10. Of course, this general invocation servlet can be used in any Java applications or Windows applications by sending out a URL request. 当然,通过发出一个URL请求,在任何Java应用程序或Windows应用程序中都可以使用这一通用调用servlet。 www.ibm.com 1. The servlet passes the result of a command to the JSP page in the form of a bean. servlet将命令的结果以bean的形式传送到JSP页。 www.ibm.com 2. EJB components might be used, for example, to provide business logic for a Web service front end, as well as a servlet and JSP front end. 比如,EJB组件可能用来为Web服务前端提供业务逻辑,或者是servlet和JSP前端。 www.ibm.com 3. This problem tends to be worse in server-side programs like servlets. 这个问题在servlet等服务器端程序中影响更严重。 www.ibm.com 4. If your SIP servlet needed any additional mappings or initialization parameters, they would be added to this dialog shown in Figure 8. 如果您的SIPServlet需要任何其他映射或初始化参数,则可以将它们添加到图8所示的对话框中。 www.ibm.com 5. EJB components tend to be used for containing "back end" business logic, while servlets and JSPs generally provide a "front end" . EJB组件倾向于用来包含“后端”业务逻辑,然而servlet和JSP通常只提供了“前端”。 www.ibm.com 6. The addition of the SIP servlet specification enables you to easily combine these technologies for rich experiences beyond the Web. 增加SIPServlet规范使您能够轻松组合这些技术,以获得Web之外的丰富体验。 www.ibm.com 7. Plus, you'll still have to determine how the problem in the generated servlet code translates to a fix in the JSP itself. 另外,您还必须确定如何把生成的servlet代码中的问题转化为对JSP自身的修正。 www.ibm.com 8. A server, which comprises a set of servlets running in an application server, that works as the engine for processing jobs on devices. 服务器,它包含一组运行在应用服务器上的servlet,作为处理设备上的作业的引擎。 www.ibm.com 9. Now it is time to debug the servlet and change the value of a variable to see how the servlet behaves when you do this. 现在是时候对servlet进行调试并更改值以观察servlet如何运行。 www.ibm.com 10. You can compile this servlet, register it with Voxeo, and access it by phone, just as you did with Listing 1. 现在您可编译这个servlet、向Voxeo注册它,并通过电话访问它,与处理清单1的方法相同。 www.ibm.com 1. The fact that Tomcat is open source makes it nice for debugging as well as understanding how the servlet container engine works. Tomcat的开放源代码特点使得它便于调试,且有助于人们了解servlet容器引擎的工作原理。 www-128.ibm.com 2. If both servlets are allowed to read and update the same state machine without synchronization, the state machine logic might not work. 如果允许这两个servlet读取和更新同一个状态机而无需同步,状态机逻辑可能不会工作。 www.ibm.com 3. Method to look up the name of a Servlet context. 方法以检查Servlet上下文的名字。 www-128.ibm.com 4. Implementations of this interface receive notifications of changes to the attribute list on the servlet context of a web application. 实现该接口会接收到web应用程序的servlet上下文中列出的属性改变的通知。 www.cn26.com 5. The download includes a portlet project which fires off the back-end call, and a servlet project which collects the data from the cache. 下载文件包括执行后端调用的Portlet项目和从缓存收集数据的Servlet项目。 www.ibm.com 6. A sample servlet implementation that uses XPath to parse the data out of the incoming message is shown in Listing 3. 使用XPath从传入的消息中解析出数据的示例servlet实现如清单3中所示。 www.ibm.com 7. The gateway servlet itself was a container as it stored all the references to the JSPs that it loaded. 网关servlet自身是一个容器,因为它将所有的引用存储到它所加载的JSP中。 www.ibm.com 8. Heroku's Java offering discards the full Java EE stack for a simple servlet-based approach, using Jetty as the embedded Servlet Container. Heroku的Java服务抛弃了完整的JavaEE软件栈,使用更简单的基于servlet的方式,以Jetty作为内置的Servlet容器。 www.infoq.com 9. The Struts controller servlet handles run time events in accordance with a set of rules that are provided at deployment time. Struts控制器servlet依照部署时所提供的一组规则来处理运行时事件。 www-128.ibm.com 10. Servlet Rendering is a method used for embedding Workplace Web Content Management links into traditional Web pages. ServletRendering是一种用来把WorkplaceWebContentManagement链接嵌入传统Web页面的方法。 www-128.ibm.com 1. When the servlet engine shuts down the servlet, your console output should be similar to that shown in Listing 8. 当servlet引擎关闭servlet时,您控制台的输出结果应类似于清单8所示。 www.ibm.com 2. Furthermore, this article looks at encoding at the servlet level, which will enable you to implement a different content encoding scheme. 此外,本文将讨论servlet级别上的编码,它使您可以实现不同的内容编码方案。 www.ibm.com 3. With the following method included in a SIP servlet, the servlet blocks all of the calls that do not come from the example. com domain. 通过使用SIPServlet中包括的以下方法,Servlet将阻止来自example.com域之外的所有呼叫。 www.ibm.com 4. Used to make asynchronous requests to the Web server to retrieve the data through a controller servlet. 用于向Web服务器作出异步请求,以通过一个控制器servlet获取数据。 www.ibm.com 5. The executable form of a JSP page is a Java class that implements the javax. servlet. Servlet interface. JSP页的可执行形式是实现javax.servlet.Servlet接口的Java类。 www.ibm.com 6. The wizard creates an HTML input form, a JSP output page, a servlet, and a Java bean to hold the results data. 向导将创建一个HTML输入表单、一个JSP输出页、一个servlet和一个用来保存结果数据的Javabean。 www.ibm.com 7. The servlet converts the HTTP request into a MQSeries message and puts it in a queue. servlet将该HTTP请求转换成一个MQSeries消息,并将其放入一个队列。 www-128.ibm.com 8. Now you're ready to map a phone number to your servlet. 现在就准备好将电话号码映射到您的servlet了。 www.ibm.com 9. is transformed into a _Default. java Java Servlet file, which you'll find in the corresponding temporary directory above. jsp被转换成_Default.javaJavaServlet文件,在上面相应的临时目录中您会发现这个文件。 www.ibm.com 10. Use the API to create portlets or servlets that can parse and interact with forms, or to create extensions for Workplace Forms Viewer. 使用这个API创建能够分析和操作表单的portlet或servlet,或者为WorkplaceFormsViewer创建扩展。 www.ibm.com 1. Servlets are an ideal choice for Web development for a number of reasons: portability, efficiency, safety, extensibility, and flexibility. Servlet之所以能成为Web开发的理想选择,其原因有很多,例如很好的移植性、高效性、安全性、可扩展性和灵活性。 www.ibm.com 2. The model-view-controller (MVC) design pattern is frequently used in portlet coding, as it is in Java servlet coding. 与Javaservlet编码中一样,portlet编码中也经常使用模型-视图-控制器(MVC)设计模式。 www.ibm.com 3. However, the portlet container is not standalone; it lives on top of a servlet container and relies on its services. 但是,portlet容器不是独立的,它存在于servlet容器的顶部并依赖于它的服务。 www.ibm.com 4. The SIP profile includes stereotypes for servlets and UML collaborations used for call flow modeling. SIP概要文件包括用于调用流建模的servlet和UML协作的原型。 www.ibm.com 5. Upon submitting the form, an update function in the JSON servlet is called and synchronizes the database accordingly. 在提交该表单时,将调用JSONservlet中的update函数并同步数据库。 www.ibm.com 6. However, any compliant lightweight servlet container should be able to support the Apache Wink run time. 但是,任何兼容的轻量级servlet容器应该能够支持ApacheWink运行时。 www.ibm.com 7. As the controller, it is the servlet's job to call the appropriate objects to fulfill the user's request. 作为控制器,调用合适的对象来履行用户的请求是servlet的工作。 www.ibm.com 8. Project Jersey is using it for their automated testing, and so far it proved to be quite useful as a very tiny Servlet-like container. Jersey项目使用它完成自动化测试,到目前为止,作为一个微型的类似于Servlet容器的实验品,它的用处还是非常大的。 www.infoq.com 9. If your client and server are separated by a firewall, you'll want to have your client communicate directly with a servlet through HTTP. 如果您的客户机和服务器被防火墙分隔,您应该让客户机通过HTTP与servlet直接通信。 www.ibm.com 10. It might seem confusing to swap the terms portlet and servlet, but a portlet is actually an extension of a servlet. 也许交换术语portlet和servlet显得有些混乱,但是portlet实际上是servlet的扩展。 www.ibm.com 1. The values can be dependent on other form fields or other complex business rules that are defined in the Servlet. 值可依赖于其他表单字段或Servlet内定义的其他复杂业务规则。 www.ibm.com 2. In many cases, this approach would be better handled using servlet cache to hold the HTML fragments that can be identified by unique keys. 很多情况下,利用servlet缓存来保存可以通过唯一的主键来识别的HTML片段,这个方法会处理得更好。 www.ibm.com 3. As in any other Web application, this descriptor just maps a servlet to a name. 像在其他Web应用程序中一样,部署描述符只是把servlet映射到名称。 www-128.ibm.com 4. The servlet is now secured and details of the currently logged-in user are available to it. 现在servlet得到保护,且当前登录用户的详细信息也可以提供给它。 www.ibm.com 5. After that, you can hold the results in a string that presents the Lotus Forms document in XML format and passes it back to the servlet. 此后,可以将结果保存在一个以XML格式表示这个LotusForms文档的字符串内并将其传递回servlet。 www.ibm.com 6. The only real servlet in this example is the Struts Action Servlet, which controls the invocation of the action classes. 这个示例中唯一一个真正的servlet是Struts动作Servlet,它控制动作类的调用。 www.ibm.com 7. The user selects an action that sends information to a servlet (Controller) that decides what must be done with it. 接着,用户选择一个动作,向servlet(控制器)发送信息。 www.ibm.com 8. Changing the layout of a GUI panel should not cause you to recompile your servlets and EJBs. 改变GUI面板的设计不应造成Servlet和EJB的重编译。 blog.163.com 9. Each servlet parses the method, arguments, and target LSID (which may be a SOAP parameter or part of the URL) from a request. 每个servlet从请求中解析出方法、参数和目标LSID(可能是一个SOAP属性或部分URL)。 www.ibm.com 10. Apache Tomcat is the reference implementation servlet container that you'll be using to run the examples presented in this article. 运行本文给出的示例所使用的参考实现servlet容器是ApacheTomcat。 www.ibm.com 1. All faces requests are intercepted by the Faces Servlet, which is configured in the web. xml descriptor of any JSF-based Web application. 所有的face请求均由FacesServlet截获,这是在每个基于JSF的Web应用程序的web.xml描述符中配置的。 www.ibm.com 2. At this point, you have a Web service mediation equivalent of the sample RESTful service provided above (as a simple servlet). 至此,您已经拥有一个与前面提供的样例REST式服务等效的Web服务中介。 www.ibm.com 3. The beauty of these frameworks is that they map all URLs of a chosen pattern to a specific servlet via a web. xml file. 这些框架的好处是它们通过一个web.xml文件将所选模式的所有URL映射到特定的servlet。 www.ibm.com 4. The servlet instantiates a UserDataBean and then sets all the parameters in it, as shown in the code example below. 如下面的代码范例所示,该Servlet实例化了一个UserDataBean,并设置了其中的所有参数。 www.ibm.com 5. You may never implement a system with Struts, but looking at Struts may give you some ideas on your future Servlets and JSP implementations. 尽管您可能永远不会用Struts实现一个系统,但了解一下Struts或许使您能将其中的一些思想用于您以后的Servlet的JSP实现中。 www.ibm.com 6. We provide this servlet in Java source form and in compiled . class form within the WAR file available with this article for download. 我们提供了本文用到的WAR文件中Java源代码形式和compiled.class形式的servlet的下载。 www.ibm.com 7. As you can see from the servlet declaration, the application is using Jersey, the reference implementation of JAX-RS. 我们可以看到servlet声明,应用使用了JAX-RS的参考实现Jersey。 www.ibm.com 8. Tag libraries are software components that are plugged into a servlet container. 标记库是插入到servlet容器的软件组件。 www-128.ibm.com 9. Even if your servlet URLs are secured, an attacker may be able to bypass the normal URL-based security. 即使您的ServletURL是受保护的,攻击者也可能绕过正常的基于URL的安全性。 www.ibm.com 10. Listing 5 shows how the Apache Wink client can be used in a servlet for retrieving the data from a RESTful web service. 清单5展示如何在servlet中使用ApacheWink客户端从RESTfulWeb服务中检索数据。 www.ibm.com 1. A servlet was also implemented that simulated the invocation of our business process through the service proxy. 同时也实现了能够通过该服务代理模拟调用我们的业务流程的servlet。 www.ibm.com 2. Listing 5 shows how the Apache Wink client can be used in a servlet for retrieving the data from a RESTful web service. 清单5展示如何在servlet中使用ApacheWink客户端从RESTfulWeb服务中检索数据。 www.ibm.com 3. Each portlet is mapped to a Servlet defined in the web deployment descriptor by way of the href attribute on the portlet element. 每个portlet都会根据portlet元素中的href属性映射到Web部署描述符中定义的一个Servlet。 www.ibm.com 4. The only remaining part is how the external servlet reads the XML document from Notes. 唯一剩下的就是外部servlet如何从Notes读取XML文档。 www.ibm.com 5. It's a sort of thin-client approach, as opposed to the "damn the bandwidth, load the servlet" approach of Java. 与Java的「无需频宽,装入servlet」方法相反,它是一种瘦客户端方法。 www.ibm.com 6. The only way it can update the status or trigger actions to a state machine is by calling the SIP servlet routines via the handle. 它更新状态或触发对一个状态机的动作的唯一方法是通过此句柄调用SIPservlet例程。 www.ibm.com 7. You understand how listeners, filters, and servlets coordinate with one another. 您已经了解了侦听器、过滤器和servlet如何相互协作。 www.ibm.com 8. HttpRequestHandlerServlet represents the only servlet used by Blether from the perspective of the Web descriptor. 从Web描述符的角度来看,HttpRequestHandlerServlet代表Blether使用的惟一servlet。 www.ibm.com 9. You should be able to see the mean execution time and transactions per second graphs by hitting this servlet. 你应该能够看到平均执行时间和每秒事务数。 www.infoq.com 10. In a servlet environment, this state would have been encoded as part of the URL to the servlet. 在Servlet环境中,此状态应该已编码为指向Servlet的URL的一部分。 www.ibm.com 1. Writes an explanatory message and a stack trace for a given Throwable exception to the servlet log file. 向servlet日志文件写入错误说明信息和给定Throwable异常堆栈跟踪。 www.west263.com 2. When you bundle a servlet with your portal application, you can share session data between the servlet and portlet. 当您将Servlet与门户应用程序捆绑在一起时,您可以在Servlet和Portlet之间共享会话数据。 www.ibm.com 3. The suggestions are dynamically displayed using asynchronous communication with a data provider servlet. 将利用与数据提供者servlet的异步通信动态显示建议。 www.ibm.com 4. Let's quickly run over what was required to get your VXML to work on a servlet, and then move from there to JSP pages. 让我们快速回顾一下,为了使VXML能在servlet上工作,您需要做哪些事情,然后再介绍从servlet到JSP页面的情况。 www.ibm.com 5. If you re considering the SCWCD certification, you need to be aware that it takes more than just learning the servlet and JSP technologies. 如果您想要获得SCWCD证书,需要知道不仅仅要学习servlet和JSP技术,还要深入了解考试目标中指定的主题。 www-128.ibm.com 6. This sample project consists of an entity bean, a session bean, a sample servlet, and a sample client. 这个样本工程由一个实体bean、一个会话bean、一个样本servlet和一个样本客户机组成。 www.ibm.com 7. All you must do is configure the servlet in the the web. xml file the same as you would any other servlet (Listing 15). 必须像其他servlet一样在web.xml文件中配置这个servlet(清单15)。 www.ibm.com 8. The local servlet contacts the destination endpoint servlet (which could be the same servlet) and sends its data to it. 这个本地servlet将联系目的端点的servlet(可能是相同的servlet)并将数据发送给目的servlet。 www.ibm.com 9. We'll start by passing parameters to a servlet requesting a specified date and time format to be returned. 我们首先向servlet传递参数,请求返回特定的日期和时间格式。 www.ibm.com 10. If the servlet is called by a user who belongs to "bankCustomer" security role, the method call isUserInRole( "cust" ) returns true. 如果属于“bankCustomer”安全角色的用户调用了该servlet,方法isUserInRole(“cust”)将返回true。 www.infoq.com 1. The JSP container then compiles the JSP into a servlet and executes it, to create HTML. 然后JSP容器将JSP编译成servlet并执行它,从而创建HTML。 www.ibm.com 2. I'll also be passing along the current user as a parameter to the servlet call. 我也会一直作为参数传递当前用户给servlet调用。 www.ibm.com 3. If your application is not already open in an editor, expand your application project and double-click on the JSP or servlet file. 如果应用程序在编辑器中还未打开,则展开应用程序项目并双击JSP或者Servlet文件。 www.ibm.com 4. Add the code shown in listing 3 to the end of your list of servlet-mappings. 将清单3所示的代码添加到您的Servlet映射列表的末尾 www.ibm.com 5. Uses of this servlet filter include integration with non-JSF requests, propagating conversations over redirects, and managing file uploads. servlet过滤器的用法包括与非JSF请求集成,通过重定向传播conversation,以及管理文件上传。 www.ibm.com 6. The servlet container must implement the URL handlers and URLConnection objects that are necessary to access the resource. servlet容器必须实现URL处理器和URLConnection对象,这些对于访问资源是必需的。 www.51goushu.com 7. Similar to any Java Servlet end-point, each client connection requires a separate thread on the server. 与JavaServlet端点类似,每个客户端连接都需要服务器上一个单独的线程。 www.infoq.com 8. This was identified as the only reliable way to transfer the data to the Web services back-end servlet. 这是目前将数据传输到Web服务后端servlet的惟一一种可靠的方式。 www.ibm.com 9. You can either bundle the servlet with the portlet WAR file or include it as part of a stand-alone Web application. 您可以将Servlet与PortletWAR文件捆绑在一起,或将其作为独立Web应用程序的一部分包括在内。 www.ibm.com 10. A much better idea is to place all your business logic into a controller servlet. 更好的办法是将所有业务逻辑放在一个控制器servlet(controllerservlet)中。 www.ibm.com 1. The application flow for the event framework as invoked by the event dispatching servlet is shown in Figure 6. 事件分派servlet调用的事件框架的应用程序流程如图6所示。 www.ibm.com 2. In this situation, the time needed to read the request from the client does not add to the servlet-request duration. 在这种情形下,从客户机读取请求所需的时间不会添加到servlet请求持续时间中。 www.ibm.com 3. The servlet calls the EJB proxy application with the input string to be provided to the Web service provider application. Servlet使用输入字符串调用EJB代理应用程序,以将其提供给Web服务提供者应用程序。 www.ibm.com 4. Servlet modeling: Design SIP and converged servlet applications that integrate in the context of your applications. Servlet建模:在您的应用程序的环境下使用工具和对话框设计SIPservlet www.ibm.com 5. The session is tied to a specific user, but shared across all servlets in a Web application -- it is not specific to a single servlet. 会话绑定到特定的用户,但是在Web应用程序的所有servlet中共享——不特定于某一个servlet。 www.ibm.com 6. You can change that default address by providing a custom web. xml file with a different servlet-mapping entry for the Web service. 您可以通过为这个Web服务使用不同的Servlet映射条目来提供自定义web.xml文件,从而更改缺省地址。 www.ibm.com 7. A SIP application is a Java program that uses at least one SIP servlet written to the JSR 116 specification. SIP应用程序是一个Java程序,它使用了至少一个写入JSR116规格说明的SIPservlet。 www.ibm.com 8. The servlet is taken out of service, then destroyed with the destroy method, then garbage collected and finalized. servlet从服务中取出,然后destory方法清除,接着垃圾收集和终止。 tech.ccidnet.com 9. In a security conscious environment, the servlet container may return null for a given URL. 在一个有安全意识的环境中,servlet容器对于给出的URL可能返回null。 www.west263.com 10. Like the first article, this article uses Servlets due to their efficiency and minimal overhead. 与第一篇文章相同,出于效率和减少负荷方面的考虑,本文也使用了Servlet。 www.ibm.com 1. To register a notification listener in the server process, you could use a servlet and perform the same general steps as above. 为了在服务器进程中注册一个通知侦听器,您可以使用servlet,然后执行与上面一样的通用步骤。 www.ibm.com 2. You can now deploy this JSP page to your servlet engine, and then set up that JSP page as the source for a VoiceXML application. 您现在可以将这个JSP页面部署到servlet引擎,然后将部署好的JSP页面设置为VoiceXML应用程序的源。 www.ibm.com 3. In a J2EE Web application, the best place put the logic to store the user's identity into the diagnostic context is inside a servlet filter. 在J2EEWeb应用程序中,应用逻辑将用户标识保存到诊断上下文中最好的地方是在一个servlet过滤器中。 www.ibm.com 4. The FrontController servlet employs the request processor to convert each HTTP request to a normalized asynchronous message. FrontControllerservlet使用请求处理程序将每个HTTP请求转换为规范化的异步消息。 www.ibm.com 5. The user ID displayed on the output page should be the same one you used to authenticate to the servlet. 输出页上显示的用户ID应该与用于通过Servlet身份验证的ID相同。 www.ibm.com 6. And the plug-in includes the essential components of a "Hello World" servlet application that helps you get started with the platform. 并且该插件包含“HelloWorld”servlet应用程序的基本组件,该应用程序可以帮助您开始了解此平台。 www.ibm.com 7. When either of these conditions occurs, the request is resubmitted to the servlet (via the filter chain). 出现上述任意一种条件时,请求将被重新提交到servlet(通过过滤器链)。 www.ibm.com 8. The Configuration section, shown in figure 8, allows the administrator to control the Lotus Forms application servlet URL. Configuration部分(如图8所示)使管理员能够控制LotusForms应用程序servletURL。 www.ibm.com 9. The redeployment features of most servlet containers, application servers and OSGi implementations each work along the same lines. 大多数servlet容器、应用服务器和OSGi的重部署特性实现思路都类似。 www.infoq.com 10. Apache Wink applications are typically deployed in a servlet container like Apache Tomcat and packaged as a WAR file. ApacheWink应用程序通常打包为WAR文件,部署在ApacheTomcat等servlet容器中。 www.ibm.com 1. Below is the servlet code for the performTask method that does the work, with a discussion of the code following this sample. 下面是执行这项工作的performTask方法的servlet代码,这段样本代码后面有关于代码的讨论。 www.ibm.com 2. The [servlet-name] refers to the name of the Spring's dispatcher servlet defined in the web. xml deployment descriptor. [servlet-name]指的是在web.xml部署描述符中定义的Springdispatcherservlet的名称。 af1200.blog.163.com 3. The normal servlet filter concept does not provide any portlet support to developers who wish to create a PortletDocumentFilter. 普通的Servlet筛选器概念并不能为希望创建PortletDocumentFilter的开发人员提供任何Portlet支持。 www.ibm.com 4. Like the popular HTTP servlet programming model, some flexibility is limited to optimize ease-of-use and time-to-value. 与流行的HTTPServlet编程模型类似,有些灵活性仅限于优化易用性和缩短价值实现时间。 www.ibm.com 5. You can use the conditional #if directive of VTL to directly check for the existence of the database attribute in the servlet context. 您可以使用VTL的条件指示符#if直接检查在servlet上下文中是否存在数据库属性。 www.ibm.com 6. Every application running within the Tomcat servlet container gets its own directory there. 在Tomcatservlet容器内运行的每个应用程序都将从那里获得应用程序本身的目录。 www.ibm.com 7. The last step that occurs after we pushed the Add Contact button is to process the result sent back from the servlet to the client. 按下AddContact按钮后的发生的最后一个步骤就是处理servlet发送回客户机的结果。 www.ibm.com 8. This method is called when the servlet is first initialized by the container. 当容器第一次初始化servlet时,将调用此方法。 www.ibm.com 9. This action ensures dispatch to a special servlet that verifies the user credentials that were collected by the form. 该操作确保可以调度一个特定的servlet,用这个servlet来核实从表单中收集到的用户信息。 www.ibm.com 10. Sometimes unprotected servlets still need the user's identity information if it is available. 有时候,不受保护的Servlet仍然需要用户的标识信息(如果可用)。 www.ibm.com 1. Apache Tomcat is an open source servlet container which can be installed on desktop class machines. ApacheTomcat是一个开放源代码的Servlet容器,可以将其安装在桌面级计算机上。 www.ibm.com 2. After invoking the Web service, the servlet will return the result of the addition. 在调用该Web服务之后,Servlet将返回加法运算的结果。 www.ibm.com 3. These DB-aware objects will reside on the Web server, and will be created and used by one of the servlets. 这些DB-aware对象会驻留在Web服务器上,由servlet之一创建和使用。 www.ibm.com 4. You need the servlet API packages and, of course, the persistence entities and the BletherUserInterface class from the persistence bundle. 您需要servletAPI程序包,当然还有来自持久性捆绑包的持久性实体和BletherUserInterface类。 www.ibm.com 5. Jakarta-Tomcat is an open source servlet container with a JSP environment available under the Apache license. Jakarta-Tomcat是一个开放源代码的servlet容器,带有经Apache许可的JSP环境。 www-128.ibm.com 6. We need this filter to be invoked for both anonymous and authenticated requests, and to be invoked before other portal servlet filters. 我们需要对匿名请求和经过身份验证的请求均使用此筛选器,且要在其他门户Servlet筛选器前调用。 www.ibm.com 7. First, Ajax applications are almost always written for a specific server-side script, servlet, or application. 首先,Ajax应用程序通常都是为一个特定的服务器端脚本、servlet或应用程序而编写的。 www.ibm.com 8. Type is an interface, designed to be implemented by servlet-engine vendors. 类型是一个接口,设计用来供servlet引擎供应商加以实现。 www-128.ibm.com 9. Take a look at a server-side application that has a servlet, JSP page, and EJB component. 我们看看一个包含servlet、JSP页面和EJB组件的服务器端应用程序。 www.ibm.com 10. The HTTP servlet in the sample provides a user interface (UI), shown in Figure 1, to configure the forwarded call address mapping. 示例中的HTTPservlet提供了一个用户界面(UI),如图1所示,以配置forwardedcall地址映射。 www.ibm.com 1. The two main components of WTE are the servlet engine and the name server. WTE的两个主要组件是servlet引擎和名称服务器。 www.ibm.com 2. Each portlet is mapped to a servlet defined in the deployment descriptor by the href attribute on the portlet element. portlet元素的href属性将每个portlet映射到部署描述符中定义的servlet。 www.ibm.com 3. Instead, Shiro fully implements the Session part of the Servlet specification to support native sessions in web applications. 相反,Shiro完整实现了Servlet规范中的Session部分以在Web应用中支持原生会话。 www.infoq.com 4. In Figure 1, we see a servlet and multiple EJB components access a database within the context of a single transaction. 在图1中,我们看到一个servlet和多个EJB组件在单个事务的上下文中访问一个数据库。 www-128.ibm.com 5. Tapestry isn't like a Java application that runs in the background or a servlet engine that serves up content over a network. Tapestry与在后台运行的Java应用程序或者在网络上提供内容的servlet引擎不同。 www.ibm.com 6. The JSF specification completely disregards exception management, placing its responsibility entirely on the servlet container. JSF规范完全忽视异常管理,将责任完全放在servlet容器上。 www.ibm.com 7. That servlet-mapping specifies part of a URL address that will trigger the given Web service. 这个Servlet映射指定了触发给定Web服务的URL地址中的一部分。 www.ibm.com 8. Along with a JVM and a servlet engine, you also need a build tool like Apache Ant. 有了JVM和servlet引擎,还需要ApacheAnt这样的构建工具。 www.ibm.com 9. An incoming event is normally in the form of an HTTP request, which the servlet Container turns into an HttpServletRequest. 输入事件通常是在HTTP请求表单中发生的,servlet容器将HTTP请求转换为HttpServletRequest。 www.ibm.com 10. Then you can call the bean's getter methods and store the data returned by the getter methods as a parameter in the servlet request object. 然后可以调用该bean的getter方法,并将getter方法返回的数据以参数的形式存储在servlet请求对象中。 www.ibm.com 1. A task in a GAE queue is just a servlet. GAE队列上的任务刚好是一个servlet。 www.ibm.com 2. The servlet container provides a javax. servlet. FilterChain object that can be used to invoke the next filter in the chain. servlet容器提供了javax.servlet.FilterChain对象,使用该对象来调用链中的下一个过滤器。 www.ibm.com 3. One of the simplest things you can do with servlet-based VXML output is add some awareness of time. 基于servlet的VXML输出的一项最简单的用途就是添加时间提醒。 www.ibm.com 4. This new facet also simplifies configuration of the servlet by automatically generating the necessary servlet entries and mappings. 这个新的facet还能通过自动生成所需的servlet项和映射来简化servlet的配置。 www.ibm.com 5. Upon receiving a request, a servlet calls a method on a session bean, which then invokes a method on an entity bean. 在收到请求时,servlet调用会话bean上的一个方法,这个方法进而调用实体bean上的一个方法。 www.ibm.com 6. DWR is an open source, Apache licensed solution consisting of server-side Java libraries, a DWR servlet, and JavaScript libraries. DWR是一个开放源码的使用Apache许可协议的解决方案,它包含服务器端Java库、一个DWRservlet以及JavaScript库。 www.ibm.com 7. JESTServlet executes each client request in a context that binds an HTTP servlet request-response to a persistence context. JESTServlet在将HTTP请求-响应绑定到一个持久化上下文的环境中处理每一个客户端请求。 www.ibm.com 8. In previous versions of WebSphere Application Server, the JSP container's run time processor was implemented as a gateway servlet. 在先前的WebSphereApplicationServer版本中,JSP容器的运行时处理器是作为网关servlet实现的。 www.ibm.com 9. The parameters array is passed in so the values that the user selected can be processed by the servlet. 传入参数数组以让servlet能够处理用户选择的值。 www.ibm.com 10. type -- defines the type of the generator; currently, the value servlet has to be specified for this attribute. type——定义生成器的类型;目前,为此属性指定的值为servlet。 www.ibm.com 1. Usually, the servlet will accept the request and parse the HTTP request URI itself, looking to match the request to a known resource. 通常,servlet会接受请求并自己解析这个HTTP请求URI,以将此请求与一个已知资源相匹配。 www.ibm.com 2. If there were a plug-in installed to supply support for JSPs and servlets, we would see an additional option here for Web applications. 如果安装了插件来提供JSP和servlet支持,我们会从这里看到一个用于Web应用程序的附加选项。 www.ibm.com 3. They complete all the required profile information in the form and send it to the registration servlet (on the middle tier). 他们填写表单中要求的所有基本信息,然后将其发送给注册Servlet(在中间层)。 www.ibm.com 4. The following three code listings demonstrate the call procedure for a localization pack manager in JSPs, servlets, and portlets. 以下三个代码清单分别演示了在JSP、servlet和portlet中调用本地化包管理器的过程。 www.ibm.com 5. Using full package names enables the configuration of a JSP as a servlet in web. xml. 在web.xml中使用全包名称将JSP配置为servlet。 www.ibm.com 6. Application clients that talk directly to EJBs do not use servlet threads, but do use ORB threads (see next section). 直接与EJB交谈的应用程序客户机不使用servlet线程,但的确使用ORB线程(请看下一部分)。 www.ibm.com 7. Use an HttpURLConnection to call the remote Web application's servlets. 可以使用HttpURLConnection方法调用远程Web应用程序的servlet。 www.ibm.com 8. As an example of a class loader hierarchy in action, Figure 1 shows the class loader hierarchy defined by the Tomcat servlet engine. 作为类装入器层次结构的实际示例,图1显示了Tomcatservlet引擎定义的类装入器层次结构。 www-128.ibm.com 9. First, the servlet creates an instance of the view bean, GetErrandListHTMLView, passing the errand list as a parameter on the constructor. 首先,servlet创建一个视图bean实例GetErrandListHTMLView,将差事列表作为参数传递给构造函数。 www.ibm.com 10. The web project has a simple single servlet that you can easily run in your WebSphere Test Environment to invoke your business logic. 网络项目拥有一个简单的servlet,您可以在WebSphereTestEnvironment下使用它以调用您的业务逻辑。 www.ibm.com 1. All or some of these elements may be copied and pasted into the WEB-INF file in order to configure JSPs as servlets. 为了将JSP配置为servlet可复制粘贴所有或部分这些元素到WEB-INF文件中。 www.ibm.com 2. In the first dialog enter the name and optionally the description of the servlet. 在第一个对话框中输入名字及任意的servlet描述。 www.ibm.com 3. For instance, Seam includes a servlet filter that extends the scope of its features beyond the JSF life cycle. 例如,Seam包括一个servlet过滤器,该过滤器扩展JSF生命周期以外的Seam特性。 www.ibm.com 4. Config allows initialization data to be passed to a JSP page's servlet. Config允许将初始化数据传递给一个JSP页面的servlet。 www.ibm.com 5. The structure of a Java server-side application is set by the servlet standard, and all servlet runners should support the same structure. Java服务器端应用程序的结构是按照servlet标准设定的,并且所有servlet运行程序都应当支持同一种结构。 www.ibm.com 6. An attribute allows a servlet container to give the servlet additional information not already provided by this interface. 属性使得servlet容器可以提供给servlet该接口还没有提供的额外信息。 www.west263.com 7. A URL pattern is a string appearing in a URL that causes the servlet to be invoked. URL模式是出现在URL中的字符串,该字符串会导致调用这个servlet。 www-128.ibm.com 8. The servlet interacts with the Human Task Manager and saves the necessary task data to complete any subsequent requests in the HTTP session. servlet与HumanTaskManager相互作用并保存必要任务数据,完成HTTP会话中的任何订阅请求。 www.ibm.com 9. GWT allows you to easily access server-side servlets by using Remote Procedure Calls (RPCs). GWT允许使用远端过程调用(RemoteProcedureCall,RPC)轻松访问服务器端servlet。 www.ibm.com 10. Portlets are similar to servlets, but they focus on the presentation layer of your application. Portlet与servlet类似,但前者更关注于应用程序的表示层。 www.ibm.com 1. The contextConfigLocation parameter defines the Spring configurations files to load, as shown in the servlet context below. contextConfigLocation参数定义了要装入的Spring配置文件,如下面的servlet上下文所示。 www.ibm.com 2. The only thing necessary is to define a Shiro Servlet Filter in web. xml. 唯一需要做的就是在web.xml中定义一个ShiroServlet过滤器。 www.infoq.com 3. The callback URL is set to this servlet's context as it was defined in web. xml. 这个回调URL会被保存在这个Servlet的上下文中,就像它在web.xml定义一样。 www.ibm.com 4. The Tomcat engine is a very good servlet engine that is free and easy to install. Tomcat引擎是非常好的一个servlet引擎,可以自由下载,而且非常容易安装。 www.ibm.com 5. This interface is intended to wrap servlets, but a servlet container can create RequestDispatcher objects to wrap any type of resource. 该接口目的是包装servlet,但是servlet容器创建的RequestDispatcher可以包装任何类型的资源。 bbs.chinaunix.net 6. Because many authority implementations may be hosted by a single servlet, a host of hybrid authorities are possible. 由于多个中心实现可以在一个单一的servlet中运行,所以可能会有一组混合的中心。 www.ibm.com 7. First, I need to open a POST connection to the server resource I'm communicating with -- in this case a servlet mapped to the URL cart. do. 第一,需要打开与要通信的服务器资源的POST连接——在这个示例中,服务器资源是一个映射到URLcart.do的servlet。 www.ibm.com 8. One such method for doing so is a simple XFDL button that submits the entire form to a servlet. 方法之一是使用简单的XFDL按钮,将整个表单提交到servlet。 www.ibm.com 9. PortletDocumentFilters are a normal servlet filters which implement javax. servlet. Filter and follow the servlet filter chain mechanism. PortletDocumentFilters为普通Servlet筛选器,实现了javax.servlet.Filter并遵循Servlet筛选器链机制。 www.ibm.com 10. It has an @Startup annotation which is similar in concept to the servlet , but unlike servlets it doesn't take a number as an argument. 它具有@Startup注解,在概念上这与Servlet很相似,但与Servlet不同的是它不以数字作为参数。 www.infoq.com 1. Thus, we adopted many of the "best practices" guidelines for servlet development as part of our work. 因此,我们在工作中采纳了servlet开发的很多“最佳实践”指南。 www.ibm.com 2. The Web container, upon receiving the request, assigns a Java thread for execution of the request and invokes the appropriate servlet. 接收请求的Web服务器会分配一个Java线程,以执行请求并调用适当的servlet。 www.ibm.com 3. To design the request wrapper, you first need a way for the servlet filter to specify the locale to the request wrapper. 要设计请求包装,首先需要Servlet筛选器能够指定请求包装的区域设置。 www.ibm.com 4. Before storing the form in the database, the servlet outputs the user data to the console as shown in figure 6. 在数据库中存储表单之前,servlet将用户数据输出到控制台,如图6所示。 www.ibm.com 5. Consequently, no request takes longer than two seconds to complete, even though only a single servlet thread is running. 因此,每个请求的处理时间不会超过两秒,即使只运行一个servlet线程。 www.ibm.com 6. There were two very Tomcat-centric things we had to do: configure its connector and implement a Tomcat specific interface in the servlet. 有两件与Tomcat密切相关的事情要做:一是配置它的连接器,二是在servlet中实现一个特定于Tomcat的接口。 www.ibm.com 7. You can use it from the command line, in an applet or servlet, or as a module in another program. 您可以从命令行、在applet或servlet中使用它,也可以在其它程序中将它作为模块使用。 www.ibm.com 8. The faces context wraps information about application resources that the faces servlet will later require to execute the JSF life cycle. faces上下文封装与应用程序资源相关的信息。facesservlet执行JSF生命周期时需要这些信息。 www.ibm.com 9. Calling the servlet from a web page via Ajax isn't terribly difficult; in fact, I can simplify it with a library like JQuery. 通过Ajax调用来自网页的servlet并不是非常困难;实际上,通过类似JQuery的库我可以简化它。 www.ibm.com 10. The servlet generates the input form on an HTTP GET request and handles form submission on an HTTP POST request. 中,servlet针对HTTPGET请求生成输入窗体,并根据HTTPPOST请求处理窗体提交的信息。 www-128.ibm.com 1. A servlet or JSP can retrieve the user's preferred language through the "Accept-Language" header of the HTTP request. servlet或JSP可以通过HTTP请求的“Accept-Language”头检索用户的首选语言。 www.ibm.com 2. SquirrelRDF is distributed with a simple Servlet for exposing an HTTP service endpoint (squirrelrdf. Servlet). SquirrelRDF是分布式的,使用简单的Servlet公开HTTP服务端点(squirrelrdf.Servlet)。 www.ibm.com 3. As the name implies, it is similar to a servlet. 顾名思义,它与servlet很相似。 www.ibm.com 4. Servers and Engines page. Simple HTTP Servlet Server is an open-source, Java-based HTTP server implementation. 简单HTTPServlet服务器是一个开放源代码的、基于Java的HTTP服务器实现。 www-128.ibm.com 5. The Throttle Manager servlet will respond with a message that provides a task identifier. ThrottleManagerservlet将通过一条包含任务标识符的消息进行响应。 www.ibm.com 6. Listing 4 is part of a simple servlet that handles Ajax requests to update the shopping cart. 清单4是处理Ajax请求、更新购物车的简单servlet的一部分。 www.ibm.com 7. The SOAP binding (proxy) is a Java class that is called through a servlet interface. SOAP绑定(代理器)是一种Java类,可通过servlet接口调用它。 www.ibm.com 8. With the former approach, the feed servlet must understand the query string format, so the first approach cannot be used on all feeds. 使用前一方法时,FeedServlet必须理解查询字符串格式,因此不能将第一个方法用于所有Feed。 www.ibm.com 9. But how do the two main parts--the portlet which starts one call, and the servlet which gets the long-running data--interact together? 但是这两个主要部分——启动一个调用的Portlet和获取耗时操作的数据的Servlet如何一起交互呢? www.ibm.com 10. Then we'll work through the servlet implementation, which consists of three abstract methods customized for Bigtable. 然后我们将完成Servlet实现,它是由三个专门为Bigtable定制的抽象方法组成的。 www.ibm.com 1. Note that in both cases, all nine connections are accepted as they arrive (as happens with most servlet engines now). 注意,在这两个用例中,所有9个连接在到达时全部被接受(大多数servlet引擎都会这样做)。 www.ibm.com 2. Interestingly, the task itself is a servlet and what you throw onto a queue is a URL, along with optional parameters. 有趣的是,任务自身是一个servlet,您放在队列上的是一个URL以及可选参数。 www.ibm.com 3. However, the steps' distribution pattern has not changed much, and servlet threads spend even more time in a waiting state. 但是,步骤的分布模式没有发生很大变化,并且servlet线程处于等待状态的时间更长了。 www.ibm.com 4. Find servlet-mappings. xml and servlets. xml in the code tree, and see how the Struts Action Servlet is declared. 请在代码树中找到servlet-mappings.xml和servlets.xml,并查看Struts动作Servlet的声明方式。 www.ibm.com 5. The current version of the User class has 20 fields, which means that the servlet has to call 20 set methods. User类的当前版本有20个域,这意味着Servlet必须调用20个set方法。 www.ibm.com 6. Google defines what libraries you can and can't use and also places a time limit on servlet response. Google定义了您可以使用什么库,不可以使用什么库,且还对servlet响应设置时间限制。 www.ibm.com 7. To run the application demonstrated in this tutorial, you need a servlet container installed. 要运行本教程中演示的应用程序,需要安装一个servlet容器。 www-128.ibm.com 8. This centralized servlet engine should offer high availability with appropriate failover mechanisms. 这个集中式servlet引擎应该利用适当的故障恢复机制提供高可用性。 www.ibm.com 9. Returns the maximum time interval, in seconds, that the servlet container will keep this session open between client accesses. 以秒为单位返回最大间隔时间,在客户端访问之间servlet容器将保持会话开启。 941xz.com 10. This may be dynamically computed, but it helps when you specify different values for different servlets. 这需要进行动态计算,但当为不同的servlet指定不同的值时,它能提供帮助。 www.ibm.com 1. The tutorial provides an overview of JSP, servlets, and Web services but is not intended to cover those technologies in depth. 本教程概述JSP、servlet和Web服务,但不会深入讨论这些技术。 www.ibm.com 2. At this point, the servlet can do the validation and verification checking. 在这个点上,此servlet可执行确认和验证检查。 www.ibm.com 3. The DateFormat MIDlet (see the complete source code) will demonstrate the steps necessary to access a Java servlet from within a MIDlet. DateFormatMIDlet(请参阅完整的源代码)将展示从一个MIDlet中访问Javaservlet的必要步骤。 www.ibm.com 4. In practice, the process of unloading and reloading may occur in a servlet engine when a servlet class or JSP changes. 在实际应用中,卸载和重新加载会发生在一个servlet类或者JSP改变的时候。 www.bing.com 5. Those parameters can determine what service the servlet calls or even parameters to pass to that service. 这些参数可以决定servlet调用什么服务,或者传递给服务什么参数。 www.ibm.com 6. This trap occurs when a programmer tries to do too much in a single servlet. 当程序员试图在一个单独的servlet中进行太多的操作时,就会出现这种陷阱。 www.ibm.com 7. Tomcat is used in the examples throughout this article, but you can easily use Tapestry with the servlet engine of your choice. 这篇文章的所有示例都使用Tomcat,但是可以很容易地把Tapestry用于您选择的其他servlet引擎。 www.ibm.com 8. Optimal settings are in some part due to the servlet engine thread count settings, as each stack takes up memory within the JVM. servlet引擎线程数量设置将在某种程度上决定最佳设置,这是因为每个堆栈都使用JVM中的内存。 www.ibm.com 9. You then set up a development environment in IBM Rational Application Developer to test the sample integration servlet. 然后在IBMRationalApplicationDeveloper中建立了开发环境,用于测试示例集成servlet。 www.ibm.com 10. This servlet performs the same set of steps performed by the control code in the ASP, but uses Java syntax and J2EE constructs. 这个servlet同ASP中的控制代码执行同样的步骤,但是使用了Java语法和J2EE构造。 www.ibm.com |
||||||||||||||
随便看 |
英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。