SERVLET in English translation

Examples of using Servlet in Chinese and their translations into English

{-}
  • Political category close
  • Ecclesiastic category close
  • Programming category close
Jenkins通常作为一个独立的应用程序在其自己的进程中运行,内置Javaservlet容器/应用程序服务器(Jetty)。
Jenkins is typically run as a standalone application in its own process with the built-in Java servlet container/application server(Jetty).
Tomcat和Jetty使如今构建可伸缩的Comet应用程序成为可能,并且明确了未来面向Servlet3.0标准化的升级路线。
Tomcat and Jetty make it possible to build scalable Comet applications today, with a clear upgrade path to standardization under Servlet 3.0 in the future.
此版本提供了SpringFramework5的升级路径,最低要求Java8、Servlet3.1、Hibernate5、Tiles3和JSF2.2。
This release provides an upgrade path to Spring Framework 5 along with Java 8, Servlet 3.1, Hibernate 5, Tiles 3, and JSF 2.2 as minimum requirements.
描述:在JSP的<%和%>标记之间设置的断点未映射到servlet中正确的行。
Description: Breakpoints that are set between the<% and%> tags of a JSP are not mapped to the correct lines in the servlet.
Javaservlet是JSP的技术基础,而且大型的Web应用程序的开发需要JavaServlet和JSP配合才能完成。
Java servlet is the technical foundation of JSP, and the development of a large Web application requires Java servlet and JSP mates to complete.
JSP在运行时被转换成Servlet,因此JSP是一个Servlet;.
JSPs are translated in servlets at runtime, therefore JSP is a servlet;
即使您很喜欢编写servlet,也有几个令人信服的理由来研究JSP技术作为现有工作的补充。
Even if you're comfortable writing servlets, there are several compelling reasons to investigate JSP technology as a complement to your existing work.
Resin作为Servlet和JSP引擎的起源,现在支持WebProfile,CDI和EJB。
Originating as a Servlet and JSP engine, Resin today supports Web Profile, CDI and EJB.
使用Servlet的最重要的优势之一是,可以使用核心Java中的大多数可用的方法。
One of the most important advantages of using JSP is that you can use all the methods available in core Java.
Servlet在服务器端运行-没有自己的应用程序GUI或HTML用户界面(UI)。
A servlet runs on the server facet- without an application GUI or HTML consumer interface(UI) of its own.
为什么我们在servlet中需要构造函数,即使我们有一个init()方法??
Why is a constructor needed in a servlet even if we use the init method?
如果servlet实现了该接口,会确保不会有两个线程同时执行servlet的service方法。
If a servlet implements this interface, you are guaranteed that no two threads will execute concurrently in the servlet's service method.
在您开始学习Servlet数据库访问之前,请确保您已经有适当的JDBC环境设置和数据库。
Before starting with database access through a servlet, make sure you have proper JDBC environment setup along with a database.
每当服务器接受Servlet请求时,服务器产生一个新进程并调用service()方法。
Each time the server receives a request for a Servlet, the server creates a new thread and calls service() method.
Init()方法:在Servlet的生命周期中,仅执行一次init()方法。
Init() method execute only one time during the life cycle of the java servlet.
Servlet生命周期可被定义为从创建直到毁灭的整个过程。
A Servlet life cycle can be defined as the entire process from its creation till the destruction.
的应用程序(包括servlet、EJB应用程序和JCA资源适配器)计划未来的计时器通知和接收计时器通知。
This enables J2EE-based applications(including Servlets, EJBs and JCA Resource Adapters) to schedule future timer notifications and to receive timer notifications.
所有的Servlet都必须实现Servlet接口,该接口定义了生命周期方法。
All servlets must implement the Servlet interface, which defines life-cycle methods.
现在随着ServletAPI2.3版的引入,服务器的Servlet将把JavaWeb软件开发带向更高的层次。
Now, with the introduction of Version 2.3 of the Servlet API, servlets are taking Java to a new level of software development for the Web.
JSP在运行时被转换成Servlet,因此JSP是一个Servlet;.
JSPs are translated into servlets at runtime, therefore JSP is a Servlet;
Results: 302, Time: 0.0212

Servlet in different Languages

Top dictionary queries

Chinese - English