What is the translation of " SERVLETS " in English? S

Examples of using Servlets in Vietnamese and their translations into English

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
Servlets 3.0 đã giới thiệu async support.
Servlets 3.0 introduced async support.
JSP là một giao diện nằm trên đầu Servlets.
JSP is an interface that rest on top of Servlets.
Servlets thực hiện các tác vụ chủ yếu sau.
Servlets perform the following major tasks.
Nó được pháttriển để hỗ trợ các kịch bản servlets và JSP.
It was developed to support servlets and JSP scripts.
Servlets có thể được tạo ra bằng cách sử dụng các gói javax. servlet và javax. servlet.
Servlets can be created using the javax. servlet and javax. servlet.
Java cung cấp sự hỗ trợ cho web application thông qua Servlets và JSP.
Java offers support for the web application through JSPs and Servlets.
Làm cách nào tôi có thể chia sẻ một biến hoặc đối tượng giữa hai hoặc nhiều Servlets?
How can I share an asset among two or more beneficiaries?
Servlets: Servlets là một kỹ năng dựa trên Java khác nhanh chóng trở thành một công nghệ kế thừa.
Servlets: Servlets are another Java-based skill fast becoming a legacy technology.
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.
The full functionality of theJava class libraries is available to a 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.
Java Servlets are Java classes run by a web server that has an interpreter that supports the Java Servlet.
Kiến trúc, JSP có thể được xem như làmột khái niệm trừu tượng cấp cao của Java servlets.
Architecturally, JSP maybe viewed as a high-level abstraction of Java servlets.
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.
You normally wouldn't want server_root/servlets in your classpath because it disables servlet reloading.
Nhận thấy rằng server root/ classes không reload vàđiều tương tự có thể với server root/ servlets.
Remember that server_root/classes doesn't reload and that server_root/servlets probably does.
Nó không đối phó với các chi tiết thực hiện( ví dụ,bằng cách sử dụng Java servlets hoặc CGI để thực hiện một dịch vụ Web).
It does not deal with implementation details(e.g.,using Java servlets or CGI to implement a Web service).
Module Web modules là servlets và JavaServer Pages, và logic kinh doanh được xây dựng trong Enterprise JavaBeans( EJB- 3 và các phiên bản tiếp theo).
The web modules are servlets and JavaServer Pages(JSP), and business logic is built into Enterprise JavaBeans(EJB).
Serializable với GWT RPC, và GWT RPC server-side subsystem không còn bị trói chặt với servlets.
Serializable with GWT RPC, and the GWT RPC server-side subsystemis no longer intimately tied to servlets.
Nhưng những khái niệm cốt lõi của mô hình Client- Server, MVC pattern,filters/ servlets/ JSP, resource bundling, XML parsing thì vẫn không thay đổi.
But the core concepts of request based client-server communication, MVS pattern,filters/servlets/JSP, resource bundling, XML parsing etc remains same.
CS472, Lập trình ứng dụng web, là khóa học tiên quyết bao gồm HTML, CSS,JavaScript, servlets và JSP.
CS472, Web Application Programming, is a prerequisite course that covers HTML, CSS,JavaScript, servlets and JSP.
Servlets là một phương thức độc lập trên các nền tảng, dựa trên các thành phần để xây dựng các ứng dụng trên web, mà loại bỏ các hạn chế của các chương trình CGI.
Servlets are component based, platform independent method for create in the web based applications, without the performance limitations of CGI programs.
JMeter có thể được sử dụng để kiểm thử hiệu năng của tài nguyên tĩnh như JavaScript và HTML,cũng như các tài nguyên động như JSP, Servlets và AJAX.
It can be used for testing both static resources like JavaScript and HTML,as well as dynamic resources like Servlets, JSP, Ajax etc.
Gần đây tất cả Java Enterprise Bean servers dựa trênkiến trúc Java của Sun Microsystems đều quảng cáo khả năng đồng thời phục vụ Java Servlets và Java Server Pages-- lĩnh vực truyền thống của Web servers.
Nearly all Java Enterprise Bean serversmarket the capability to simultaneously serve Java Servlets and Java Server Pages- traditionally the realm of Web servers.
Nó đi qua làm thế nào để sử dụng phần mềm Java ® Platform 2 để tạo ra và chạy ba loại phổ biến của chương trình viết bằng Java nền tảng ứng dụng,applet, và servlets.
It walks through how to use the Java® 2 Platform software to create and run three common types of programs written for the Java platform: applications,applets, and servlets.
Tôi cũng đã cung cấp miễn phí mã nguồn một chương trình Chat viết bằng ngôn ngữ Java màtôi làm vào năm 2003 sử dụng JSP và Servlets trong khi tôi nghiên cứu về những công nghệ này.
I have also provided free source code of a java chatapplication I wrote in 2003 using jsp and servlets while learning those technologies.
Không giống như nhữngngôn ngữ kịch bản khác, Servlets bao gồm không có sự xem xét hoặc chỉnh sửa nền tảng rõ ràng, chúng là những thành phần ứng dụng được tải xuống, theo sự yêu cầu, đến một thành phần hệ thống cần chúng.
Unlike other scripting languages, servlets involve no platform-specific consideration or modifications; they are application components that are downloaded, on demand, to the part of the system that needs them.
Thiết lập Classpath của debugger để mà nó cũng có thể tìm các Servlet của bạn và hỗ trợ các class,đặc trưng là server root/ servlets and server root/ classes.
Set your debugger's classpath so that it can also find your servlets and support classes, typically server_root/servlets and server_root/classes.
Java Servlets là chương trình chạy trên một Web hoặc ứng dụng máy chủ và hành động như một lớp trung gian giữa một yêu cầu đến từ một trình duyệt Web hoặc HTTP khách khác và cơ sở dữ liệu hoặc các ứng dụng trên máy chủ HTTP.
Java Servlets are programs that run on a Web or Application server and act as a middle layer between a requests coming from a Web browser or other HTTP client and databases or applications on the HTTP server.
Bằng cách dùng chung nó với Tomcat Server của Dự án Jakarta( ta sẽ thảo luận sau), chúng ta có thể trao cho nó khả năng xử lý các trang JSP, cũng nhưcác công nghệ có liên quan khác như Java Servlets và Enterprise Java Beans( EJBs)!
By hooking it up to the Jakarta Project's Tomcat Server(which we will install in the next section), we can give it the ability to handle JSP pages,as well as related technologies like Java Servlets and Enterprise Java Beans(EJBs)!
Java Servlets là các chương trình chạy trên một Web server hoặc một Application server và thực hiện như là một tầng trung gian giữa một Yêu cầu từ một trình duyệt web hoặc HTTP client với các Database hoặc các ứng dụng trên HTTP server.
Java Servlets are programs that run on a Web or Application server and act as a middle layer between a request coming from a Web browser or other HTTP client and databases or applications on the HTTP server.
Các nhà phát triển sử dụng servlets phải viết rất nhiều mã tiện ích để hỗ trợ các ứng dụng web của họ, trong khi các frameworks khác như Spring MVC, tự động hóa công việc thủ công, giúp xây dựng ứng dụng web nhanh hơn và dễ dàng hơn.
Developers using servlets have to write a lot of utility code to support their web applications, while other frameworks, like Spring MVC, automate the manual work, making it faster and easier to build web apps.
Cùng với công nghệ JSP và Servlets cung cấp một thay thế hấp dẫn đến một loại khác của lập trình hoặc scriptWeb bằng cách cung cấp: sự độc lập nền tản, năng cao hiệu suất, tách biệt logic với hiển thị, dễ quản lý, mở rộng thành doanh nghiệp và quan trọng nhất là dễ sử dụng.
Together, JSP technology and servlets provide an attractive alternative to other types of dynamic Web scripting/programming by offering: platform independence; enhanced performance; separation of logic from display; ease of administration; extensibility into the enterprise; and, most importantly, ease of use.
Results: 36, Time: 0.0223
S

Synonyms for Servlets

Top dictionary queries

Vietnamese - English