What is the translation of " SERVLET " in English?

Examples of using Servlet in Vietnamese and their translations into English

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
Bạn đang code JSP/ Servlet?
Do you offer JSP/Servlets?
Servlet có một số ưu điểm so với CGI.
Servlets have several advantages over CGI.
Lúc trang JSP được dịch thành servlet.
JSP pages get translated into servlets.
JSP được dịch sang servlet trong thời gian chạy;
The JSP is later on translated into a Java Servlet during run time.
Công cụ JSP tải trang JSP từ đĩa vàchuyển nó sang một nội dung servlet.
The JSP engine loads the JSP page fromdisk and converts it into a servlet content.
Combinations with other parts of speech
Usage with verbs
Usage with nouns
Nó là hệ thống chạy trên servlet container như Apache Tomcat.
It is a server-based tool running in a servlet container like the Apache Tomcat.
Phương thức destroy() chỉ được gọi một lần ở giai đoạn cuối trong vòng đời Servlet.
The destroy()method is called only once at the end of the life cycle of a servlet.
Nó là hệ thống chạy trên servlet container như Apache Tomcat.
It is a server based system running in a servlet container such as Apache-Tomcat.
Phương thức init() chỉ đơn giản tạohoặc tải một số dữ liệu sẽ được sử dụng trong suốt vòng đời của servlet.
The init() method simply creates orloads some data that will be used throughout the life of the servlet.
Nó được sử dụng để chuyển tiếp tới một Servlet, JSP, HTML page,… trên Server.
It is used to forward to a servlet, JSP, HTML page, and so on, on the server.
Trước tiên, để hiểu được Servlet container là gì?, chúng ta cần hiểu cơ bản một web server là gì?
To know what a Servlet container is, we need to know about Web Server first?
Xml là tệp cấu hình J2EE xác định cách các thànhphần của yêu cầu HTTP được xử lý bởi servlet container.
Xml configuration file is a J2EE configuration file that determines howelements of the HTTP request are processed by the servlet container.
Nó là hệ thống chạy trên servlet container như Apache Tomcat.
It is a server-based system that runs in a servlet container such as Apache Tomcat.
Java Server Page( JSP) là 1 servlet từ Java chạy các Web container- thuật ngữ của java tương đồng với CGI scripts.
A JSP is a Servlet from Java that executes in a web container--the Java equivalent of CGI scripts.
Mỗi lần máy chủ nhận được một yêu cầu cho một servlet, máy chủ sẽ tạo ra một luồng mới và gọi phương thức service().
Each time the server receives a request for a servlet, the server spawns a new thread and calls service.
Tương tự như servlet, portlet là một web component được dùng để triển khai vào trong một portlet container và tạo ra nội dung động.
Similar to servlets, portlets are web components that are deployed inside of a container and generate dynamic content.
Mỗi khi nhận được một sự kiện, servlet sẽ viết và đổ vào một thẻ script với mã JavaScript bên trong.
Each time an event is received, the servlet writes and flushes a new script tag with the JavaScript code inside.
Khi các servlet chưa là một phần của Java Platform, Standard Edition, bạn phải đồng nhất các lớp servlet tới bộ biên dịch.
Since servlets and JSP are not part of the Java 2 platform, standard edition,you have to identify the servlet classes to the compiler.
Trước tiên, để hiểu được Servlet container là gì?, chúng ta cần hiểu cơ bản một web server là gì?
To know what is a Servlet container, we need to know what is a Web Server first?
Cấu trúc Web application bao gồm các thư mục phụ WEB- INF là chuẩn với tất cả Java Web Application vàđược xác định bởi Servlet API.
The web application structure involving the WEB-INF subdirectory is standard to all Java web applications andspecified by the servlet API specification.
Một trong những lợi thế to lớn của việc sử dụng Servlet là bạn có thể sử dụng hầu hết các phương thức có sẵn trong Core Java.
One of the most important advantages of using JSP is that you can use all the methods available in core Java.
Các lợi ích khác của Servlet 3.0 bao gồm: quản lý cookie tiên tiến, hỗ trợ luồng( thread) không đồng bộ, làm tăng số lượng kết nối Tomcat có thể xử lý.
Other benefits of Servlet 3.0 include advanced cookie management and asynchronous thread support, which should increase the number of connections Tomcat can handle.
Phương thức này trả về khoảng thời gian tối đa, bằng giây, mà Servlet container sẽ giữ Session này được mở trong các truy cập client.
Returns the maximum time interval, in seconds, that the servlet container will keep this session open between client accesses.
Container gọi service() method của servlet để xử lý HTTP request, tức là đọc dữ liệu trong yêu cầu và hình thành một response.
The container invokes the service() method of the servlet to process the HTTP request, i.e., read data in the request and formulate a response.
Trả về tên của Authentication Scheme được sử dụng để bảo vệ Servlet, ví dụ:" BASIC" hoặc" SSL", hoặc trả về null nếu JSP không được bảo vệ.
String getAuthType()Returns the name of the authentication scheme used to protect the servlet, for example,"BASIC" or"SSL," or null if the JSP was not protected.
Sau đó Container Servlet xử lý nhiều yêu cầu bởi việc tạo nhiều thread, mỗi thread thực thi phương thức service() cho một đối tượng servlet đơn.
Then the servlet container handles multiple requests by spawning multiple threads, each thread executing the service() method of a single instance of the servlet.
Các web container không cần biết cách để chạy Struts hay Spring MVC, chúng chỉ cần hiểu các Servlet API, nhưng bạn có thể chay chúng trên các container, bởi vì hầu như chúng được xây dựng dựa trên Servlet API.
Web containers does not know how to run struts or Spring MVC, they just understand the servlet API, but still you can run them on a web container, because ultimately they are based on the Servlet API.
Bạn có thể thiết lập các Breakpoint trong bất kỳ Servlet nào bạn quan tâm, sau đó sử dụng một trình duyệt web để tạo một yêu cầu tới HttpServer cho Servlet đã cho WEB Bạn nên quan sát việc dừng sự thực thi tại các Breakpoint.
You can set breakpoints in whatever servlet you're interested in debugging, then use a web browser to make a request to the HttpServer for the given servlet WEB You should see execution being stopped at your breakpoints.
Trong ví dụ này, chúng tôi đang sử dụng servlet làm trình điều khiển, jsp làm thành phần xem, lớp Java Bean làm mô hình.
In this example, we are going to create an example in which servlet as a controller, JSP as a view component, Java Bean class as a model.
Giống như bất kỳ chương trình Java nào khác, bạn cần biên dịch một servlet bởi sử dụng trình biên dịch javac của Java và sau khi biên dịch ứng dụng servlet này, nó sẽ được triển khai trong một môi trường để chạy.
Like any other Java program, you need to compile a servlet by using the Java compiler javac and after compilation the servlet application, it would be deployed in a configured environment to test and run.
Results: 227, Time: 0.0178

Top dictionary queries

Vietnamese - English