Examples with "servlen" 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.
Argumenty host i port są wskaźnikami do zaalokowanych przez program wywołujący tę funkcję buforów (odpowiednio o rozmiarach hostlen i servlen), w których getnameinfo() umieści zakończone NULL-em łańcuchy znaków zawierające odpowiednio nazwę komputera i nazwy usług.
The arguments host and serv are pointers to caller-allocated buffers (of size hostlen and servlen respectively) into which getnameinfo() places null-terminated strings containing the host and service names respectively.
Funkcja wywołująca może określić, że nazwa komputera (lub nazwa serwisu) nie jest potrzebna, przez przekazanie wartości NULL w argumencie host (lub serv) albo przez podanie 0 w parametrze hostlen (lub servlen).
The caller can specify that no hostname (or no service name) is required by providing a NULL host (or serv) argument or a zero hostlen (or servlen) argument.
Andere resultaten
Jest to bardzo łatwo dostać się bieżącą datę i czas w Java Servlet.
This is very easy to get current date and time in Java Servlet.
Część serwera WWW o nazwie silnik serwletów ładuje klasę Servlet i wykonuje go.
A part of the web server called the servlet engine loads the Servlet class and executes it.
Środowisko programistyczne jest gdzie chcesz rozwijać swoje Servlet, testować je i wreszcie uruchomić je.
A development environment is where you would develop your Servlet, test them and finally run them.
Jak już wspomniano powyżej, można wykorzystać wszystkie dostępne metody Java w swojej Servlet.
As I mentioned above you can use all the available Java methods in your Servlet.
Jeśli używa się Writer, Servlet automatycznie zajmuje się konwersją Java Strings na wybrane kodowanie.
If you use a Writer, the Servlet automatically takes care of the conversion from Java Strings to the encoding selected.
Mam włączone tylko servlet-api.jar pliku JAR, ponieważ nie używam żadnej innej biblioteki w programie Hello World.
I have included only servlet-api.jar JAR file because I'm not using any other library in Hello World program.
Klient - Prezentacja może być kod tier JSP, servlet UI lub kod Java.
Client - Presentation tier code may be JSP, servlet or UI java code.
Ten przykład nie daje podstawową wiedzę Servlet Filter, ale można napisać bardziej zaawansowanych aplikacji filtrujących za pomocą tego samego pojęcia
This example would give you basic understanding of Servlet Filter, but you can write more sophisticated filter applications using the same concept
Pochodzący jako silnik Servlet i JSP, Resin obsługuje obecnie profil sieciowy, CDI i EJB.
Originating as a Servlet and JSP engine, Resin today supports Web Profile, CDI and EJB.
Ten przykład nie daje podstawową wiedzę na temat Exception Handling w Servlet, ale można napisać bardziej zaawansowanych aplikacji filtrujących za pomocą tego samego pojęcia
This example would give you basic understanding of Exception Handling in Servlet, but you can write more sophisticated filter applications using the same concept
W celu zasymulowania rzeczywistego systemu użyte zostaną open source'owe metody testów integracyjnych, takie jak bazy danych in-memory, providery JMS i kontenery Servlet, a także symulowane serwery SMTP i FTP.
To simulate a live system, the session will cover open source integration testing techniques such as the use of in-memory databases, JMS providers, and Servlet containers as well as mock SMTP and FTP servers.