Vertaling van "The servlet" in Pools
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.
The servlet is terminated by calling the destroy() method.
Aplet jest zakończony przez wywołanie zniszczyć () metody.
The servlet is initialized by calling the init () method.
Serwlet jest inicjowany przez wywołanie init () sposobu.
The servlet container (i.e. web server) calls the service() method to handle requests coming from the client(browsers) and to write the formatted response back to the client.
Kontener serwletów (czyli serwer WWW) wywołuje metodę service () do obsługi żądań pochodzących od klienta (przeglądarki) i napisać sformatowaną odpowiedź z powrotem do klienta.
The servlet easily creates barcodes in the web browser and may be embedded in dynamic HTML with the IMG tag.
Serweta łatwo tworzy kody kreskowe w przeglądarce i może być osadzona w dynamicznym HTML z tagiem IMG.
It is called when the servlet is first created, and not called again for each user request.
Nazywa kiedy aplet jest stworzony, i nie nazywa się ponownie na każde żądanie użytkownika.
The init() method simply creates or loads some data that will be used throughout the life of the servlet.
Metoda init () po prostu tworzy lub ładuje niektóre dane, które będą używane przez cały okres serwletu.
The Servlet API also provides a simple way of outputting information by using the log() method as follows
Interfejs API zapewnia również prosty sposób wysyłania informacji za pomocą metody log () w następujący sposób
The order of filter-mapping elements in web.xml determines the order in which the web container applies the filter to the servlet or JSP.
Kolejność elementów filtra mapowania w web.xml określa kolejność, w jakiej pojemnik internetowej stosuje filtr serwletu lub JSP.
The JSP engine compiles the servlet into an executable class and forwards the original request to a servlet engine.
Silnik JSP kompiluje aplet do klasy wykonywalnego i przekazuje żądanie do oryginalnego silnika serwletu.
A JSP directive affects the overall structure of the servlet class.
Dyrektywa JSP wpływa na ogólną strukturę klasy serwletu.
First the HTTP requests coming to the server are delegated to the servlet container.
Po pierwsze żądania HTTP pochodzące z serwerem są delegowane do kontenera serwletów.
The web.xml configuration file is a J2EE configuration file that determines how elements of the HTTP request are processed by the servlet container.
Plik konfiguracyjny web.xml to plik konfiguracyjny J2EE, który określa w jaki sposób elementy żądania HTTP są przetwarzane przez kontener serwletów.
Typically, the JSP engine checks to see whether a servlet for a JSP file already exists and whether the modification date on the JSP is older than the servlet.
Zazwyczaj silnik JSP sprawdza, czy aplet do pliku JSP już istnieje i czy data modyfikacji na JSP jest starszy niż serwletu.