单词 | servlet container | ||||||
释义 | servlet container
例句释义: 服务器小程序容器,服务程序容器,小服务程序容器 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. When run, this command will automatically start an embedded servlet container, making Hudson ready-to-use. 在运行的时候,该命令将会自动启动一个嵌入的servlet容器,使得Hudson已经为使用做好准备。 www.ibm.com 3. 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 4. 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 5. 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 6. 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 7. 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 8. 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 9. However, any compliant lightweight servlet container should be able to support the Apache Wink run time. 但是,任何兼容的轻量级servlet容器应该能够支持ApacheWink运行时。 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. In such a situation, refer to the documentation of the particular servlet container to find the problem. 此时,请参考你所用的servlet容器的文档以发现问题。 shmilyyforever.popo.blog.163.com 2. Tag libraries are software components that are plugged into a servlet container. 标记库是插入到servlet容器的软件组件。 www-128.ibm.com 3. The servlet container must implement the URL handlers and URLConnection objects that are necessary to access the resource. servlet容器必须实现URL处理器和URLConnection对象,这些对于访问资源是必需的。 www.51goushu.com 4. In a security conscious environment, the servlet container may return null for a given URL. 在一个有安全意识的环境中,servlet容器对于给出的URL可能返回null。 www.west263.com 5. 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 6. Every application running within the Tomcat servlet container gets its own directory there. 在Tomcatservlet容器内运行的每个应用程序都将从那里获得应用程序本身的目录。 www.ibm.com 7. Apache Tomcat is an open source servlet container which can be installed on desktop class machines. ApacheTomcat是一个开放源代码的Servlet容器,可以将其安装在桌面级计算机上。 www.ibm.com 8. 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 9. The JSF specification completely disregards exception management, placing its responsibility entirely on the servlet container. JSF规范完全忽视异常管理,将责任完全放在servlet容器上。 www.ibm.com 10. 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 1. 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 2. An attribute allows a servlet container to give the servlet additional information not already provided by this interface. 属性使得servlet容器可以提供给servlet该接口还没有提供的额外信息。 www.west263.com 3. 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 4. To run the application demonstrated in this tutorial, you need a servlet container installed. 要运行本教程中演示的应用程序,需要安装一个servlet容器。 www-128.ibm.com 5. Returns the maximum time interval, in seconds, that the servlet container will keep this session open between client accesses. 以秒为单位返回最大间隔时间,在客户端访问之间servlet容器将保持会话开启。 941xz.com 6. Because EJB3 is not required, the target of the deployment can be any basic servlet container. 因为不需要EJB3,所以部署的目标可以是任何基本的servlet容器。 www.ibm.com 7. Through this interface, the servlet container creates and manages a session between the client and the server. 通过该接口,servlet容器创建和管理客户机和服务器之间的会话。 www-128.ibm.com 8. Dynamic: At runtime, filters are invoked by the Servlet container to intercept and process requests and responses. 动态的:过滤器在运行时由Servlet容器调用来拦截和处理请求和响应。 www.ibm.com 9. You can use this embedded container to run unit tests without having to run an entire servlet container. 可以使用这个嵌入式容器来运行单元测试,而不必运行整个servlet容器。 www.ibm.com 10. The servlet container instantiates the faces servlet, which starts listening for incoming requests from users. servlet容器实例化facesservlet,后者开始侦听从用户传入的请求。 www.ibm.com 1. Apache Wink 1. 0 was designed to run inside a servlet container and currently does not support an embedded mode of operation. ApacheWink1.0的设计目的是为了在一个servlet中运行,目前不支持嵌入式操作模式。 www.ibm.com 2. As I mentioned before, the servlet container also contains and manages a servlet throughout its life cycle. 正如我先前提到的那样,servlet容器还包括了一个servlet,并在其整个生命周期中对其进行管理。 www-128.ibm.com 3. This release is tightly coupled to Eclipse and Ant, and supports Tomcat and Jetty as its servlet container options. 该版本与Eclipse和Ant结合非常紧密,并支持Tomcat和Jetty作为其servlet容器。 www.infoq.com 4. The Servlet container will enforce these constraints on the url-patterns mapped to the servlets. Servlet容器会对匹配的Servlet所对应的url-patterns施加这些约束。 www.infoq.com 5. As the name suggests, this is a specialization of the Java language's HttpServlet, so it can be hosted on any servlet container. 顾名思义,这是Java语言的HttpServlet的一个具体类,所以可以将它放在任何servlet容器中。 www.ibm.com 6. I deploy the example application in a Tomcat servlet container. 我把示例应用程序部署在Tomcatservlet容器中。 www.ibm.com 7. The servlet container creates a servlet request object representing the user's request. servlet容器创建一个表示用户请求的servlet请求对象。 www.ibm.com 8. For instance, a request scope starts and stops in a servlet container. 例如,请求范围的开始和结束都在一个servlet容器中。 www.ibm.com 9. This run-time system is a servlet container if the service implementation is a servlet. 如果这个服务实现是一个servlet,那么这个运行时系统就是一个servlet容器。 www.ibm.com 10. You can use any Java-capable Web servlet container, application server, or hosting provider. 可以使用任何支持Java的Webservlet容器、应用服务器或驻留服务提供商。 www.ibm.com 1. First, the thread pool in the servlet container can be affected. 首先,servlet容器的线程池可能受到影响。 www.ibm.com 2. Drop the WAR file in the webapps folder of the servlet container. 将WAR文件放到servlet容器的webapps文件夹中。 shmilyyforever.popo.blog.163.com 3. The servlet container instantiates all listeners configured in the web. xml file. servlet容器实例化在web.xml文件中配置的所有侦听器。 www.ibm.com 4. They can dynamically intercept requests sent to and responses returned by a Servlet (or JSP) deployed in a Servlet container. 它们可以动态地拦截发送到servlet容器中部署的servlet(或JSP)的请求和返回的响应。 www.ibm.com 5. Multi-Tenant Server works with any modern J2EE Servlet container and has been certified for the WebSphere Application Server. 多租户服务器可以使用任何现代的J2EEServlet容器,而且还针对WebSphere应用服务器进行了认证。 www.ibm.com 6. To conclude the article, I showed you how to deploy the application in a Tomcat servlet container and test it in your browser. 总结这篇文章时,我示范了如何在Tomcatservlet容器中部署应用程式以及如何在浏览器中测试它。 www-128.ibm.com 7. The servlet container will pass the HTTP request to the OpenLaszlo server. servlet容器将把HTTP请求传递给OpenLaszlo服务器。 www.ibm.com 8. Specifies the time, in seconds, between client requests before the servlet container will invalidate this session. 以秒为单位指定servlet容器使会话失效之前客户端请求之间的间隔时间。 941xz.com 9. But how does the servlet container track clients that are communicating over a stateless protocol such as HTTP? 但是servlet容器如何跟踪通过无状态协议(如HTTP)通信的客户机呢? www.ibm.com 10. Something in the servlet container was causing it to fail. 失败的原因和servlet容器有关。 www-128.ibm.com 1. This fourth installment demonstrates how to use Acegi to secure JavaServer Faces (JSF) applications that run in a servlet container. 第4部分将讨论如何使用Acegi保护在servlet容器中运行的JavaServerFaces(JSF)应用程序。 www.ibm.com 2. In this article, you'll use Apache Tomcat as your example servlet container, because it's both widely used and available at no cost. 本文将使用ApacheTomcat作为示例servlet容器,因为它应用广泛,而且又可免费获得。 www.ibm.com 3. You are free to use another servlet container -- either an open-source one or a commercial product like IBM WebSphere Application Server. 当然您也可以使用其他的servlet容器,无论是开放源代码产品,还是IBMWebSphereApplicationServer这样的商业产品。 www.ibm.com 4. The application is deployed as a WAR file that can be used with any suitable servlet container or application server such as IBM WebSphere. 此应用程序作为一个WAR文件部署,可与任何合适的servlet容器或应用程序服务器,比如IBMWebSphere,联合使用。 www.ibm.com 5. We will use this servlet container outside the OSGi container (Eclipse) to install and run our service clients. 我们将使用在OSGi容器(Eclipse)外部的servlet容器,用来安装和运行我们的服务客户机。 www.ibm.com 6. Regardless of how the session ID is passed, the servlet container will intercept it, look it up, and find the 不管会话标识如何传递,servlet容器都将拦截它,检查它,并找到与之关联的 www-128.ibm.com 7. The sample application embeds the database engine, Derby, and the servlet container, Jetty, within the application. 示例应用程序将数据库引擎Derby和servlet容器Jetty嵌入在应用程序中。 www.ibm.com 8. Deploy the WAR file to an application server or servlet container 将这个WAR文件部署到应用服务器或servlet容器 www.ibm.com 9. Oozie is a Java Web-Application that runs in a Java servlet-container - Tomcat and uses a database to store Oozie是一种JavaWeb应用程序,它运行在Javaservlet容器——即Tomcat——中,并使用数据库来存储以下内容 www.infoq.com 10. The servlet container creates tag handlers, initializes them and calls the servlet容器创建标记处理程序,对它们初始化并依次调用 www-128.ibm.com 1. Now when you restart the Tomcat servlet container, login and navigate to 现在,在您重新启动Tomcatservlet容器时,登录并导航到 www-128.ibm.com 2. The above tells the Faces Servlet container to send all requests that map to 上面的代码告诉FacesServlet容器,将映射到 www-128.ibm.com |
||||||
随便看 |
|
英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。