What is the translation of " SERVLET " in Chinese?

一个servlet

Examples of using Servlet in English and their translations into Chinese

{-}
  • Political category close
  • Ecclesiastic category close
  • Programming category close
How to Write a Servlet.
如何来写一个servlet呢?
A servlet is a Java technology and it….
一个Servlet就是一个Java类,并….
Creates an instance of the servlet class.
创建一个servlet类的实例。
To debug a servlet, we debug sun. servlet. http.
为了调试一个servlet,我们可以调试sun.servlet.http.
Jenkins is typically run as a standaloneapplication in its own process with the built-in Java servlet container/application server(Jetty).
Jenkins通常作为一个独立的应用程序在其自己的进程中运行,内置Javaservlet容器/应用程序服务器(Jetty)。
People also translate
JSPs are translated in servlets at runtime,therefore JSP is a servlet;
JSP在运行时被转换成Servlet,因此JSP是一个Servlet;.
Servlet Chaining is the method where the output of one servlet is sent to a second servlet.
Servlet链是把一个Servlet的输出发送给另一个Servlet的方法。
When a request is mapped to a servlet, the container performs the following steps.
当一个请求映射到一个servlet时,该容器执行下列步骤。
A servlet runs on the server side- without an application GUI or HTML user interface(UI) of its own.
Servlet在服务器端运行-没有自己的应用程序GUI或HTML用户界面(UI)。
It is used to forward to a servlet, JSP, HTML page, and so on, on the server.
它被用来转发到一个servlet,JSP,HTML页面,等等,在服务器上。
The Servlet 4.0 specification will bring HTTP/2 to Java EE, and will be a 100% compliant implementation of the HTTP/2 specification.
Servlet4.0规范会把HTTP/2引入JavaEE,并100%兼容实现HTTP/2规范。
One of the most important advantages of using Servlet is that you can use most of the methods available in core Java.
使用Servlet的最重要的优势之一是,可以使用核心Java中的大多数可用的方法。
When a servlet throws an exception, the web container searches the configurations in web.
一个Servlet抛出一个异常时,Web容器在使用了exception-type元素的web.
A web application is composed of web components like Servlet, JSP, Filter etc. and other components such as HTML.
Web应用程序是由Web组件组成,如,Servlet,JSP,过滤器等,以及其他组件,如HTML。
Finally, each servlet is able to serve multiple requests in parallel using multithreading.
最终,每一个servlet都可以用多线程的方式并行的处理多个请求。
The Apache Tomcat projectprovides an open source implementation of Java Servlet and JSP technologies, but its deployment is hard to quantify.
在ApacheTomcat上项目提供了JavaServlet和JSP技术的一个开源实现,但其部署是很难量化的。
Create a servlet to handle the autocomplete URL that is received by the incoming request.
创建一个servlet以处理由传入请求接收的autocompleteURL。
The web application structure involving the WEB-INF subdirectory is standard to all Java web applications andspecified by the servlet API specification.
涉及到WEB-INF子目录的Web应用程序结构是所有的Javaweb应用程序的标准,并由ServletAPI规范指定。
You can use the JDBC API in a servlet, JSP technology page, or an enterprise bean when you need to access the database.
当您需要访问数据库时,可以在servlet,JSP技术页面或企业bean中使用JDBCAPI。
Initially, the WebSphere team focused on the rapid development anddeployment of Web applications supporting HTTP, Servlet and Java Server Pages applications.
最初,WebSphere团队的关注点是支持HTTP、Servlet和JavaServerPages应用程序的Web应用的快速开发与部署。
It uses and extends the Java Servlet API to encourage developers to adopt a model view controller(MVC) architecture.
ApacheStruts使用和扩展JavaServletAPI去鼓励开发者采用模型视图控制器(MVC)构架。
Initially, the WebSphere team focused on the rapid development anddeployment of Web applications supporting HTTP, Servlet and Java Server Pages applications.
最初时,WebSphere团队专注于迅速发展和支持HTTP,Servlet和JavaServerPages应用程序的Web应用程序的部署。
This persistance gives a servlet connection and thread pooling, as well as an easy way to maintain state between each HTTP request.
这个持久性提供了一个servlet连接,以及一个维护每个HTTP请求之间状态的简单方法。
The specification defines how a web component(a servlet or a JSP) can consume a service implemented by a SCA service component.
规范定义了一个Web组件(一个servlet或一个JSP页面)消费由SCA服务组件实现的服务的方式。
Java Servlet technology provides web developers with a simple, consistent mechanism for extending the functionality of a web server and for accessing existing business systems.
JavaServlet技术为Web开发人员提供了一种简单、一致的机制,用于扩展Web服务器的功能和访问现有业务系统。
You can also use the JDBC API from a servlet or a JSP page to access the database directly without going through an enterprise bean.
你也可以从servlet或jsp页面中直接使用jdbcapi访问数据库,而不通过企业bean。
Then the servlet container handles multiple requests by spawning multiple threads, each thread executing the service() method of a single instance of the servlet.
然后Servlet容器处理由多个线程产生的多个请求,每个线程执行一个单一的Servlet实例的service()方法。
If it has not, Tomcat compiles the servlet into Java bytecode, which is executable by the JVM, and creates an instance of the servlet.
如果不是,Tomcat将servlet包装成Java字节码,这是由JVM执行的,并形成servlet的实例.
It is only a servlet(JSP of servlet) container, can be considered as the extension of Apache, but can be run independently of Apache.
Tomcat只是一个servlet(jsp也翻译成servlet)容器,可以认为是apache的扩展,但是可以独立于apache运行.
Results: 29, Time: 0.0233

Top dictionary queries

English - Chinese