THE SERVLET in Vietnamese translation

Examples of using The servlet in English and their translations into Vietnamese

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
A JSP directive affects the overall structure of the servlet class.
Một chỉ thị JSP ảnh hưởng đến cấu trúc tổng thể của lớp servlet.
The Web container is responsible for managing the servlet's life cycle.
Web container chịu trách nhiệm quản lý vòng đời của servlet.
The servlet container is responsible for servlets' creation,
Servlet container chịu trách nhiệm cho việc tạo,
A part of the web server called the servlet engine loads the Servlet class and executes it.
Một phần của máy chủ web được gọi là công cụ servlet nạp lớp Servlet và thực thi nó.
The servlet calls service() method to process a client's request.
Phương thức servlet service() được gọi để xử lý yêu cầu của khách hàng.
Somebody has to call the servlet's doPost() or doGet() method.
Phương thức doGet() của servlet, còn phương thức doPost() thì gọi lại doGet().
The jspInit() method is invoked just once during the lifetime of the servlet.
Phương thức destroy() chỉ được gọi một lần ở giai đoạn cuối trong vòng đời Servlet.
method is called, the servlet object is marked for garbage collection.
đối tượng servlet được đánh dấu để thu gom rác.
JSP actions use constructs in XML syntax to control the behavior of the servlet engine.
JSP action sử dụng cấu trúc XML để điều khiển hành vi của servlet engine.
Different versions of Apache Tomcat are available for different versions of the Servlet and JSP specifications.
Các phiên bản Apache Tomcat khác nhau có sẵn cho các phiên bản khác nhau của đặc tả Servlet và JSP.
method is called, the servlet object is marked for garbage collection.
đối tượng servlet này được đánh dấu cho Garbage Collector.
It is called when the servlet is first created,
Nó được gọi khi Servlet lần đầu được tạo,
Specifies the time, in seconds, between client requests before the servlet container will invalidate this session.
Phương thức này xác định thời gian, bằng giây, giữa các yêu cầu từ Client trước khi Servlet container sẽ vô hiệu hóa session này.
HttpServlet, an abstract class that implements the Servlet interface and is specially designed to handle HTTP requests.
HttpServlet, một lớp abstract mà triển khai Servlet Interface và được thiết kế riêng biệt để xử lý các yêu cầu HTTP.
Struts, Wicket uses the servlet API under the hood.
Wicket cũng sử dụng Servlet API bên dưới.
The servlet container uses HttpSession interface to create a session between an HTTP client
Servlet container sử dụng Interface này để tạo một Session giữa một HTTP Client
At the completion of the init() method the servlet is in ready state to service requests from clients.
Khi hoàn thành init() method thì servlet đang ở trạng thái sẵn sàng cho các yêu cầu dịch vụ từ clients.
The servlet container uses this interface to create a session between an HTTP client and an HTTP server.
Servlet container sử dụng interface này để tạo ra một session giữa một máy HTTP client và một HTTP server.
Struts, Wicket uses the servlet API under the hood.
Wicket cũng sử dụng Servlet API bên dưới.
loads some data that will be used throughout the life of the servlet.
sẽ được sử dụng qua vòng đời của Servlet đó.
Results: 262, Time: 0.0253

Word-for-word translation

Top dictionary queries

English - Vietnamese