SERVLET in Vietnamese translation

Examples of using Servlet in English and their translations into Vietnamese

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
The full functionality of the Java class libraries is available to a servlet.
Tính năng đầy đủ của thư viện của các lớp trong Java là luôn luôn có sẵn cho Servlets.
Java Servlets are Java classes run by a web server that has an interpreter that supports the Java Servlet.
Java Servlets là các lớp trong Java chạy bởi một Web Server mà có một trình thông dịch hỗ trợ Java Servlets.
Following are the steps to be taken to implement a simple page hit counter which is based on Servlet Life Cycle:.
Sau đây là các bước để triển khai một Hit Counter đơn giản dựa trên vòng đời của Servlet.
Note that destroy() method is invoked once in a lifetime of a servlet.
Phương thức destroy() chỉ được gọi một lần vào cuối chu kỳ sống của một servlet.
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
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
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.
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.
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.
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 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
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
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.
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.
that way is Java Servlet.
cách đó là Java Servlet.
the Tomcat Java servlet container.
Java servlet Tomcat.
delivers the webpages to the end-user, Tomcat is the tool that provides servlet support in order to add dynamic content to the server.
Tomcat là công cụ cung cấp hỗ trợ servlet để thêm nội dung động cho máy chủ.
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.
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().
the connection pool in a web application, I suggest you take a look at the JSP, Servlet, and JDBC for Beginners course in Udemy.
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.
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.
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.
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.
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.
When a servlet throws an exception,
Khi một Servlet ném một Exception,
A servlet can pickup appropriate version of the site based on the requester's locale and provide appropriate site version according to the local language,
Một Servlet có thể chọn lựa phiên bản thích hợp của Site dựa trên Locale của người yêu cầu
To debug a servlet, we debug sun. servlet. http. HttpServer
Để debug một Servlet, chúng ta có thể debug sun. servlet.
specific client-server protocol but they are most commonly used with HTTP and the word“Servlet” is often used in the meaning of“HTTP Servlet”.
giao thức thường được sử dụng là HTTP, khi nói tới Servlet nghĩa là nói tới HTTP Servlet.
Results: 207, Time: 0.0299

Top dictionary queries

English - Vietnamese