What is the translation of " SERVLET " in Vietnamese?

Examples of using Servlet in English and their translations into Vietnamese

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
A Servlet does not run in a separate process.
Một Servlet không làm việc trong một tiến trình riêng.
JSP codes are easier to write than servlet.
Do đó viết một trang JSPsẽ đơn giản hơn viết một Servlet.
To debug a servlet, we debug sun. servlet. http.
Để debug một Servlet, chúng ta có thể debug sun. servlet. http.
The HTTP request is received by the web server and forwarded to the servlet container.
Các HTTP Request tới Server và được đưa tới Container của Servlet.
How do I implement properly a servlet using OSGi declarative services?
Làm cách nào để triển khai đúng một servlet sử dụng các dịch vụ khai báo OSGi?
People also translate
When a servlet accepts a call from a client, it receives two objects.
Khi một Servlet chấp nhận một cuộc gọi từ Client, nó nhận 2 đối tượng sau.
First the HTTP requests coming to the server are delegated to the servlet container.
Đầu tiên,các HTTP Request tới Server và được đưa tới Container của Servlet.
Apache Tomcat is a web server and servlet container designed to serve Java applications.
Apache Tomcat là một máy chủ web vàthùng chứa servlet được thiết kế để phục vụ các ứng dụng Java.
Note that destroy()method is invoked once in a lifetime of a servlet.
Phương thức destroy() chỉ được gọi mộtlần vào cuối chu kỳ sống của một servlet.
A servlet is a java technology based Web component, managed by a container.
Một Servletmột thành phần web dựa trên công nghệ Java, được quản lý bởi một container.
The full functionality of theJava class libraries is available to a servlet.
Tính năng đầy đủ của thư viện của các lớp trong Javalà luôn luôn có sẵn cho Servlets.
Servlet Filter Methods A filter is simply a Java class that implements the javax. servlet. Filter interface.
Một Filter là một lớp Java mà triển khai javax. servlet. Filter Interface.
The destroy() Method The destroy()method is called only once at the end of the life cycle 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.
When a servlet throws an exception, the web container searches the configurations in web.
Khi một Servlet ném một Exception, thì Web container tìm kiếm các cấu hình( Configuration) trong web.
You can run the Jenkins WAR standalone or as a servlet in a Java application server such as Tomcat.
Bạn có thể chạy độc lập Jenkins WAR hoặc dưới dạng một servlet trong máy chủ ứng dụng Java như Tomcat.
A Servlet can be used with an HTML form tag to allow users to upload files to the server.
Một Servlet có thể được sử dụng với một thẻ HTML form để cho phép người dùng upload các file tới Server.
The getMaxInactiveInterval() method in a servlet returns the timeout period for that session in seconds.
Phương thức getMaxInactiveInterval() trong một servlet trả về khoảng thời gian chờ cho session theo giây.
The init() method simply creates orloads some data that will be used throughout the life of the servlet.
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.
You normally wouldn't want server_root/servlets in your classpath because it disables servlet reloading.
Thường thì, bạn không muốn server root/ servlets trong classpath bởi vì nó vô hiệu hóa việc reload của Servlet.
The Java servlet API has, to some extent, been superseded by two standard Java technologies for web services.
Ở một mức độ nào đó, API của Java servlet đã được thay thế bởi hai công nghệ Java cho dịch vụ web.
Each time the server receives a request for a Servlet, the server creates a new thread and calls service() method.
Mỗi khi Server nhận một yêu cầu cho một Servlet, thì Server tạo một Thread mới và triệu hồi service().
Even simple Servlet, JSP and Struts based web applications are quite popular on various government projects.
Ngay cả các ứng dụng web đơn giản dựa trên Servlet, JSP và Struts cũng khá phổ biến trong các dự án chính phủ.
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.
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ệ.
Other benefits of Servlet 3.0 include advanced cookie management and asynchronous thread support, which should increase the number of connections Tomcat can handle.
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ý.
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.
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.
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.
Before starting with database access through a servlet, make sure you have proper JDBC environment setup along with a database.
Trước khi bắt đầu với truy cập Database thông qua một Servlet, chắc chắn rằng bạn đã cài đặt môi trường JDBC thích hợp cùng với một Database.
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.
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.
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.
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.
Results: 29, Time: 0.0241

Top dictionary queries

English - Vietnamese