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 servlet is terminated by calling the destroy() method.
Aplet jest zakończony przez wywołanie zniszczyć () metody.
The destroy() method is called only once at the end of the life cycle of a servlet.
Metoda destroy () jest wywoływana tylko raz na koniec cyklu życia serwletu.
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.
A servlet life cycle can be defined as the entire process from its creation till the destruction.
Cykl życia apletu można zdefiniować jako cały proces od jego powstania aż do zniszczenia.
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.
It is possible to download and install the CSS validator, and to run it either from the command line, or as a servlet in a Web server.
Możliwe jest ściągnięcie i zainstalowanie walidatora CSS jak również uruchomienie go poprzez "command line" lub jako serwletu na serwerze.
There are following methods which can be used to set HTTP response header in your servlet program.
Istnieją następujące metody, które mogą być wykorzystane do ustawienia nagłówka odpowiedzi HTTP w programie serwletu.
A JSP directive affects the overall structure of the servlet class.
Dyrektywa JSP wpływa na ogólną strukturę klasy serwletu.
The full functionality of the Java class libraries is available to a servlet.
Pełną funkcjonalność bibliotek klas Java jest dostępna do serwletu.
You can specify a particular servlet or JSP path if you want to apply filter on few servlets or JSP only.
Można podać konkretną ścieżkę serwletu lub JSP, jeśli chcesz zastosować filtr na kilka apletów lub JSP tylko.
The aim of this project was to develop a servlet to access different data sources available on the Web (files, services, RSS flow...),
Celem tego projektu było opracowanie serwletu umozliwiąjcy dostęp do róznych zródeł danych dostępnych w Internecie (usługi, pliki, kanaly RSS...),
It's used to forward to a servlet, JSP, HTML page, and so on, on the server.
Jest używany do przekazania serwletu, JSP, strony HTML, i tak dalej, na serwerze.