SERVLET in English translation

Examples of using Servlet in Vietnamese and their translations into English

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
Servlet là các thành phần Java EE phía máy chủ tạo ra các phản hồi( thường là các trang HTML) cho các yêu cầu( thường là các yêu cầu HTTP) từ máy khách.
Servlets are server-side Java EE components that generate responses(typically HTML pages) to requests(typically HTTP requests) from clients.
Tệp cấu hình web. xml là tệp cấu hình J2EE xác định cách các thành phần của yêu cầu HTTP được xử lý bởi servlet container.
The web. xml configuration file is a J2EE configuration file that determines how elements of the HTTP request are processed by the servlet container.
Jasper phân tích JSP files để biên dịch( compile) chúng thành Java code như servlet( có thể được xử lý bởi Catalina).
Jasper parses JSP files to compile them into Java code as servlets(that can be handled by Catalina).
bạn phải đồng nhất các lớp servlet tới bộ biên dịch.
standard edition, you have to identify the servlet classes to the compiler.
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.
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.
This method specifies the time, in seconds, between client requests before the servlet container will invalidate this session.
Xml là tệp cấu hình J2EE xác định cách các thành phầ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 how elements of the HTTP request are processed by the servlet container.
Portlet container: Một portlet container rất giống servlet container, mọi portlet được triển khai trong một portlet container, portlet container điều
Portlet container: A portlet container is very similar to a servlet container, in that every portlet is deployed inside a portlet container that controls the life cycle of the portlet
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.
Servlet thường được tạo khi người dùng lần đầu tiên gọi một URL tương ứng với servlet, nhưng bạn cũng có thể chỉ định rằng servlet được tải khi máy chủ được khởi động lần đầu tiên.
The servlet is normally created when a user first invokes a URL corresponding to the servlet, but you can also specify that the servlet be loaded when the server is first started.
Ngoài ba cách được đề cập ở trên, Servlet cung cấp HttpSession Interface, cung cấp một cách để nhận
The HttpSession Object Apart from the above mentioned three ways, servlet provides HttpSession Interface which provides a way to identify a user across more than one page request
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.
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.
cách đó là Java Servlet.
that way is Java Servlet.
Java servlet Tomcat.
the Tomcat Java servlet container.
Tomcat là công cụ cung cấp hỗ trợ servlet để thêm nội dung động cho máy chủ.
delivers the webpages to the end-user, Tomcat is the tool that provides servlet support in order to add dynamic content to the server.
Thông tin này được truyền bởi sử dụng QUERY STRING Header và sẽ có thể truy cập thông qua biến môi trường QUERY STRING và Servlet xử lý kiểu yêu cầu này bởi sử dụng phương thức doGet().
This information is passed using QUERY_STRING header and will be accessible through QUERY_STRING environment variable and Servlet handles this type of requests using doGet() method.
tôi khuyên bạn hãy xem qua khóa học JSP, Servlet và JDBC cho người mới bắt đầu ở Udemy.
the connection pool in a web application, I suggest you take a look at the JSP, Servlet, and JDBC for Beginners course in Udemy.
Mặc dù điều này có vẻ như là một lỗ hổng nghiêm trọng, nhưng nó chỉ ảnh hưởng đến các hệ thống có servlet mặc định được cấu hình với tham số chỉ đọc là false hoặc servlet WebDAV được bật với tham số readonly là false.
While this sounds like a serious vulnerability, in only affects systems that have the default servlet configured with the readonly parameter set to false or the WebDAV servlet enabled with the readonly parameter set to false.
Tomcat cần biên dịch nó thành một Java Servlet, vốn là một mẩu mã Java thuần tuý mà có thể chạy rất nhanh để xử lý các yêu cầu.
JSP page was accessed, Tomcat needed to compile it into a Java Servlet, which is a piece of pure Java code that can be run very quickly to process requests.
Đáng chú ý nhất, nó hỗ trợ phiên bản 3.0 của Servlet API và phiên bản 2.2 của JSP( JavaServer Pages),
Most notably, it supports version 3.0 of the Servlet API(application programming interface) and version 2.2 of JavaServer Pages,
Results: 258, Time: 0.0177

Top dictionary queries

Vietnamese - English