Examples with "Servlets a" and their translation in Engels
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
Una vez presentadas todas las herramientas que hemos utilizado, primero debemos organizar la estructura de la web, relacionando cada archivo JSP con los Servlets a los que debe acceder.
Once submitted all the tools we used, we must first organize the structure of the web, relating each Servlets with JSP files.
Para esto copiaremos las archivos web.xml, login.html y LoginServlet.java desde el tutorial anterior Parámetros, método GET y POST en Servlets a nuestro proyecto.
For this we are going to copy the web.xml, login.html and LoginServlet.java files from the last tutorial Parameters, GET and POST methods in Servlets to our project.
Andere resultaten
También puedes asignar filtros directamente a otros servlets.
You can also map filters directly to other servlets.
Los servlets responden a los nuevos registros de eventos del usuario y procesan los datos de registro.
The servlets respond to new user-event logs and process the log data.
Si bien los servlets pueden responder a cualquier tipo de solicitud, normalmente se los utiliza para ampliar las aplicaciones que alojan los servidores web.
Although servlets can respond to any type of request, you commonly use them to extend the applications hosted by web servers.
Aunque los servlets pueden responder a cualquier tipo de solicitud, por lo general, los usas para ampliar las aplicaciones que alojan los servidores web.
Although servlets can respond to any type of request, you commonly use them to extend the applications hosted by web servers.
La aplicación de muestra Bookshelf usa Servlets debido a su simplicidad y facilidad de uso.
The Bookshelf sample app uses Servlets because of their simplicity and ease of use.
Como se mencionó antes, las restricciones de seguridad aplican a los archivos estáticos y a los servlets.
As mentioned above, security constraints apply to static files as well as servlets.
El correo electrónico entrante genera solicitudes de HTTP que pasan a los servlets adecuados para su administración.
The incoming email generates HTTP requests that are passed to the appropriate servlets for handling.
Todos los Servlets se extienden a la clase HttpServlet, que define mejor capacidad de procesamiento y extiende la funcionalidad del servidor.
All Servlets are extended to HttpServlet class, which has better processing capacity and extends the functionality of the server.
Las restricciones de seguridad aplican a los archivos estáticos y a los servlets. URL seguras
Security constraints apply to static files as well as servlets. Secure URLs
Grace se había informado sobre los servlets gracias a sus colegas, Ray Packard y Phil Taylor, de la Unidad de Delitos Tecnológicos.
Grace knew all about servlets from his colleagues, Ray Packham and Phil Taylor in the High-Tech Crime Unit.
Este tutorial te enseñará a usar servlets Java para desarrollar aplicaciones basadas en su web en pasos sencillos y fáciles. Audiencia
This tutorial will teach you how to use Java Servlets to develop your web based applications in simple and easy steps.